From 3e82d619eda14796b5a93a8f2aad21a0ef1280c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:43:36 +0000 Subject: [PATCH 1/2] deps: update dependency containernetworking/plugins to v1.6.1 --- internal/versions/versions.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/versions/versions.go b/internal/versions/versions.go index aadeae874d..8d0b299b8b 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -201,7 +201,7 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{ ClusterVersion: "v1.28.15", // renovate:kubernetes-release KubernetesComponents: components.Components{ { - Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.0/cni-plugins-linux-amd64-v1.6.0.tgz", // renovate:cni-plugins-release + Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.1/cni-plugins-linux-amd64-v1.6.1.tgz", // renovate:cni-plugins-release Hash: "sha256:682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d", InstallPath: constants.CniPluginsDir, Extract: true, @@ -268,7 +268,7 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{ ClusterVersion: "v1.29.11", // renovate:kubernetes-release KubernetesComponents: components.Components{ { - Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.0/cni-plugins-linux-amd64-v1.6.0.tgz", // renovate:cni-plugins-release + Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.1/cni-plugins-linux-amd64-v1.6.1.tgz", // renovate:cni-plugins-release Hash: "sha256:682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d", InstallPath: constants.CniPluginsDir, Extract: true, @@ -335,7 +335,7 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{ ClusterVersion: "v1.30.7", // renovate:kubernetes-release KubernetesComponents: components.Components{ { - Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.0/cni-plugins-linux-amd64-v1.6.0.tgz", // renovate:cni-plugins-release + Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.1/cni-plugins-linux-amd64-v1.6.1.tgz", // renovate:cni-plugins-release Hash: "sha256:682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d", InstallPath: constants.CniPluginsDir, Extract: true, From 83a2ae51b32109be3b7db9eb23e95d3ffef05ede Mon Sep 17 00:00:00 2001 From: edgelessci Date: Tue, 3 Dec 2024 16:00:24 +0000 Subject: [PATCH 2/2] deps: tidy all modules --- internal/versions/versions.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/versions/versions.go b/internal/versions/versions.go index 8d0b299b8b..9042c90ba5 100644 --- a/internal/versions/versions.go +++ b/internal/versions/versions.go @@ -202,7 +202,7 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{ KubernetesComponents: components.Components{ { Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.1/cni-plugins-linux-amd64-v1.6.1.tgz", // renovate:cni-plugins-release - Hash: "sha256:682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d", + Hash: "sha256:2503ce29ac445715ebe146073f45468153f9e28f45fa173cb060cfd9e735f563", InstallPath: constants.CniPluginsDir, Extract: true, }, @@ -269,7 +269,7 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{ KubernetesComponents: components.Components{ { Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.1/cni-plugins-linux-amd64-v1.6.1.tgz", // renovate:cni-plugins-release - Hash: "sha256:682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d", + Hash: "sha256:2503ce29ac445715ebe146073f45468153f9e28f45fa173cb060cfd9e735f563", InstallPath: constants.CniPluginsDir, Extract: true, }, @@ -336,7 +336,7 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{ KubernetesComponents: components.Components{ { Url: "https://github.com/containernetworking/plugins/releases/download/v1.6.1/cni-plugins-linux-amd64-v1.6.1.tgz", // renovate:cni-plugins-release - Hash: "sha256:682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d", + Hash: "sha256:2503ce29ac445715ebe146073f45468153f9e28f45fa173cb060cfd9e735f563", InstallPath: constants.CniPluginsDir, Extract: true, },