Skip to content
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

updates: add barrier releases as part of f33 bump SOP #201

Merged
merged 1 commit into from
Oct 2, 2020
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
8 changes: 8 additions & 0 deletions updates/stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"last-modified": "2020-09-23T10:35:19Z"
},
"releases": [
{
"version": "31.20200517.3.0",
"metadata": {
"barrier": {
"reason": "https://github.com/coreos/fedora-coreos-tracker/issues/480#issuecomment-631724629"
Copy link
Contributor

@lucab lucab Oct 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going on, do we want to have an explicit ticket or discourse entry to explain what is the effect of this specific kind of barriers? That is, something easier to read for users and explaining that there signing keys embedded in the OS that needs to be rotated/refreshed.

Copy link
Member Author

@dustymabe dustymabe Oct 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I was thinking it would be nice to have that. Would you mind creating that (maybe a FAQ entry) and I can update this PR?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I can, but I didn't want block this PR on that, we can always retroactively update the URL.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good! I'll update the URL when that's ready. Thanks for offering to do that!

}
}
},
{
"version": "32.20200615.3.0",
"metadata": {
Expand Down
8 changes: 8 additions & 0 deletions updates/testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
}
}
},
{
"version": "31.20200517.2.0",
"metadata": {
"barrier": {
"reason": "https://github.com/coreos/fedora-coreos-tracker/issues/480#issuecomment-631724629"
}
}
},
{
"version": "32.20200615.2.2",
"metadata": {
Expand Down