Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spotify/docker-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.14.5
Choose a base ref
...
head repository: spotify/docker-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.16.0
Choose a head ref
  • 19 commits
  • 10 files changed
  • 7 contributors

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    3093ada View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    6580ae8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge pull request #1111 from DavidHaunsch/master

    Relocate remaining packages that are included in shaded jar
    davidxia authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    d6e17c2 View commit details
    Browse the repository at this point in the history
  2. Upgrade jackson deps to from 2.9.6 to latest 2.9.8

    This patches a vulnerability in jackson-databind
    
    * CVE-2018-19360
    * CVE-2018-19362
    * CVE-2018-19361
    * CVE-2018-14718
    * CVE-2018-14721
    * CVE-2018-14719
    * CVE-2018-14720
    
    Upgrade the other jackson deps to the same latest version for consistency.
    davidxia committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    f8d8618 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1132 from spotify/dxia/upgrade-jackson

    Upgrade jackson deps to from 2.9.6 to latest 2.9.8
    davidxia authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7713866 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    7d515ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42af615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a12f29d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. JNI error on upgrade from 8.14.5-shaded to 8.15.0-shaded (#1134) (#1138)

    * Do not include com.github.jnr:jffi artifact into shaded jar.
    The reason is that it contains native implementations which are not renamed and therefore not found.
    
    * Fix indentation
    DavidHaunsch authored and davidxia committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e62d663 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    1dc83d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cbe7d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Fix #1118 System property http.nonProxyHosts is processed improperly (#…

    …1119)
    
    * Fix #1118 System property http.nonProxyHosts is not processed properly when quotes are used
    
    * Fix #1118 System property http.nonProxyHosts is not processed properly when quotes are used
    
    Modify unit test to cover changed code
    
    * Fix #1118 System property http.nonProxyHosts is not processed properly when quotes are used
    
    Modify unit test to cover the case, where proxy.nonProxyHosts property is double quoted.
    
    * Fix #1118 System property http.nonProxyHosts is not processed properly when quotes are used
    
    Fix checkstyle issues.
    alrega authored and davidxia committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    4f5a275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    befb3c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f297361 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Read configuration file from directory supplied in DOCKER_CONFIG envi…

    …ronment variable (#1145)
    albanf authored and davidxia committed May 7, 2019
    Configuration menu
    Copy the full SHA
    58df667 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    9598ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    457dab6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    51bddc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc10d7 View commit details
    Browse the repository at this point in the history
Loading