diff --git a/docs/release-notes/_category_.json b/docs/release-notes/_category_.json new file mode 100644 index 000000000..01bf752a5 --- /dev/null +++ b/docs/release-notes/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Release Notes", + "position": 20 +} \ No newline at end of file diff --git a/docs/release-notes/rns.md b/docs/release-notes/rns.md new file mode 100644 index 000000000..63b94109d --- /dev/null +++ b/docs/release-notes/rns.md @@ -0,0 +1,21 @@ +# Scribe Hub +*Last modified November 3, 2024* +## Scribe Hub Version 1.23.0 +*Novemeber 4, 2024* + + +### Improvements +#### Discovery Asset table +- Added Parent asset as property in the Asset table. + +- Added 'More' link to asset line for extended info. +- Canceled the Lineage tab which became redundant as a result of the above change. +- Improved loading time. + +## Scribe Hub Version 1.21.0 +### Improvements +#### Attestation Signing +- Sign with AWS KMS keys. +#### SLSA Verification +- Compliance with SLSA level 1 and 2 is validated by the client (valint). This replaces the previous implementation and standardized on the policy as code model. + diff --git a/docusaurus.config.js b/docusaurus.config.js index bbd03ccfd..45bf4883e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -167,6 +167,7 @@ const config = { "platforms/verify.md", "platforms/generate_k8s_token.md", "platforms/usage.md", + "release-notes/rns.md", // "advanced-guide/generating-sboms.md", // "advanced-guide/source-code-integrity.md",