Release is broken due to goreleaser error, 0.16.1 has the fix
What's Changed
- bump deps using ./hack/bump-deps.sh by @imjasonh in #1702
- Allow crane to export schema 1 images by @jonjohnsonjr in #1704
- fixed a goroutine leak by @ktarplee in #1705
- retry HTTP 522 errors by default by @imjasonh in #1707
- Limit size of manifest by @AdamKorcz in #1711
- Add crane auth token by @jonjohnsonjr in #1709
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #1710
- Pass scopes through crane auth token by @jonjohnsonjr in #1713
- fix: add bounds checking to addendum layer mutations to prevent panic by @aaron-prindle in #1715
- Surface better error messages in crane index by @jonjohnsonjr in #1722
- crane: add missing name option in crane index commands by @HubertZhang in #1723
- crane: Respect cmd.OutOrStdout by @kyleconroy in #1728
- Make ErrSchema1 checkable via errors.Is() by @Laitr0n in #1721
- Don't load into daemon if the image already exists by @jonjohnsonjr in #1724
- add --blobs-to-disk to 'crane registry serve' by @imjasonh in #1731
- Correct crane registry help text by @jonjohnsonjr in #1732
- Allow concurrent blob Sets, use RWMutex by @mattmoor in #1733
- Use RWLock, limit scope of locking, write digest first by @mattmoor in #1734
- Let the filesystem handle atomicity by @mattmoor in #1735
- Don't try cross-origin mounting against dockerhub by @jonjohnsonjr in #1743
- Drop localhost to support crane registry serve in a container by @mattmoor in #1746
- Return OCI Index content-type for referrers response by @jdolitsky in #1762
New Contributors
- @AdamKorcz made their first contribution in #1711
- @HubertZhang made their first contribution in #1723
- @kyleconroy made their first contribution in #1728
- @Laitr0n made their first contribution in #1721
Full Changelog: v0.15.2...v0.16.1
Container Images
https://gcr.io/go-containerregistry/crane:v0.16.1
https://gcr.io/go-containerregistry/gcrane:v0.16.1
For example:
docker pull gcr.io/go-containerregistry/crane:v0.16.1
docker pull gcr.io/go-containerregistry/gcrane:v0.16.1