Sourced from github.com/google/go-containerregistry's releases.
v0.19.2
What's Changed
- Add JSON marshalling funcs for Digest. by
@wlynch
in google/go-containerregistry#1915- registry: Implement Range requests for blobs by
@jonjohnsonjr
in google/go-containerregistry#1917- Support podman auth file REGISTRY_AUTH_FILE. by
@zhaoyonghe
in google/go-containerregistry#1914- feat: crane mutate platform by
@joshwlewis
in google/go-containerregistry#1919- Add Context support to auth methods by
@jonjohnsonjr
in google/go-containerregistry#1949- Fix windows race condition when writing image with duplicate layers by
@dgannon991
in google/go-containerregistry#1921- Add -O shorthand for --omit-digest-tags to crane. by
@smoser
in google/go-containerregistry#1958New Contributors
@wlynch
made their first contribution in google/go-containerregistry#1915@zhaoyonghe
made their first contribution in google/go-containerregistry#1914@joshwlewis
made their first contribution in google/go-containerregistry#1919@dgannon991
made their first contribution in google/go-containerregistry#1921@smoser
made their first contribution in google/go-containerregistry#1958Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.1...v0.19.2
1b4e407
Add -O shorthand for --omit-digest-tags to crane. (#1958)3764db2
Fix windows race condition when writing image with duplicate layers (#1921)39d1148
Add Context support to auth methods (#1949)ff385a9
feat: mutate platform (#1919)98dd3e9
Support podman auth file REGISTRY_AUTH_FILE. (#1914)051d642
registry: Implement Range requests for blobs (#1917)0309184
Add JSON marshalling funcs for Digest. (#1915)