Release notes for Cluster API Provider AWS (CAPA) v2.9.1
Changelog since v2.9.0
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
- The short name for AWSManagedClusterTemplate has changed from
amct
toawsmct
. If you have any automation that relies on the short name, it will need to be updated. (#5663, @k8s-infra-cherrypick-robot)
Changes by Kind
Bug or Regression
- Fix: disallow setting of
CapacityReservationPreference: CapacityReservationsOnly
whenMarketType: Spot
orSpotMarketOptions
is set (#5633, @BraeTroutman)
Uncategorized
- Add Metadata kind to metadata (#5639, @k8s-infra-cherrypick-robot)
- Add support for 'eus' channelGroupType in ROSA provider (#5665, @k8s-infra-cherrypick-robot)
- Disable defaulting for .spec.ignition.version when
.spec.ignition.storageType
is set toUnencryptedUserData
(#5644, @k8s-infra-cherrypick-robot) - The clusterawsadm print-policy command now prints all the policies in the template generated by the print-cloudformation-template command, and when it outputs multiple policies, the output is valid JSON. (#5658, @k8s-infra-cherrypick-robot)
The images for this release are:
registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.9.1
Thanks to all our contributors.