What's Changed
- Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.19.0 by @dependabot in #274
- Configure conntrack cache table size by @jayanthvn in #280
- Rule sorting/Strict mode fix by @jchen6585 in #289
- docs: Fix typo arg name for conntrack-cache-table-size by @younsl in #287
- Bump github.com/aws/aws-sdk-go from 1.50.30 to 1.55.3 by @dependabot in #291
- Update SDK and pass byte array by @jayanthvn in #299
- Fix race condition in strict mode by @Pavani-Panakanti in #306
- Bump k8s.io/apimachinery from 0.29.3 to 0.31.0 by @dependabot in #300
- Bump github.com/aws/amazon-vpc-cni-k8s from 1.18.1 to 1.18.3 by @dependabot in #295
- Bump k8s.io/client-go from 0.31.0 to 0.31.1 by @dependabot in #309
Full Changelog: v1.1.2...v1.1.3
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.4/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.4/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.4/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.4/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.4/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.4
amazon-k8s-cni:v1.18.4
amazon/aws-network-policy-agent:v1.1.3