From 0d716089d04493a922be148092969e1190ce8f7a Mon Sep 17 00:00:00 2001 From: Cyclinder Date: Sat, 23 Dec 2023 21:54:26 +0800 Subject: [PATCH] Fix kube-proxy patch no found (#188) --- releases.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/releases.yml b/releases.yml index 76629387c2..714d96d33b 100644 --- a/releases.yml +++ b/releases.yml @@ -59,7 +59,7 @@ releases: - fix-missing-env-91500.1.18 - CVE-2021-25741.1.18 - nokmem.1.20 - - update-kube-proxy-iptables.1.18.patch + - update-kube-proxy-iptables.1.18 - name: v1.17.17-lts.2 base_release: v1.17.17-ci @@ -658,3 +658,7 @@ patches: - name: fix-kubectl-convert-97644.1.20 patch: - patches/fix-kubectl-convert-97644.1.20.patch + + - name: update-kube-proxy-iptables.1.18 + patch: + - patches/update-kube-proxy-iptables.1.18.patch