Release notes for Cluster API Provider AWS (CAPA) v1.2.0
This version is compatible with Cluster API versions 1.0.x.
Changelog since v1.1.0
Changes by Kind
Feature
- [EKS] Allow configuring services cidr when creating an EKS cluster. (#2964, @richardcase)
- [EKS] Expose additional EKS node bootstrap configuration options via EKSConfig. (#2965, @richardcase)
Bug or Regression
- Revert setting ELB name field to a generated name (this was a bug that made v1.1.0 incompatible with v1.0.0) (#3004, @dlipovetsky)
- Block creating a new instance if AWSMachine already has ProviderID field set (#2957, @sedefsavas)
- Fix for setting conditions to error severity only when errors are non-transients (#3018, @sedefsavas)
- Fix recurring AWS.SimpleQueueService.NonExistentQueue error messages from CAPA logs (#2976, @Ankitasw)
- Fix for trying to update AWSMachine immutable field:
rootVolume.deviceName
(#3011, @pydctw) - [EKS] Fix AWSFargateProfile template (#2984, @matthewhembree)
- Use non root numeric user for CAPA containers (#2960, @Ankitasw)
- [EKS] Fix for EKS e2e tests caused by new environment variable (#2987, @richardcase)
- [EKS] Add missing permissions for EKS OIDC provider configuration (#2870, @codablock)
Documentation
- Update documentation to specify JSON output for AWS CLI commands (#2982, @matthewhembree)
- Update tilt development docs for v0.7.0+ and debugging (#2994, @richardcase)
Other
New Contributors
- @matthewhembree made their first contribution in #2984
Full Changelog: v1.1.0...v1.2.0
The image for this release is:
k8s.gcr.io/cluster-api-aws/cluster-api-aws-controller:v1.2.0
Thanks to all our contributors.