From 8a4fbf97856cbbe68691fab4ed634f913e8d113f Mon Sep 17 00:00:00 2001 From: Aditya Sirish Date: Fri, 10 May 2024 10:56:59 -0400 Subject: [PATCH] Add versioning note and prepare v1.0.1 Signed-off-by: Aditya Sirish --- README.md | 7 +++++++ envelope.md | 4 ++-- protocol.md | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b521dce..cba5f5a 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,10 @@ etc. --> * There's a DSSE library for Go in [go-securesystemslib](https://github.com/secure-systems-lab/go-securesystemslib/tree/main/dsse). * SigStore includes a [Go implementation](https://github.com/sigstore/sigstore/tree/main/pkg/signature/dsse) that supports hardware tokens, cloud KMS systems, and more. + +## Versioning + +The DSSE specification follows semantic versioning, and is released using Git +tags. The `master` branch points to the latest release. Changes to the +specification are submitted against the `devel` branch, and are merged into +`master` when they are ready to be released. diff --git a/envelope.md b/envelope.md index 0aa12ea..757a6c7 100644 --- a/envelope.md +++ b/envelope.md @@ -1,8 +1,8 @@ # DSSE Envelope -March 03, 2021 +May 10, 2024 -Version 1.0.0 +Version 1.0.1 This document describes the recommended data structure for storing DSSE signatures, which we call the "JSON Envelope". For the protocol/algorithm, see diff --git a/protocol.md b/protocol.md index a1f32d1..20f7e45 100644 --- a/protocol.md +++ b/protocol.md @@ -1,8 +1,8 @@ # DSSE Protocol -March 03, 2021 +May 10, 2024 -Version 1.0.0 +Version 1.0.1 This document describes the protocol/algorithm for creating and verifying DSSE signatures, independent of how they are transmitted or stored. For the