-
Notifications
You must be signed in to change notification settings - Fork 274
content: Release SLSA 1.2 #1516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
✅ Deploy Preview for slsa ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Tom Hennen <[email protected]>
|
After 1.1, we had a couple of changes required including updating the redirects: #1332 We should include those in this PR, but I cannot recall if there is even more that we did to clean up after the release. |
Signed-off-by: Tom Hennen <[email protected]>
Signed-off-by: Tom Hennen <[email protected]>
Good catch! |
Signed-off-by: Tom Hennen <[email protected]>
Thanks for catching that! I think I've addressed the redirect issues. I also took a quick look to see if there were any other cleanups after 1.1 and couldn't find anything. |
lehors
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
mlieberman85
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
arewm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
michaelwinser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Ship it!
A blog post announcing the release of SLSA 1.2. This PR must not be merged until #1516 is live. refs #1515 --------- Signed-off-by: Tom Hennen <[email protected]>
This PR marks the official release of SLSA 1.2, retiring SLSA 1.1 and SLSA 1.2 RC2.
It should not be merged until Monday November 24th at the earliest and even then only if we've received no significant feedback on RC2.
I've tried this method of retaining history when making copies to make it easier to understand the changes made, but it didn't seem to work (as evidenced by the diffs in this PR). I've had good success using meld to understand the differences introduced. E.g.
meld docs/spec/v1.2-rc2 docs/spec/v1.2. This method shows only 3 files differing between v1.2-rc2 and v1.2: index.md, onepage.md, and whats-new.md.Per @lehors's suggestion this also removes SLSA 1.0 from the nav bar (but it remains accessible).
refs #1515