Release notes for Cluster API Provider AWS (CAPA) v0.7.2
Changelog since v0.7.1
Changes by Kind
Bug or Regression
- Correct version number in metadata.yaml (#2894, @randomvariable)
- Fix panic caused by nil map in
createLabelUpdate
(#2906, @zhengtianbao) - Fix panic in
AWSClusterControllerIdentity.ValidateUpdate
(#2887, @zhengtianbao) - Fix timeout due to delay in bringing up control plane in e2e tests (#2928, @Ankitasw)
- Fix for supporting SecureString as a parameter type in SSM on GovCloud (#2959, @sedefsavas)
- Fix to allow using multiple EKS addons (#2961, @richardcase)
Other
- Bump cluster-api version to v0.4.3 (#2904, @sedefsavas)
- Remove GINKGO_SKIP conditions from Makefile to enable the e2e tests for CAPI (#2946, @Ankitasw)
Full Changelog: v0.7.1...v0.7.2
The images for this release are:
k8s.gcr.io/cluster-api-aws/cluster-api-aws-controller:v0.7.2
Thanks to all our contributors.