v1.1.2
v1.1.2
Release Notes
None
Major Changes since v1.1.1
- Fix - Refactor conntrack cleanup for v4 and v6 (@jayanthvn)
- Fix - Remove callSkip to prevent Logger.check error(@ryota-sakamoto)
- Fix - Allow pods with
.
in it's name to be reconciled by network policy (@zachdorame ) - Fix - Handle PolicyEndpoint slice deletion gracefully (@achevuru)
- Dependency - Update ebpf SDK to v1.0.8(@jayanthvn)
- Dependency - Update ginkgo to 2.17.2 (@dependabot)
- Dependency - Update amazon-vpc-cni-k8s from 1.18.0 to 1.18.1 (@dependabot)
- Dependency - Update gomega to 1.33.0 (@dependabot)
- Dependency - Bump golang/x/sys from 1.18.0 to 1.19.0 (@dependabot)
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni.yaml
Note that the following regions use different manifests:
us-gov-east-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni-us-gov-east-1.yaml
us-gov-west-1:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni-us-gov-west-1.yaml
cn:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.2/config/master/aws-k8s-cni-cn.yaml
To apply this release using helm:
Follow the installation instructions in https://github.com/aws/amazon-vpc-cni-k8s/blob/v1.18.2/charts/aws-vpc-cni/README.md#installing-the-chart
Verify the update:
$ kubectl describe daemonset aws-node -n kube-system | grep Image | cut -d "/" -f 2-3
amazon-k8s-cni-init:v1.18.2
amazon-k8s-cni:v1.18.2
amazon/aws-network-policy-agent:v1.1.2