Skip to content

Releases: notaryproject/notation-go

v1.0.0-rc.6

25 May 07:41
69cf11b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.5...v1.0.0-rc.6

v1.0.0-rc.5

16 May 22:03
1b9b7f2
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 by @dependabot in #304
  • build: bump image-spec to v1.1.0-rc.3 and oras-go to v2.1.0 by @shizhMSFT in #306
  • update: removed Sign with OCI artifact manifest by @Two-Hearts in #308
  • build(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #309

New Contributors

Full Changelog: v1.0.0-rc.4...v1.0.0-rc.5

v1.0.0-rc.4

22 Apr 03:08
06d04cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.2...v1.0.0-rc.4

v1.0.0-rc.3

16 Feb 05:44
de8b7dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.3

v1.0.0-rc.2

16 Feb 03:21
de8b7dd
Compare
Choose a tag to compare

Deprecated: Please DONOT use this version, instead use v1.0.0-rc.3. rc.3 contains all changes of rc.2.

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.1...v1.0.0-rc.2

v1.0.0-rc.1

07 Dec 03:24
bce6162
Compare
Choose a tag to compare

Notices

  • BREAKING CHANGE: notation-go v1.0.0-rc.1 is not compatible with signatures signed by previous Notation releases.
  • BREAKING CHANGE: artifactType in signature manifest is changed to application/vnd.cncf.notary.signature
  • BREAKING CHANGE: Only support registries compliant with the OCI 1.1.0-rc2 image spec and OCI 1.1.0-rc1 distribution spec

New Features

Other changes

  • New API design

Detailed Commits

Full Changelog: v0.12.0-beta.1...v1.0.0-rc.1

v0.12.0-beta.1

02 Nov 05:15
55b8746
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0-alpha.4...v0.12.0-beta.1

v0.11.0-alpha.4

12 Oct 02:16
3d8de5f
Compare
Choose a tag to compare
v0.11.0-alpha.4 Pre-release
Pre-release

New features

  • Plugin integration with verification workflow
  • Update go library
  • Support COSE envelope

Bug fixes

Other changes

  • Refactor to support new signature interface

Detail Commits

New Contributors

Full Changelog: v0.10.0-alpha.3...v0.11.0-alpha.4

v0.10.0-alpha.3

18 Aug 05:39
3f1301e
Compare
Choose a tag to compare
v0.10.0-alpha.3 Pre-release
Pre-release

New Features:

  • Implement basic signature verification
  • Implement Notation directory structure
  • Add config package & optimize directory package
  • Add support for trust store parsing

Bug Fixes

  • Fix #104: optimizes directory package
  • Fix #58: trust store test issue on Windows
  • Fix #98: fix hash function name according to the plugin spec

Other Changes:

  • Add unit tests
  • Add CodeQL security scanning
  • Refactor registry interface

Detail Commits

New Contributors

Full Changelog: v0.9.0-alpha.1...v0.10.0-alpha.3

v0.9.0-alpha.1

29 Jun 00:41
fe1997f
Compare
Choose a tag to compare
v0.9.0-alpha.1 Pre-release
Pre-release

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

  • Implement generate-envelope workflow #47 by @qmuntal
  • Add more validations to trust-policy parsing #43 by @rgnote
  • Implement built-in JWS signer in terms of an in-process plugin #46 by @qmuntal
  • Implement generate signature plugin workflow #42 by @qmuntal
  • Load and Validate Trust policy documents #39 by @rgnote
  • Implement plugin manager #37 by @qmuntal

Dependency updates via dependabot

New Contributors

  • Special thank you to @qmuntal with first and then numerous contributions after this as noted above.

Full Changelog: v0.8.0-alpha.1...v0.9.0-alpha.1