@@ -201,8 +201,8 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{
201
201
ClusterVersion : "v1.30.14" , // renovate:kubernetes-release
202
202
KubernetesComponents : components.Components {
203
203
{
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 " ,
206
206
InstallPath : constants .CniPluginsDir ,
207
207
Extract : true ,
208
208
},
@@ -268,8 +268,8 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{
268
268
ClusterVersion : "v1.31.12" , // renovate:kubernetes-release
269
269
KubernetesComponents : components.Components {
270
270
{
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 " ,
273
273
InstallPath : constants .CniPluginsDir ,
274
274
Extract : true ,
275
275
},
@@ -335,8 +335,8 @@ var VersionConfigs = map[ValidK8sVersion]KubernetesVersion{
335
335
ClusterVersion : "v1.32.8" , // renovate:kubernetes-release
336
336
KubernetesComponents : components.Components {
337
337
{
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 " ,
340
340
InstallPath : constants .CniPluginsDir ,
341
341
Extract : true ,
342
342
},
0 commit comments