Release notes for Cluster API Provider AWS (CAPA) v2.4.1
Changelog since v2.4.0
Changes by Kind
Support
- Add @damdo as a reviewer (#4842, @richardcase)
API Change
Feature
- Add
ProvisionShardID
API field to ROSAControlPlane (#4872, @muraee) - Add additionalSecurityGroups field to ROSAMachinePool (#4848, @muraee)
- Add new field 'auditLogRoleARN' to ROSAControlPlane (#4857, @muraee)
- Add new fields to ROSAControlPlane - additionalTags, etcdEncryption, endpointAccess (#4844, @muraee)
- Fix typo in awsmachinetemplate_webhook logs (#4789, @guettli)
- Ignition, from v3.1, now supports including Proxy or CA bundle data. (#4750, @vincepri)
- Reconcile ROSAMachinePool fields (#4804, @muraee)
- Reconcile ROSAMachinePool.spec.ProviderIDList (#4831, @muraee)
Bug or Regression
- Fix discovered subnets for additional Load Balancers ("SecondaryControlPlaneLoadBalancer") when it is internet-facing. (#4840, @mtulio)
- Fix upgrade of managed node groups using custom AMIs (#4830, @fad3t)
- Fix: bump rosa deps to fix int overflow on non-64bit arch (#4836, @damdo)
- Fixes in the health check probe configuration for API target group on ELBv2. The correct health check path now is set to
/readyz
whenAWSLoadBalancerSpec.HealthCheckProtocol
isHTTP
orHTTPS
. (#4846, @mtulio) - Skip location constraint configuration when creating a bucket on
us-east-1
. (#4839, @mtulio)
The images for this release are: registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.4.1
Thanks to all our contributors.