Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/release-notes/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Release Notes",
"position": 20
}
21 changes: 21 additions & 0 deletions docs/release-notes/rns.md
Original file line number Diff line number Diff line change
@@ -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.

1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down