From bdd5eb1a8ee4f9f5a293ec2896d3f2867f23237c Mon Sep 17 00:00:00 2001 From: mbshields Date: Thu, 11 Apr 2024 11:52:40 -0700 Subject: [PATCH] docs: removed -rc numbers from OCI v1.1.0 release mentions Signed-off-by: mbshields --- docs/whats-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats-new.md b/docs/whats-new.md index 373fb8c..73a8323 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -31,7 +31,7 @@ ### Generate SBOMs during the build -- Changes added in [OCI Distribution Spec v1.1.0-rc3](https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0-rc3) and [OCI Image Spec v1.1.0-rc4](https://github.com/opencontainers/image-spec/releases/tag/v1.1.0-rc4) (summarized [here](https://opencontainers.org/posts/blog/2023-07-07-summary-of-upcoming-changes-in-oci-image-and-distribution-specs-v-1-1/)) allow arbitrary artifact types and references. These changes support software supply chain use cases such as SBOMs. +- Changes added in [OCI Distribution Spec v1.1.0](https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0) and [OCI Image Spec v1.1.0](https://github.com/opencontainers/image-spec/releases/tag/v1.1.0) (summarized [here](https://opencontainers.org/posts/blog/2023-07-07-summary-of-upcoming-changes-in-oci-image-and-distribution-specs-v-1-1/)) allow arbitrary artifact types and references. These changes support software supply chain use cases such as SBOMs. - For a demonstration of an OCI artifacts workflow that generates an SBOM, see [Software Provenance Workflow Using OCI Artifacts](user_guide/generate_sbom.md).