From 02614251a01ec032f9c18cc0d45c41e741d8b87f Mon Sep 17 00:00:00 2001 From: HDYA-BackFire Date: Mon, 26 Feb 2024 19:43:50 +0800 Subject: [PATCH] chore: weekly image cve patching from Sec Pipelines (kubeproxy 240125) (#4071) --- vhdbuilder/packer/components.json | 7 ++++--- vhdbuilder/packer/kube-proxy-images.json | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/vhdbuilder/packer/components.json b/vhdbuilder/packer/components.json index ac3e1b56743..1e375b5964d 100644 --- a/vhdbuilder/packer/components.json +++ b/vhdbuilder/packer/components.json @@ -199,7 +199,8 @@ "amd64OnlyVersions": [], "multiArchVersions": [ "1.13.10-1", - "1.14.4" + "1.14.4", + "1.14.4-1" ] }, { @@ -271,7 +272,7 @@ "v1.21.7", "v1.22.5", "v1.23.3", - "v1.24.0" + "v1.24.0" ] }, { @@ -383,4 +384,4 @@ "targetContainerRuntime": "containerd" } ] -} +} \ No newline at end of file diff --git a/vhdbuilder/packer/kube-proxy-images.json b/vhdbuilder/packer/kube-proxy-images.json index ad498750d7b..332b71b9d1b 100644 --- a/vhdbuilder/packer/kube-proxy-images.json +++ b/vhdbuilder/packer/kube-proxy-images.json @@ -6,20 +6,20 @@ "downloadURL": "mcr.microsoft.com/oss/kubernetes/kube-proxy:v*", "amd64OnlyVersions": [], "multiArchVersions": [ - "1.26.6-hotfix.20231009-2", - "1.26.6-hotfix.20231102", - "1.26.10-2", "1.26.10-hotfix.20231103-1", + "1.26.10-hotfix.20231103-5", "1.26.12", + "1.26.6-hotfix.20231009-2", + "1.26.6-hotfix.20231102", "1.27.3-hotfix.20231102", "1.27.3-hotfix.20240125", - "1.27.7-hotfix.20231103", "1.27.7-hotfix.20240125", + "1.27.7-hotfix.20240125-1", "1.27.9-hotfix.20240131", "1.28.0-hotfix.20240125", "1.28.1", - "1.28.3-hotfix.20231103", "1.28.3-hotfix.20240125", + "1.28.3-hotfix.20240125-1", "1.28.5-hotfix.20240131", "1.29.0", "1.29.2" @@ -27,4 +27,4 @@ } ] } -} +} \ No newline at end of file