Releases: sylabs/oci-tools
Releases · sylabs/oci-tools
v0.18.0
What's Changed
- chore(deps): bump github.com/sylabs/sif/v2 from 2.21.0 to 2.21.1 by @dependabot[bot] in #114
- chore(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 by @dependabot[bot] in #115
- chore(deps): bump golangci/golangci-lint-action from 6 to 7 by @dependabot[bot] in #116
- chore(deps): bump github.com/sigstore/cosign/v2 from 2.4.3 to 2.5.0 by @dependabot[bot] in #117
- chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot[bot] in #118
- chore(deps): bump github.com/sebdah/goldie/v2 from 2.5.5 to 2.7.1 by @dependabot[bot] in #125
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #126
- chore: bump golangci-lint to v2.2 by @tri-adam in #128
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #130
- chore: bump module to Go 1.24 by @tri-adam in #127
- chore(deps): bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6 by @dependabot[bot] in #121
- chore: bump
golangci-lint
to v2.4 by @tri-adam in #131 - chore(deps): bump github.com/sigstore/cosign/v2 from 2.5.0 to 2.5.3 by @dependabot[bot] in #129
- chore(deps): bump github.com/sylabs/sif/v2 from 2.21.1 to 2.22.0 by @dependabot[bot] in #132
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- ci: add testing against Go 1.24-rc by @tri-adam in #104
- feat: pkg/ociplatform for OCI platform comparison by @dtrudg in #105
- test: modify corpus ImageIndex handling by @dtrudg in #106
- feat: instrumented Image/Index/Layer by @dtrudg in #107
- feat: support cosign signatures in OCI-SIF files by @dtrudg in #108
- lint: bump
golangci-lint
to v1.63 by @tri-adam in #109 - chore: bump module to Go 1.23 by @tri-adam in #111
- chore(deps): bump github.com/google/go-containerregistry from 0.20.2 to 0.20.3 by @dependabot in #103
- chore(deps): bump github.com/sigstore/cosign/v2 from 2.4.1 to 2.4.2 by @dependabot in #110
- chore(deps): bump github.com/sylabs/sif/v2 from 2.20.2 to 2.21.0 by @dependabot in #112
- chore(deps): bump github.com/sigstore/cosign/v2 from 2.4.2 to 2.4.3 by @dependabot in #113
Full Changelog: v0.16.1...v0.17.0
v0.16.1
What's Changed
- chore(deps): bump github.com/sylabs/sif/v2 from 2.19.1 to 2.19.2 by @dependabot in #98
- chore(deps): bump github.com/sylabs/sif/v2 from 2.19.2 to 2.20.0 by @dependabot in #99
- chore: bump
golangci-lint
to v1.62 by @tri-adam in #100 - chore(deps): bump github.com/sylabs/sif/v2 from 2.20.0 to 2.20.1 by @dependabot in #101
- chore(deps): bump github.com/sylabs/sif/v2 from 2.20.1 to 2.20.2 by @dependabot in #102
Full Changelog: v0.16.0...v0.16.1
v0.16.0
v0.15.0
v0.14.0
What's Changed
- feat: expose lower-level OCIFileImage interface by @dtrudg in #86
- ci: bump golangci-lint to v1.61 by @tri-adam in #89
- feat: AppendImage/Index with optional name.Reference by @dtrudg in #87
- feat: Image / Index by Matcher by @dtrudg in #88
- feat: RemoveBlob / RemoveDescriptors by @dtrudg in #90
- feat: ReplaceImage / ReplaceIndex by @dtrudg in #91
Full Changelog: v0.13.0...v0.14.0
v0.13.0
This release drops support for Go 1.21.
What's Changed
- chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible by @dependabot in #73
- chore(deps): bump github.com/sebdah/goldie/v2 from 2.5.3 to 2.5.5 by @dependabot in #75
- chore(deps): bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 by @dependabot in #76
- chore: bump module to Go 1.22 by @tri-adam in #77
- chore(deps): bump github.com/sylabs/sif/v2 from 2.18.0 to 2.19.0 by @dependabot in #78
- chore(deps): bump github.com/sylabs/sif/v2 from 2.19.0 to 2.19.1 by @dependabot in #79
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- chore(deps): bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by @dependabot in #69
- feat: add
SquashSubset
by @tri-adam in #71 - docs: improve SquashSubset index documentation by @tri-adam in #72
Full Changelog: v0.11.1...v0.12.0
v0.11.1
What's Changed
- chore(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by @dependabot in #65
- chore(deps): bump github.com/sylabs/sif/v2 from 2.17.1 to 2.18.0 by @dependabot in #66
- refactor: use DeleteObjects to simplify code by @tri-adam in #67
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- chore(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 by @dependabot in #60
- chore(deps): bump github.com/sylabs/sif/v2 from 2.16.0 to 2.17.0 by @dependabot in #61
- ci: add testing against Go 1.23 RC by @tri-adam in #63
- chore(deps): bump github.com/sylabs/sif/v2 from 2.17.0 to 2.17.1 by @dependabot in #64
- feat: Update SIF from ImageIndex by @dtrudg in #62
Full Changelog: v0.10.0...v0.11.0