Skip to content

Latest commit

 

History

History
158 lines (99 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

158 lines (99 loc) · 5.25 KB

Version history (archive)

GitHub release

Newer versions

See GitHub Releases.

1.15

Release date: (May 13, 2019)

1.14

Release date: (April 2, 2019)

  • Improve help text formatting (PR 73)
  • Developer: Add new API for getting Docker-related credentials for JENKINS-48437

1.13

Release date: (May 18, 2018)

  • API for JENKINS-51397 - docker login was being called without server-related environment variables in the Docker Pipeline Plugin

1.12

Release date: (May 11, 2018)

  • JENKINS-38018 - withDockerRegistry was failing to authenticate with DockerHub
  • JENKINS-41880 - Fix the ConcurrentModificationException while creating docker image fingerprints
  • JENKINS-49075 - Docker Commons Plugin was not working with PCT (implies a newer Jenkins core dependency)

1.11

Release date: (Jan 04, 2018)

  • JENKINS-48674 - Failure to download newer Docker releases from the automatic tool installer.

1.10

Release date: (Dec 11, 2017)

  • JENKINS-48453  Regression in Jenkins 2.93+ when using server credentials.

1.9

Release date: (Oct 10, 2017)

  • Removing icon-shim plugin dependency.

1.8

Release date: (Jul 10, 2017)

1.7

Release date: (Jun 16, 2017)

  • Always include port in image name.
  • Add credentials binding implementation for Docker server credentials.

1.6

Release date: (Jan 11, 2017)

  • (error) JENKINS-39181 Fix Invalid fully qualified image name when registry URL is specified

1.5

Release date: (Oct 05, 2016)

  • (plus) JENKINS-38018 API for more informative logging about use of registry credentials.

1.4.1

Release date: (Sep 08, 2016)

1.4.0

Release date: (Jun 17, 2016)

  • (info) Migration to the new parent POM (JENKINS-35018)
  • (info) Jenkins core dependency has been updated to 1.580.x

1.3.1

Release date: (Feb 19, 2016)

1.3

Release date: (Feb 08, 2016)

  • (plus) Support the "sha256:" prefix in image ID, required for Docker 1.10 (JENKINS-32792)
  • (plus) Replace build action icon stubs by Docker icons (JENKINS-28776)

1.2

Release date: (Jul 29 2015)

  • (error) NPE when using credentials together with docker 1.7 (JENKINS-29627)
  • (plus) Support creation of named fingerprints in the API (JENKINS-29098)

1.1

Release date: (Jul 07 2015)

  • (error) Cleanup of FindBugs issues, update of the CI system
  • (error) Fix the issue with the Docker Tool selector (PR #40)
  • (plus) Support Docker 1.7+ .docker/config.json (PR #38)

1.0

Release date: (May 22 2015)

  • First stable release
  • There were alpha releases before this release, see the commit history in GitHub