Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 16:54
· 275 commits to main since this release

Release notes for Cluster API Provider AWS (CAPA) <RELEASE_VERSION>

Documentation

Changelog since <PREVIOUS_VERSION>

Changes by Kind

API Change

  • Fixed a bug where ingress rules specified in the secondary load balancer were not applied to the security group. (kubernetes-sigs#4866, @r4f4)

Feature

Bug or Regression

  • Create aws.Config with a region to be able to work with different AWS partitions (kubernetes-sigs#4860, @calvix)
  • Fix machines getting a public IP even when user-supplied subnets don't have MapPublicIpOnLaunch. (kubernetes-sigs#4892, @r4f4)
  • Fix the error handling by deleting the created route table on errors when creating routes. (kubernetes-sigs#4899, @mtulio)
  • Fixes in the health check probe configuration for API target group on ELBv2. The correct health check path now is set to /readyz when AWSLoadBalancerSpec.HealthCheckProtocol is HTTP or HTTPS. (kubernetes-sigs#4846, @mtulio)
  • Retry getting and deleting user data from SecretsManager in the bootstrap script in case of request failure. (kubernetes-sigs#4896, @alexander-demicev)

The images for this release are:
<ADD_IMAGE_HERE>

Thanks to all our contributors.