Release notes for Cluster API Provider AWS (CAPA) v0.6.9
Changelog since v0.6.8
Changes by Kind
API Change
- Correct the casing of the ELB load balancer scheme from
Internet-facing
tointernet-facing
, allowing the ELB to be correctly reconciled (#2862, @sedefsavas)
Note: This is a seemingly breaking API change, but no users will be impacted, because cluster reconcililation after initial create was failing with the Internet-facing
value. Cluster API Provider AWS v0.6.9 will update the value to the corrected version.
Bug or Regression
- Add missing RBAC permission for AWSClusterControllerIdentities for managed control plane controller (#2709, @richardcase)
- Fix for managed
SecurityGroups
filtering (#2620, @sedefsavas) - EKS: Add missing identity permission for the managed control plane (#2709, @richardcase)
The images for this release are:
k8s.gcr.io/cluster-api-aws/cluster-api-aws-controller:v0.6.9
k8s.gcr.io/cluster-api-aws/eks-controlplane-controller:v0.6.9
k8s.gcr.io/cluster-api-aws/eks-bootstrap-controller:v0.6.9
Thanks to all our contributors.