v1.1.1
v1.1.1
Release Notes
None
Major Changes since v1.1.0
- Testing - Verify test results from all retries instead of just the last one (@jaydeokar)
- Dependency - update golang protobuf to 1.33.0 (@haouc)
- Dependency - Bump k8s.io/apimachinery from 0.29.1 to 0.29.3 (@dependabot)
- Dependency - Update env variable to enable strict mode for Network Policy (@jaydeokar)
- Dependency - Update env variable for kube config path (@jaydeokar)
- Dependency - Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (@dependabot)
- Dependency - Bump github.com/google/uuid from 1.4.0 to 1.6.0 (@dependabot)
- Dependency - Bump github.com/aws/aws-sdk-go from 1.50.9 to 1.50.30 (@dependabot)
- Dependency - Bump go.uber.org/zap from 1.26.0 to 1.27.0 (@dependabot)
- Dependency - Bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.2 (@dependabot)
- Dependency - Update golang to 1.21.9 (@jchen6585)
- Enhancement - Repo controlled build go version (@xdu31)
To manually apply this release:
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.18.1/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.1/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.1/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.1/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.1/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.1
amazon-k8s-cni:v1.18.1
amazon/aws-network-policy-agent:v1.1.1