cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
✨ feat(addons): add updateAddonTagsWithLatestVersion to set addon tags to latest version
trafficstars
What type of PR is this? /kind feature
What this PR does / why we need it:
- Feature enhancement: Adds support for specifying the latest version of EKS addons in AWSManagedControlPlane.
- Improves user experience: Automatically resolves the versioning of addons by fetching the latest supported versions.
Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #5184
Special notes for your reviewer:
Checklist:
- [x] squashed commits
- [ ] includes documentation
- [x] includes emojis
- [ ] adds unit tests
- [x] adds or updates e2e tests
Release note:
feat: Support installing the latest supported version of EKS addons by specifying version: latest in AWSManagedControlPlane.