Skip to content

Commit

Permalink
updates: add update barriers for N-2 (F32) for key rotation
Browse files Browse the repository at this point in the history
This update barrier is pretty much useless because of
coreos/fedora-coreos-tracker#749, but we
decided to put them in place anyway just to keep following the process.

As far as the process goes. See past discussion on this topic:

- coreos/fedora-coreos-tracker#480 (comment)
- https://docs.fedoraproject.org/en-US/fedora-coreos/update-barrier-signing-keys/
  • Loading branch information
dustymabe committed May 26, 2021
1 parent ea14052 commit 2ccd24f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions updates/next.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
}
}
},
{
"version": "32.20200923.1.0",
"metadata": {
"barrier": {
"reason": "https://docs.fedoraproject.org/en-US/fedora-coreos/update-barrier-signing-keys/"
}
}
},
{
"version": "33.20201020.1.0",
"metadata": {
Expand Down
8 changes: 8 additions & 0 deletions updates/stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
}
}
},
{
"version": "32.20201104.3.0",
"metadata": {
"barrier": {
"reason": "https://docs.fedoraproject.org/en-US/fedora-coreos/update-barrier-signing-keys/"
}
}
},
{
"version": "33.20201201.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 @@ -36,6 +36,14 @@
}
}
},
{
"version": "32.20201104.2.0",
"metadata": {
"barrier": {
"reason": "https://docs.fedoraproject.org/en-US/fedora-coreos/update-barrier-signing-keys/"
}
}
},
{
"version": "33.20201116.2.0",
"metadata": {
Expand Down

0 comments on commit 2ccd24f

Please sign in to comment.