Releases: notaryproject/notation-go
Releases · notaryproject/notation-go
v0.8.0-alpha.1
Documentation 📘
notation-go
provides the libraries for notation sign|push|validate capabilities. The notation
CLI is implemented based on notation-go
. However, notation-go
may be used in other CLIs.
What's Changed
- Timestamp per signing by @shizhMSFT in #15
- Restrict TSA verify options by @shizhMSFT in #18
- Bump github.com/golang-jwt/jwt/v4 from 4.1.0 to 4.3.0 by @dependabot in #26
- Bump actions/checkout from 2 to 3 by @dependabot in #27
- Rename go module by @shizhMSFT in #34
New Contributors
- @dependabot made their first contribution in #26
Full Changelog: v0.7.0-alpha.1...v0.8.0-alpha.1
v0.7.0-alpha.1
Documentation 📘
notation-go-lib provides the libraries for notation sign|push|validate capabilities. The notation cli implements notation-go-lib, however notation-go-lib may be used in other clis.
- Getting started with notation
- Installing notation with linux and wsl2
curl -Lo notation.tar.gz https://github.com/notaryproject/notation/releases/download/v0.7.0-alpha.1/notation_0.7.0-alpha.1_linux_amd64.tar.gz tar xvzf notation.tar.gz -C ~/bin notation
What's Changed
- Add codeowners by @terencet-dev in #7
- Adding information and links to README.md by @terencet-dev in #6
- Notation library baseline by @shizhMSFT in #5
- JWS-based Notation Go Library by @shizhMSFT in #11
- Conform to the signature specification by @shizhMSFT in #21
New Contributors
- @terencet-dev made their first contribution in #7
Full Changelog: https://github.com/notaryproject/notation-go-lib/commits/v0.7.0-alpha.1