Skip to content

Releases: notaryproject/specifications

Notary Project specifications v1.0.0

08 Aug 05:25
a3d1158
Compare
Choose a tag to compare

The Notary Project community is proud to announce the v1.0.0 release of Notary Project specifications.

Check out below what's available in this major release.

Specifications

Security audit reports

Threat models

Requirements and other documents

New Contributors

  • toddysm made their first contribution in #240
  • FeynmanZhou made their first contribution in #243
  • AdamKorcz made their first contribution in #268

Thank You!

A big THANK YOU ❤️ to all the maintainers, contributors, and everyone else in the Notary Project community for your great contribution to make it happen.

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

Notary v2 - RC2

15 Feb 22:38
a56d1d9
Compare
Choose a tag to compare

This release adds support for using image manifest to store the signatures.

What's Changed

  • doc: fix broken links, wrong artifactType and outdated ORAS usage by @yizha1 in #216
  • doc: notation supports OCI Image manifest by @yizha1 in #217
  • doc: update plugin-extensibility.md spec by @JeyJeyGao in #191
  • chore: removed TODOs, updated outdated specs etc by @priteshbandi in #231

New Contributors

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

Notary v2 - RC1

06 Dec 18:35
f1691a6
Compare
Choose a tag to compare
  • The first release for notaryproject/notaryproject ( aka Notary v2 specifications). This spec defines a new open source standard for
    • A cross industry and cross registry specification for signing and verification of any OCI image or registry artifact
    • Support for two signature envelope formats - JWS and COSE. Customers can choose the format along with their choice of plugins
    • Update on use of plugins for signing and verification. Plugins let vendors and users integrate base Notation client with their choice of Key Vaults, PKI, and Signing services
    • Users to build/integrate their own implementation of Notary v2 specifications into their signing and verification workflows

notaryproject-1.0.0-draft.3

21 Aug 07:51
07a3bcd
Compare
Choose a tag to compare

This release of the Notary v2 specifications is part of the "alpha-3" milestone of the notaryproject/roadmap definition. This release enables

  • Community to use the updated specifications to develop their own implementation of Notary v2 in language/platforms of their choice, and/or contribute to Notation client development.
  • Signature format (JWS) for signing and verification in RC-1.
  • Updates on use of plugins for signing and verification. Plugins let vendors and users integrate base Notation client with their choice of Key Vaults and PKI.

notaryproject-1.0.0-draft.2

25 Feb 01:43
656f08a
Compare
Choose a tag to compare
Pre-release

This is the "alpha-2" milestone of the notaryproject/roadmap definition. This release unlocks further development of the notation client and notation libraries, and even other implementations based on the Notary V2 project specifications.

What's Changed

New Contributors

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

v1.0.0-draft.1

20 Oct 16:55
v1.0.0-draft.1
935ab11
Compare
Choose a tag to compare

Documentation 📘

  • 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
  • Getting started with notation

What's Changed

New Contributors

Full Changelog: https://github.com/notaryproject/notaryproject/commits/v1.0.0-draft.1