New Features
- Support COSE signature envelope
- Relax the certificate chain requirement to allow signing with self-signed certificates
- Add CLI spec for notation sign
- Add examples in CLI help doc for notation sign and verify commands
Bug fixes
- Fix #313: deprecated the expiry flag of notation cert generate-test
- Fix #332: fix broken links and refine wording in README.md
Other changes
- Add weekly build for CI
- Update to
go
1.19
- Update to
oras-go
2.0.0-rc.3
- Improve readability of documents and specs
Detail commits
- ci: add weekly release by @JeyJeyGao in #282
- Update download link and refactor the documentation directory by @FeynmanZhou in #308
- fix: deprecated the expiry flag of notation cert generate-test by @patrickzheng200 in #313
- doc: improve readability of directory spec by @shizhMSFT in #311
- feat: update to go 1.19 by @JeyJeyGao in #327
- Bump oras.land/oras-go/v2 from 2.0.0-rc.2 to 2.0.0-rc.3 by @dependabot in #334
- fix broken links and refine wording in README.md by @FeynmanZhou in #332
- Bump github.com/docker/docker-credential-helpers from 0.6.4 to 0.7.0 by @dependabot in #358
- feat:updating go.mod dependencies for alpha4 by @chloeyin in #357
- add workflow dispatch for dev build by @dtzar in #363
- Add notation sign CLI spec by @yizha1 in #341
- docs: add a note for dependencies in go.mod file. by @yizha1 in #309
- add goreport badge by @dtzar in #367
- add openssf scorecard by @dtzar in #368
- feat: support cose by @chloeyin in #365
- update: updated cert_gen to generate self-signed certificate by @patrickzheng200 in #380
- Bump version and dependencies for notation alpha.4 release by @yizha1 in #378
- doc: add examples in CLI help doc for notation sign and verify by @FeynmanZhou in #384
Full Changelog: v0.10.0-alpha.3...v0.11.0-alpha.4