Releases: giantswarm/cluster-api-provider-aws-app
Releases · giantswarm/cluster-api-provider-aws-app
v2.30.2
v2.30.1
Fixed
- Launchtemplate needs to be updated if spot options are changed.
v2.30.0
Fixed
- Wire logger into machine scope.
- Avoid reconciling AWSMachinePools when only the status field has changed.
- Don't overwrite subnet spec tags with AWS tags.
v2.29.0
Changed
- Add karpenter IAM Roles to the S3 bucket policy so that karpenter nodes can read userdata.
v2.28.0
Added
- Support additional security group ingress rules for all nodes.
Fixed
- Only manage security groups for ENIs tagged by CAPA.
v2.27.0
Fixed
- Tags defined in subnet spec should be applied to the subnet resource on AWS.
v2.26.0
Added
- Support EC2 lifecycle hooks for machine pools
Changed
- Build: ensure using the correct variant of yq
v2.25.0
Changed
- Bump CAPA version
v2.7.1-gs-*
. This bumps CAPA tov2.7.1
and applies the customizations we already had in our fork.
Fixed
- Filter out AWS internal tags from subnet tags
v2.24.0
Added
- Expose the
maxHealthyPercentage
property to allow setting the maximum percentage of healthy machines in the Auto Scaling Group during upgrades.
v2.23.0
Changed
- Bump CAPA version v2.5.2-gs-11cb106a4. This bumps CAPA to
v2.5.2
and applies the customizations we already had in our fork.