v0.4.0-rc.1
Pre-release
Pre-release
github-actions
released this
04 Nov 15:38
·
219 commits
to main
since this release
v0.4.0-rc.1 adds cosign functionality for handling image verification for signed images. This update also includes the addition of "hauling" digital signatures, attestations, and SBOMs for any image added containing those artifacts.
Changelog
- 4d950f7 Add OCI hauler manifests. (#136)
- 4772657 Add cosign for handling image functionality. (#134)
- 865afb4 updated readme for extra info
- b616f54 updated readme for deprecated commands
- d46ccd0 updated github templates
- 99288f9 removed old docs
- 2cc5e90 updated readme
- f2b0c44 polish up cosign verify for hauler store sync
- 356c46f update go.mod
- 323b93a fix cosign verify logging
- bb9a088 fixes and logging for cosign verify
- 96d92e3 impl for cosign functions for images & store copy
- 220eeed add cosign drop-in funcs
- 3049846 cli updates to accomodate the cosign additions
- ece463b adjust Makefile to be a little more generic
- 58c55d7 add cosign logic
- 214ed48 updates to OCIL funcs to handle cosign changes
- 7d6bbbc pull back in ocil
- 9862e61 update github action deps as well
- fe7122d update dependencies
- 4beb4d4 deprecation notices for dl and non-store serve
- 4ed1b0a Update walkthrough.md
- 3888e23 reworded code comment to be more accurate
- 425c92e added missing 'cat contents.yaml' to example
- 011a4d8 adding imperative generation of declarative config example to doc
- c60ccc8 Merge pull request #116 from noslzzp/main
- 6ebcd50 Update README.md