From 53dc0816bd161ce995a2818a4ca2276ebb5aa83b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 17 Dec 2024 09:23:27 -0800 Subject: [PATCH] blocked-edges/4.18.0-rc.*-MachineConfigServerCARotation: Declare new risk We don't have to declare this for updated into 4.19, because 4.19 was born with rc.0 as it's update floor: $ git blame --first-parent build-suggestions/4.19.yaml | head -n2 11cc1f7c4f (openshift-merge-bot[bot] 2024-12-05 18:28:06 +0000 1) default: 11cc1f7c4f (openshift-merge-bot[bot] 2024-12-05 18:28:06 +0000 2) minor_min: 4.18.0-rc.0 so ec.4 cannot update directly to any 4.19 releases. --- .../4.18.0-rc.0-MachineConfigServerCARotation.yaml | 8 ++++++++ .../4.18.0-rc.1-MachineConfigServerCARotation.yaml | 8 ++++++++ .../4.18.0-rc.2-MachineConfigServerCARotation.yaml | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 blocked-edges/4.18.0-rc.0-MachineConfigServerCARotation.yaml create mode 100644 blocked-edges/4.18.0-rc.1-MachineConfigServerCARotation.yaml create mode 100644 blocked-edges/4.18.0-rc.2-MachineConfigServerCARotation.yaml diff --git a/blocked-edges/4.18.0-rc.0-MachineConfigServerCARotation.yaml b/blocked-edges/4.18.0-rc.0-MachineConfigServerCARotation.yaml new file mode 100644 index 000000000..53842b5ac --- /dev/null +++ b/blocked-edges/4.18.0-rc.0-MachineConfigServerCARotation.yaml @@ -0,0 +1,8 @@ +to: 4.18.0-rc.0 +from: 4[.]18[.]0-ec[.]4[+].* +url: https://issues.redhat.com/browse/MCO-1481 +name: MachineConfigServerCARotation +message: |- + 4.18.0-ec.4 adjusted machine-config server CA management. The change was reverted in 4.18.0-rc.0, but clusters running 4.18.0-ec.4 need manual steps to be able to scale new Machines. +matchingRules: +- type: Always diff --git a/blocked-edges/4.18.0-rc.1-MachineConfigServerCARotation.yaml b/blocked-edges/4.18.0-rc.1-MachineConfigServerCARotation.yaml new file mode 100644 index 000000000..7ce9bae00 --- /dev/null +++ b/blocked-edges/4.18.0-rc.1-MachineConfigServerCARotation.yaml @@ -0,0 +1,8 @@ +to: 4.18.0-rc.1 +from: 4[.]18[.]0-ec[.]4[+].* +url: https://issues.redhat.com/browse/MCO-1481 +name: MachineConfigServerCARotation +message: |- + 4.18.0-ec.4 adjusted machine-config server CA management. The change was reverted in 4.18.0-rc.0, but clusters running 4.18.0-ec.4 need manual steps to be able to scale new Machines. +matchingRules: +- type: Always diff --git a/blocked-edges/4.18.0-rc.2-MachineConfigServerCARotation.yaml b/blocked-edges/4.18.0-rc.2-MachineConfigServerCARotation.yaml new file mode 100644 index 000000000..c8e65c666 --- /dev/null +++ b/blocked-edges/4.18.0-rc.2-MachineConfigServerCARotation.yaml @@ -0,0 +1,8 @@ +to: 4.18.0-rc.2 +from: 4[.]18[.]0-ec[.]4[+].* +url: https://issues.redhat.com/browse/MCO-1481 +name: MachineConfigServerCARotation +message: |- + 4.18.0-ec.4 adjusted machine-config server CA management. The change was reverted in 4.18.0-rc.0, but clusters running 4.18.0-ec.4 need manual steps to be able to scale new Machines. +matchingRules: +- type: Always