We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6e9e5f + b447720 commit f6d810fCopy full SHA for f6d810f
pkg/monitortests/clusterversionoperator/terminationmessagepolicy/monitortest.go
@@ -27,6 +27,11 @@ func init() {
27
for i := 0; i < 16; i++ {
28
unfixedVersions.Insert(fmt.Sprintf("4.%d", i))
29
}
30
+
31
+ // TODO: [lmeyer 2026-04-08] replace this temporary hack.
32
+ unfixedVersions.Insert("5.0")
33
+ // the algorithm below has permitted every release since 4.20 to flake because "4.2" is in the version.
34
+ // predictably, a number of violations have crept in. once those are fixed, fix hasOldVersion determination below.
35
36
37
type terminationMessagePolicyChecker struct {
0 commit comments