Skip to content

Releases: GoogleCloudPlatform/docker-credential-gcr

Prune GCR registries

10 Feb 05:01
4cc7a4b
Compare
Choose a tag to compare

This release prunes the number of GCR registries down to the minimum set necessary to fully authenticate all requests. The end result is faster docker builds for older clients.

k8s.gcr.io authentication, various improvements

29 Dec 01:21
48662ac
Compare
Choose a tag to compare
  • Authenticates k8s.gcr.io rather than gcr.kubernetes.io. Please run docker-credential-gcr configure-docker to pick up this change in the docker client.
  • Refreshes gcloud's access token when fetching it.

Bug fixes, disable bucket registry

05 Jun 21:57
Compare
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
Compare
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
Compare
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
Compare
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

--default-to-gcr-access-token

01 Mar 17:42
Compare
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
Compare
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
Compare
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.