Skip to content

Commit 3f73b33

Browse files
deps: update dependency containernetworking/plugins to v1.8.0 (edgelesssys#3940)
* deps: update dependency containernetworking/plugins to v1.8.0 * deps: tidy all modules --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <[email protected]>
1 parent 8c26a24 commit 3f73b33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

internal/versions/versions.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{
201201
ClusterVersion: "v1.30.14", // renovate:kubernetes-release
202202
KubernetesComponents: components.Components{
203203
{
204-
Url: "https://github.com/containernetworking/plugins/releases/download/v1.7.1/cni-plugins-linux-amd64-v1.7.1.tgz", // renovate:cni-plugins-release
205-
Hash: "sha256:1a28a0506bfe5bcdc981caf1a49eeab7e72da8321f1119b7be85f22621013098",
204+
Url: "https://github.com/containernetworking/plugins/releases/download/v1.8.0/cni-plugins-linux-amd64-v1.8.0.tgz", // renovate:cni-plugins-release
205+
Hash: "sha256:ab3bda535f9d90766cccc90d3dddb5482003dd744d7f22bcf98186bf8eea8be6",
206206
InstallPath: constants.CniPluginsDir,
207207
Extract: true,
208208
},
@@ -268,8 +268,8 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{
268268
ClusterVersion: "v1.31.12", // renovate:kubernetes-release
269269
KubernetesComponents: components.Components{
270270
{
271-
Url: "https://github.com/containernetworking/plugins/releases/download/v1.7.1/cni-plugins-linux-amd64-v1.7.1.tgz", // renovate:cni-plugins-release
272-
Hash: "sha256:1a28a0506bfe5bcdc981caf1a49eeab7e72da8321f1119b7be85f22621013098",
271+
Url: "https://github.com/containernetworking/plugins/releases/download/v1.8.0/cni-plugins-linux-amd64-v1.8.0.tgz", // renovate:cni-plugins-release
272+
Hash: "sha256:ab3bda535f9d90766cccc90d3dddb5482003dd744d7f22bcf98186bf8eea8be6",
273273
InstallPath: constants.CniPluginsDir,
274274
Extract: true,
275275
},
@@ -335,8 +335,8 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{
335335
ClusterVersion: "v1.32.8", // renovate:kubernetes-release
336336
KubernetesComponents: components.Components{
337337
{
338-
Url: "https://github.com/containernetworking/plugins/releases/download/v1.7.1/cni-plugins-linux-amd64-v1.7.1.tgz", // renovate:cni-plugins-release
339-
Hash: "sha256:1a28a0506bfe5bcdc981caf1a49eeab7e72da8321f1119b7be85f22621013098",
338+
Url: "https://github.com/containernetworking/plugins/releases/download/v1.8.0/cni-plugins-linux-amd64-v1.8.0.tgz", // renovate:cni-plugins-release
339+
Hash: "sha256:ab3bda535f9d90766cccc90d3dddb5482003dd744d7f22bcf98186bf8eea8be6",
340340
InstallPath: constants.CniPluginsDir,
341341
Extract: true,
342342
},

0 commit comments

Comments
 (0)