v2.3.0 #4657
richardcase
started this conversation in
General
v2.3.0
#4657
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release notes for Cluster API Provider AWS (CAPA) v2.3.0
Documentation
Changelog since v2.2.4
Urgent Upgrade Notes
(No, really, you MUST read this before you upgrade)
ec2:CreateVpcEndpoint
,ec2:ModifyVpcEndpoint
,ec2:DeleteVpcEndpoints
,ec2:DescribeVpcEndpoints
. Rerun clusterawsadm to update IAM permissions, or update it manually. (#4577, @vincepri)SubnetSpec.ID
field can be used now to offload subnet management to the AWSCluster controller. Theid
should be set to a string that DOES NOT start withsubnet-
; the value is used to set theName
tag in the subnet resource and the actual AWS resource ID is stored inSubnetSpec.ResourceID
. (#4474, @vincepri)Changes by Kind
Feature
AWSCluster.S3Bucket.PresignedURLDuration
. (#4553, @vincepri)AdditionalTags
for S3 buckets (#4625, @AndiDog)Bug or Regression
Support
Other
-v
) flags to gather more logs, the new guidelines show: warn at level 1, debug at level 4, and trace at level 5. (#4576, @vincepri)The images for this release are:
registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.3.0
Thanks to all our contributors.
Dependencies
Added
Changed
Removed
This discussion was created from the release v2.3.0.
Beta Was this translation helpful? Give feedback.
All reactions