Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Releases: google/containerregistry

v0.0.28: python3

15 Jun 18:08
Compare
Choose a tag to compare

This is a pretty big change, but seems to work in our testing.

Good luck, dependents.

v0.0.27: Various fixes

30 Apr 17:20
Compare
Choose a tag to compare
  • Allow "access_token" in token response.
  • Attempt to mount layers from src repo in tools/docker_appender.
  • Fix bad error messages involving docker_names with _repr

v0.0.26: Fix manifest list pulling

12 Feb 23:56
fd3f9fc
Compare
Choose a tag to compare

Bugfixes

09 Feb 23:19
Compare
Choose a tag to compare
  • account for "RepoTags":null in manifest.json
  • Make fatal event return non-zero exit codes from the dockerless tools.
  • Improve error message when cred helper not found

v0.0.24: Various fixes

21 Jan 21:38
e528cb7
Compare
Choose a tag to compare
  • Add support for uncompressed image layers. Update fast_flatten to use it.
  • Remove unnecessary --output_base bazel flag.
  • Raise a more descriptive error when a /v2/ registry ping fails.
  • Log errors on exceptions in the push/pull tools, rather than crash with a stack trace.
  • Add additional validation for docker_name.Registries
  • Add docker_name.from_string() function.
  • Fix thread safety issue with retry_transport factory.

v0.0.23: Transport fixes

21 Dec 20:24
83db161
Compare
Choose a tag to compare
  • Handle relative URLs for location returned by blob endpoints (fixes wcr.io).
  • Allow insecure registries for ".locahost" tld.
  • Add http transport level retries for retryable errors.

v0.0.22: Various Fixes

02 Dec 14:00
60a61ec
Compare
Choose a tag to compare

This fixes a bug that was reported using the library against the Sonatype OSS Docker registry.

This also fixes a bug that was reported using the library under Python3.

v0.0.21: Fix overrides

31 Oct 20:39
b67fd7a
Compare
Choose a tag to compare

This release fixes a problem in the appender where sometimes multiple entries would be added to the config's history.

v0.0.20: Import uncompressed layers

19 Oct 22:12
Compare
Choose a tag to compare

This changes the fast importer to import uncompressed tarballs from the docker save-format tarball to take advantage of the fact that container_load now supports receiving uncompressed tarballs.

v0.0.19: Publish importer PAR

12 Oct 21:33
Compare
Choose a tag to compare
Merge pull request #25 from google/update-2017-10-12

Add importer.yaml to release importer.par