amazon-vpc-cni-k8s
amazon-vpc-cni-k8s copied to clipboard
Bump github.com/aws/amazon-vpc-resource-controller-k8s from 1.4.1 to 1.4.7
Bumps github.com/aws/amazon-vpc-resource-controller-k8s from 1.4.1 to 1.4.7.
Release notes
Sourced from github.com/aws/amazon-vpc-resource-controller-k8s's releases.
v1.4.6 includes dependency updates and migrates the controller to Kubebuilder v3, along with minor enhancements and bug fixes.
Notice
If you want to know which EC2 instance types are supported with this release, please check this supported instances list.
Enhancements
What's Changed
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by
@dependabotin aws/amazon-vpc-resource-controller-k8s#364- Bump k8s.io/client-go from 0.28.4 to 0.29.1 by
@dependabotin aws/amazon-vpc-resource-controller-k8s#366- Bump github.com/prometheus/common from 0.45.0 to 0.46.0 by
@dependabotin aws/amazon-vpc-resource-controller-k8s#367- Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by
@dependabotin aws/amazon-vpc-resource-controller-k8s#365- Bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.0 by
@dependabotin aws/amazon-vpc-resource-controller-k8s#363- Increase windows test timeout by
@jchen6585in aws/amazon-vpc-resource-controller-k8s#368- chore: migrate to kubebuilder v3 by
@sushrkin aws/amazon-vpc-resource-controller-k8s#369- rename windows flags by
@haoucin aws/amazon-vpc-resource-controller-k8s#371New Contributors
@jchen6585made their first contribution in aws/amazon-vpc-resource-controller-k8s#368Full Changelog: https://github.com/aws/amazon-vpc-resource-controller-k8s/compare/v1.4.5...v1.4.6
EKS Platform Version
The v1.4.6 controller is available for the following EKS and platform versions:
Kubernetes version Platform Version 1.29 eks.5 1.28 eks.11 1.27 eks.15 1.26 eks.16 1.25 eks.17 1.24 eks.20 1.23 eks.22 1.22 eks.26 1.21 eks.31 ECR Images
- 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/vpc-resource-controller:v1.4.6
- 602401143452.dkr.ecr.ap-south-1.amazonaws.com/eks/vpc-resource-controller:v1.4.6
- 602401143452.dkr.ecr.ca-central-1.amazonaws.com/eks/vpc-resource-controller:v1.4.6
- 602401143452.dkr.ecr.eu-west-2.amazonaws.com/eks/vpc-resource-controller:v1.4.6
- 602401143452.dkr.ecr.eu-west-3.amazonaws.com/eks/vpc-resource-controller:v1.4.6
- 602401143452.dkr.ecr.sa-east-1.amazonaws.com/eks/vpc-resource-controller:v1.4.6
- 602401143452.dkr.ecr.us-west-1.amazonaws.com/eks/vpc-resource-controller:v1.4.6
- 602401143452.dkr.ecr.us-east-1.amazonaws.com/eks/vpc-resource-controller:v1.4.6
... (truncated)
Commits
c899086update EC2 supported instance types (#402)57ba08arevert pagination and call DescribeNetworkInterfaces with vpcID or subnetID f...9e946cdupdate golang and dependency to fix CVE (#401)cf1e58badd github action to run gosec static analysis (#398)8b9cdb9Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.51.12 (#397)be41fd1Bump github.com/prometheus/common from 0.49.0 to 0.51.1 (#395)4055f3cBump github.com/aws/amazon-vpc-cni-k8s from 1.16.0 to 1.17.1 (#393)404c6b7Bump k8s.io/client-go from 0.29.2 to 0.29.3 (#392)1ecb317pin envtest version due to an upstream bug (#390)f2bd58eupdate protobuf to 1.33.0 (#387)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
Superseded by #2910.