v2.17.0
This release adds support for updating the digest of an OCI blob within a SIF.
Specifically, the following API has been added:
- func (*FileImage) SetOCIBlobDigest: updates the digest of the OCI blob object with id to h, according to opts.
What's Changed
- chore: bump golangci-lint to v1.57 by @tri-adam in #357
- build(deps): bump github.com/sigstore/sigstore from 1.8.2 to 1.8.3 by @dependabot in #358
- build(deps): bump github.com/sigstore/sigstore from 1.8.3 to 1.8.4 by @dependabot in #359
- ci: bump golangci-lint to v1.59 by @tri-adam in #360
- ci: update to use goreleaser v2 by @tri-adam in #361
- build(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 by @dependabot in #362
- build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #363
- refactor: split add/del/set code into files by @tri-adam in #364
- feat: add SetOCIBlobDigest by @tri-adam in #365
Full Changelog: v2.16.0...v2.17.0