File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,3 +24,9 @@ previously documented AWS secret instead of creating a new one with the same mat
2424* When OCP 4.20+ support is ready, there will be a v1.1 branch to use it.
2525* Externalize all charts to prep for subsequent demo pattern.
2626* Pass values-egv-dr into edge-gitops-vms chart. It used to use a symlink when it was local.
27+
28+ v1.1 - April 2026
29+
30+ * Change submariner to use vxlan mode by default, for compatibility reasons
31+ * Default to OCP 4.20+. The subscription for OADP requires "stable" channel not "stable-1.4".
32+ * Numerous small changes to deal with race conditions and other potential issues
Original file line number Diff line number Diff line change 77clusterOverrides :
88 primary :
99 name : ocp-primary
10- version : 4.18.7
10+ version : 4.20.6
1111 install_config :
1212 metadata :
1313 name : ocp-primary
@@ -16,7 +16,7 @@ clusterOverrides:
1616 region : us-west-1
1717 secondary :
1818 name : ocp-secondary
19- version : 4.18.7
19+ version : 4.20.6
2020 install_config :
2121 metadata :
2222 name : ocp-secondary
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ clusterGroup:
4949 openshift-oadp :
5050 name : redhat-oadp-operator
5151 namespace : openshift-adp
52- channel : stable-1.4
52+ channel : stable
5353
5454 projects :
5555 - resilient
You can’t perform that action at this time.
0 commit comments