Releases: hauler-dev/cosign
Releases · hauler-dev/cosign
v2.4.1+carbide.2
Changed the io.containerd.image.name
annotation in the index.json to use docker.io
instead of index.docker.io
when the default registry is used.
Full Changelog: v2.4.1+carbide.1...v2.4.1+carbide.2
v2.4.1+carbide.1
What's Changed
- Updated fork to include upstream cosign 2.4.1. by @amartin120
- Binaries are no longer necessary to include here in the release. Fork now used as library in Hauler.
Full Changelog: https://github.com/hauler-dev/cosign/commits/v2.4.1+carbide.1
v2.2.3+carbide.3
What's Changed
io.containerd.image.name
added as an additional annotation inindex.json
by @amartin120 in #11
Full Changelog: v2.2.3+carbide.2...v2.2.3+carbide.3
v2.2.3+carbide.2
What's Changed
- 4954236 - revert ReplaceIndex back to AppendIndex - bugfix
Full Changelog: v2.2.3+carbide.1...v2.2.3+carbide.2
v2.2.3+carbide.1
What's Changed
- updated to v2.2.3 by @amartin120 in #8
- image caching for
cosign save
+ duplicate index.json entry fixes by @amartin120 in #9
Full Changelog: v2.2.2+carbide.2...v2.2.3+carbide.1
v2.2.2+carbide.2
What's Changed
- fixed bug with save platform. by @amartin120 in #7
v2.2.2+carbide.1
What's Changed
- add platform flag to cosign save. by @amartin120 in #3
v2.2.0+carbide.2
What's Changed
- Allow cosign save to reuse save directory to help dedupe shared layers. by @amartin120 in #1
- Save/Load to include SBOMS by @amartin120 in #2
v2.2.0+carbide.1
Allow cosign save to reuse save directory to help dedupe shared layer…