Skip to content

Releases: GoogleCloudPlatform/docker-credential-gcr

Bug fixes, disable bucket registry

05 Jun 21:57

Choose a tag to compare

  • Fix an issue which would cause an error with the list surface which affected docker build.
  • Stop authenticating for b., bucket. and beta.gcr.io registries by default.

Container Optimized OS, 6/5/2017 release

05 Jun 22:00

Choose a tag to compare

1.4.0 -> 1.4.1

Change-Id: I5af2a39fbb7eb9b373bf3bb54a274ca8d5769bdc
Signed-off-by: Jake Sanders <[email protected]>

Container-Optimized OS release

12 May 23:13

Choose a tag to compare

This release is to give GKE's Container-Optimized OS a stable branch to pull against.

1.4.0 release

05 May 21:24

Choose a tag to compare

v1.3.5 added:

  • Updates the command used to retrieve the gcloud SDK's access token to gcloud config config-helper --format=value(credential.access_token)

v1.4.0 added:

  • When --configure-docker cannot determine the installed version of the Docker client (e.g. if the Docker client isn't installed yet), the credential helper now assumes that it can configure itself to be a registry-specific credential helper.

Support new Docker client version numbering

03 Mar 17:31

Choose a tag to compare

--default-to-gcr-access-token

01 Mar 17:42

Choose a tag to compare

--default-to-gcr-access-token has been added as a config value. By default, the credential helper will still return an error when an unknown credential is requested, but when --default-to-gcr-access-token is enabled the credential helper will attempt to return GCR's access token instead. This allows for the credential helper to be used for non-default GCR registries.

Bugfix!

12 Jan 20:41

Choose a tag to compare

Some users were having issues using configure-docker, which is solved in this bugfix.

Credential Helpers are enabled in Docker Client 1.13

16 Dec 19:45

Choose a tag to compare

Credential helper support has been cherry picked into v1.13.0-rc4. docker-credential-gcr has been updated to reflect that.

Docker 1.14 credential helper support

15 Dec 01:56

Choose a tag to compare

Docker client v1.14 introduces registry-specific credential helpers. docker-credential-gcr will now preferentially act as a credential helper on Docker client versions 1.14+ and as a general credential store on 1.11 - 1.13.

Bugfix related to 3p credential storage

28 Sep 23:42

Choose a tag to compare

1.2.0 -> 1.2.1

Change-Id: I73df4864d35812b2615ef4ecc556103b628ec5cc
Signed-off-by: Jake Sanders <[email protected]>