From 208b820b3869939d105800c45055c156e1a20532 Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Wed, 15 Dec 2021 14:42:42 +0100 Subject: [PATCH] Update `aws-cni` version from `1.7.5` to `1.9.3`. (#535) --- CHANGELOG.md | 4 ++++ templates/files/k8s-resource/aws-cni.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5784ed..0e0b2bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Update `aws-cni` version from `1.7.5` to `1.9.3`. + ### Fixed - Limited hostnetwork pods to the daemonsets only when calculating max pods diff --git a/templates/files/k8s-resource/aws-cni.yaml b/templates/files/k8s-resource/aws-cni.yaml index d3452fb3..2f52be1d 100644 --- a/templates/files/k8s-resource/aws-cni.yaml +++ b/templates/files/k8s-resource/aws-cni.yaml @@ -153,7 +153,7 @@ spec: tolerations: - operator: Exists initContainers: - - image: {{.DockerRegistry}}/giantswarm/aws-cni-init:v1.7.5 + - image: {{.DockerRegistry}}/giantswarm/aws-cni-init:v1.9.3 imagePullPolicy: Always name: aws-vpc-cni-init securityContext: @@ -162,7 +162,7 @@ spec: - mountPath: /host/opt/cni/bin name: cni-bin-dir containers: - - image: {{.DockerRegistry}}/giantswarm/aws-cni:v1.7.5 + - image: {{.DockerRegistry}}/giantswarm/aws-cni:v1.9.3 imagePullPolicy: Always ports: - containerPort: 61678