- update to 0.20.6:
* Ensure that tag name is not empty if name contains colon
* Bump some deps
- update to 0.20.5:
* build(deps): bump docker/docker to v28.0.0+incompatible
* Migrate linter to v2
* bump go version + bump deps
* implement TextMarshaler/JSONMarshaler more consistently
* Update CodeQL permissions
* Update goreleaser permissions
* Update provenance action in release
* Update validator action
- drop CVE-2025-22868.patch (merged upstream)
OBS-URL: https://build.opensuse.org/request/show/1307712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-containerregistry?expand=0&rev=10
* Ensure that tag name is not empty if name contains colon
* Bump some deps
- update to 0.20.5:
* build(deps): bump docker/docker to v28.0.0+incompatible
* Migrate linter to v2
* bump go version + bump deps
* implement TextMarshaler/JSONMarshaler more consistently
* Update CodeQL permissions
* Update goreleaser permissions
* Update provenance action in release
* Update validator action
- drop CVE-2025-22868.patch (merged upstream)
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=28
- update to 0.20.1:
* Create `remote.Push`
- update to 0.20.0:
* Referrer API must return correct Content-Type
* POTENTIALLY BREAKING: Restore blind-write to remote.Put
- update to 0.19.2:
* Add JSON marshalling funcs for Digest.
* registry: Implement Range requests for blobs
* Support podman auth file REGISTRY_AUTH_FILE.
* feat: crane mutate platform
* Add Context support to auth methods
* Fix windows race condition when writing image with duplicate
layers
* Add -O shorthand for --omit-digest-tags to crane.
- update to 0.19.1:
* Bump golang.org/x/net from 0.10.0 to 0.17.0 in
/pkg/authn/k8schain
* Bump golang.org/x/ packages
- update to 0.19.0:
* Work around docker v25 tarballs
- update to 0.18.0:
* fix: goreleaser config
* Always print pushed digest in crane push
OBS-URL: https://build.opensuse.org/request/show/1188356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-containerregistry?expand=0&rev=7
* Create `remote.Push`
- update to 0.20.0:
* Referrer API must return correct Content-Type
* POTENTIALLY BREAKING: Restore blind-write to remote.Put
- update to 0.19.2:
* Add JSON marshalling funcs for Digest.
* registry: Implement Range requests for blobs
* Support podman auth file REGISTRY_AUTH_FILE.
* feat: crane mutate platform
* Add Context support to auth methods
* Fix windows race condition when writing image with duplicate
layers
* Add -O shorthand for --omit-digest-tags to crane.
- update to 0.19.1:
* Bump golang.org/x/net from 0.10.0 to 0.17.0 in
/pkg/authn/k8schain
* Bump golang.org/x/ packages
- update to 0.19.0:
* Work around docker v25 tarballs
- update to 0.18.0:
* fix: goreleaser config
* Always print pushed digest in crane push
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=21
* Validate index architectures match children
* Set Content-Length for blob uploads
* Don't wrap DefaultKeychain with refreshes
* Build releases with Go 1.21
* fix: mimic oci-layout in diskblobhandler
* tag: add command explanation to the long help
* feat: implement gc command
* feat: allow port and disk path to be overriden
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=16
- update to 0.16.1:
* bump deps using ./hack/bump-deps.sh
* Allow crane to export schema 1 images
* fixed a goroutine leak
* retry HTTP 522 errors by default
* Limit size of manifest
* Add crane auth token
* Bump codecov/codecov-action from 3.1.3 to 3.1.4
* Pass scopes through crane auth token
* fix: add bounds checking to addendum layer mutations to
prevent panic
* Surface better error messages in crane index
* crane: add missing name option in crane index commands
* crane: Respect cmd.OutOrStdout
* Make ErrSchema1 checkable via errors.Is()
* Don't load into daemon if the image already exists
* add --blobs-to-disk to 'crane registry serve'
* Correct crane registry help text
* Allow concurrent blob Sets, use RWMutex
* Use RWLock, limit scope of locking, write digest first
* Let the filesystem handle atomicity
* Don't try cross-origin mounting against dockerhub
* Drop localhost to support crane registry serve in a container
* Return OCI Index content-type for referrers response
* Allow crane edit to generate non-image artifacts
* Allow setting Content-Type in crane edit manifest
* Avoid v1.Manifest in crane edit config (#1583)
* Support for OCI 1.1+ referrers via API (#1546)
* Support for OCI 1.1+ referrers via fallback tag
* Update descriptor "data" field (when valid) during
OBS-URL: https://build.opensuse.org/request/show/1128791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-containerregistry?expand=0&rev=4
* bump deps using ./hack/bump-deps.sh
* Allow crane to export schema 1 images
* fixed a goroutine leak
* retry HTTP 522 errors by default
* Limit size of manifest
* Add crane auth token
* Bump codecov/codecov-action from 3.1.3 to 3.1.4
* Pass scopes through crane auth token
* fix: add bounds checking to addendum layer mutations to
prevent panic
* Surface better error messages in crane index
* crane: add missing name option in crane index commands
* crane: Respect cmd.OutOrStdout
* Make ErrSchema1 checkable via errors.Is()
* Don't load into daemon if the image already exists
* add --blobs-to-disk to 'crane registry serve'
* Correct crane registry help text
* Allow concurrent blob Sets, use RWMutex
* Use RWLock, limit scope of locking, write digest first
* Let the filesystem handle atomicity
* Don't try cross-origin mounting against dockerhub
* Drop localhost to support crane registry serve in a container
* Return OCI Index content-type for referrers response
* Allow crane edit to generate non-image artifacts
* Allow setting Content-Type in crane edit manifest
* Avoid v1.Manifest in crane edit config (#1583)
* Support for OCI 1.1+ referrers via API (#1546)
* Support for OCI 1.1+ referrers via fallback tag
* Update descriptor "data" field (when valid) during
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/go-containerregistry?expand=0&rev=14