Closed qmonnet closed 1 year ago
Expected failures are failing. The rest is passing. All good, all good once more.
Failing tests:
[sig-network] NetworkPolicyLegacy [LinuxOnly] NetworkPolicy between server and client should allow egress access to server in CIDR block [Feature:NetworkPolicy] [Skipped:Network/OpenShiftSDN/Multitenant] [Skipped:Network/OpenShiftSDN] [Suite:openshift/conformance/parallel] [Suite:k8s]
[sig-network] NetworkPolicyLegacy [LinuxOnly] NetworkPolicy between server and client should ensure an IP overlapping both IPBlock.CIDR and IPBlock.Except is allowed [Feature:NetworkPolicy] [Skipped:Network/OpenShiftSDN/Multitenant] [Skipped:Network/OpenShiftSDN] [Suite:openshift/conformance/parallel] [Suite:k8s]
[sig-network] NetworkPolicyLegacy [LinuxOnly] NetworkPolicy between server and client should not allow access by TCP when a policy specifies only SCTP [Feature:NetworkPolicy] [Skipped:Network/OpenShiftSDN/Multitenant] [Suite:openshift/conformance/parallel] [Suite:k8s]
I'm force-pushing to address the conflict on Makefile.releases
. I re-generated the commit from scratch by running scripts/add-release.sh $RELEASE
again, and checked that the commit is identical to the previous iteration, save for the addressed conflict with the 1.13 and 1.12 targets in Makefile.releases
.
$ git diff fork/pr/v1.11.18 -- {bundles,operator,manifests}/cilium.v1.11.18 Makefile.releases
diff --git a/Makefile.releases b/Makefile.releases
index 3ce2501f72d9..008b91a0e677 100644
--- a/Makefile.releases
+++ b/Makefile.releases
@@ -453,6 +453,26 @@ generate.configs.all: generate.configs.v1.13.3
images.operator.v1.13.3 generate.configs.v1.13.3: cilium_version=1.13.3
+# Cilium v1.13.4
+
+images.all: images.operator.v1.13.4
+
+images.operator.all: images.operator.v1.13.4 generate.configs.v1.13.4
+generate.configs.all: generate.configs.v1.13.4
+
+images.operator.v1.13.4 generate.configs.v1.13.4: cilium_version=1.13.4
+
+
+# Cilium v1.12.11
+
+images.all: images.operator.v1.12.11
+
+images.operator.all: images.operator.v1.12.11 generate.configs.v1.12.11
+generate.configs.all: generate.configs.v1.12.11
+
+images.operator.v1.12.11 generate.configs.v1.12.11: cilium_version=1.12.11
+
+
# Cilium v1.11.18
images.all: images.operator.v1.11.18
All tests still passing as above.
Let's merge this.
Generated with
scripts/add-release.sh $RELEASE
, following the steps at https://github.com/isovalent/cilium-ee-olm/issues/118.Cc @michi-covalent