Skip to content

Releases: kubernetes-sigs/cluster-api-provider-aws

v2.5.0

29 Apr 09:43
v2.5.0
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.5.0

Documentation

Changelog since v2.4.2

Changes by Kind

Support

API Change

  • Action required
    Support deploying network requirements, subnets and carrier gateway, in AWS Wavelength Zones. This introduces new required IAM permissions. If you have an existing stack you will need to update it with clusterawsadm bootstrap iam create-cloudformation-stack (#4901, @mtulio)
  • Add support to provision subnets on AWS Local Zone infrastructure. (#4882, @mtulio)
  • Exposing the health check attributes for the target group for the control plane load balancers, allowing customized health checks for API or additional listeners. (#4849, @mtulio)
  • Fixed a bug where ingress rules specified in the secondary load balancer were not applied to the security group. (#4866, @r4f4)

Feature

  • Add a new field to S3Bucket, BestEffortDeleteObjects, to allow ignoring AccessDenied errors when deleting S3 objects. (#4904, @r4f4)
  • Add flags to manager for leaderElection timeouts (#4845, @nikParasyr)
  • Add support to specify PlacementGroupPartition of placement group in instances. (#4883, @chiragkyal)
  • ROSA: Support for External OIDC (#4915, @muraee)
  • Use goreleaser for releasing binary (#4748, @kranurag7)

Bug or Regression

  • Create aws.Config with a region to be able to work with different AWS partitions (#4860, @calvix)
  • Fix a bug where the machine controller will keep trying to delete an already deleted s3 object. (#4879, @r4f4)
  • Fix machines getting a public IP even when user-supplied subnets don't have MapPublicIpOnLaunch. (#4892, @r4f4)
  • Fix the error handling by deleting the created route table on errors when creating routes. (#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. (#4846, @mtulio)
  • Retry getting and deleting user data from SecretsManager in the bootstrap script in case of request failure. (#4896, @alexander-demicev)
  • Revert a change where the Target Group's name would use the Load Balancer's name as prefix, possibly causing it to exceed the 32 characters limit (#4948, @r4f4)

Other (Cleanup or Flake)

The images for this release are: registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.5.0

Thanks to all our contributors.

v2.4.2

12 Apr 17:09
@nrb nrb
v2.4.2
1c23009
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.4.2

Documentation

Changelog since v2.4.1

Changes by Kind

Bug or Regression

  • 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. (#4846, @mtulio)
  • Fix a bug where the machine controller will keep trying to delete an already deleted s3 object. (#4907, @k8s-infra-cherrypick-robot)
  • Fix instance PrivateDNSName when domain-name is set in dhcpOpts (#4921, @jparrill)
  • Fix machines getting a public IP even when user-supplied subnets don't have MapPublicIpOnLaunch. (#4908, @k8s-infra-cherrypick-robot)
  • Fix the error handling by deleting the created route table on errors when creating routes. (#4912, @k8s-infra-cherrypick-robot)
  • Fixed a bug where ingress rules specified in the secondary load balancer were not applied to the security group. (#4913, @k8s-infra-cherrypick-robot)
  • Retry getting and deleting user data from SecretsManager in the bootstrap script in case of request failure. (#4911, @k8s-infra-cherrypick-robot)

The images for this release are:
registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.4.2

Thanks to all our contributors.

v2.4.1

18 Mar 19:05
v2.4.1
cbf5317
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.4.1

Documentation

Changelog since v2.4.0

Changes by Kind

Support

API Change

  • Add additionalTags API field to ROSAMachinePool (#4869, @muraee)

Feature

  • Add ProvisionShardID API field to ROSAControlPlane (#4872, @muraee)
  • Add additionalSecurityGroups field to ROSAMachinePool (#4848, @muraee)
  • Add new field 'auditLogRoleARN' to ROSAControlPlane (#4857, @muraee)
  • Add new fields to ROSAControlPlane - additionalTags, etcdEncryption, endpointAccess (#4844, @muraee)
  • Fix typo in awsmachinetemplate_webhook logs (#4789, @guettli)
  • Ignition, from v3.1, now supports including Proxy or CA bundle data. (#4750, @vincepri)
  • Reconcile ROSAMachinePool fields (#4804, @muraee)
  • Reconcile ROSAMachinePool.spec.ProviderIDList (#4831, @muraee)

Bug or Regression

  • Fix discovered subnets for additional Load Balancers ("SecondaryControlPlaneLoadBalancer") when it is internet-facing. (#4840, @mtulio)
  • Fix upgrade of managed node groups using custom AMIs (#4830, @fad3t)
  • Fix: bump rosa deps to fix int overflow on non-64bit arch (#4836, @damdo)
  • 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. (#4846, @mtulio)
  • Skip location constraint configuration when creating a bucket on us-east-1. (#4839, @mtulio)

The images for this release are: registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.4.1

Thanks to all our contributors.

v2.4.0

29 Feb 15:38
v2.4.0
25a0086
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.4.0

Documentation

Changelog since v2.3.0

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)

  • v1beta1 types are not going to be served any longer and will be removed in the next release (#4757, @vincepri)

Changes by Kind

Feature

  • A new enum value, disabled, is added for the AWSCluster.spec.controlPlaneLoadBalancer.loadBalancerType field, which skips the reconciliation of the load balancer for the given cluster, useful for clusters which are consuming an externally managed Control Plane. (#4438, @prometherion)
  • Add & Reconcile ROSAMachinePools.spec.version (#4764, @muraee)
  • Add tests for the re-introduced managed subnet functionality in #4474 (#4637, @AndiDog)
  • Added AWSMachine and AWSMachineTemplate fields to control vpc placement for individual instances (#4541, @cnmcavoy)
  • Adds support for a secondary, internal API server load balancer within clusters. (#4733, @nrb)
  • Allow to configure garbage collector using clusterawsadm (#4500, @Fedosin)
  • Enable transit encryption on S3 buckets (#4676, @fiunchinho)
  • Generate CAPI kubeconfig secret for ROSA clusters (#4742, @muraee)
  • Ignition: add option to store User Data in plain text (#4700, @damdo)
  • Introduce basic support for ROSAMachinePools (#4725, @muraee)
  • Log full ARN in GC error messages (#4709, @AndiDog)
  • Prevent users setting SpotMarketOptions and MixedInstancesPolicy at the same time (#4656, @fiunchinho)
  • Reconcile ROSAControlPlane version to trigger upgrades (#4761, @muraee)
  • Reconcile ROSAControlePlane status (#4759, @muraee)
  • Remove ingress and egress rules from vpc default security group (#4707, @fiunchinho)
  • Skip AWSCluster deletion reconciliation once CAPA finalizer is gone (#4730, @AndiDog)
  • Support setting HostnameType options for subnets and machines (#4664, @MaxFedotov)
  • Trigger machine pool instance refresh (node rollout) if bootstrap config reference changes (#4619, @AndiDog)
  • Use go 1.21.5 (#4710, @fiunchinho)
  • Bump CAPI to v1.6.x (#4739, @damdo)

Bug or Regression

  • Don't error when ASG is not present while deciding whether or not to refresh ASG instances. (#4660, @fiunchinho)
  • Fix logging verbosity for machine pool reconciliation (#4620, @AndiDog)
  • Fix: bump rosa deps to fix int overflow on non-64bit arch (#4836, @damdo)
  • Make VPC creation idempotent to avoid indefinite creation of new VPCs if storage of the ID fails (#4723, @AndiDog)
  • Resolved issue where deleted control planes were still registered in the kube-apiserver load balancer, causing potential disruptions. (#4701, @tobiasgiese)
  • Skip instance refresh attempt if ASG does not yet exist (#4662, @fiunchinho)
  • Treat the annotation cluster.x-k8s.io/replicas-managed-by on MachinePool CR as described in CAPI documentation and do not set desired replicas on ASG when the annotation is present. (#4654, @calvix)
  • Update AWSMachine providerID and instanceID earlier to minimize scenarios where tag-based searching is needed (#4670, @mjlshen)
  • Various changes to the releases process. (#4813, @richardcase)
  • When using Ignition, the S3 bucket was previously created in us-east-1 regardless of where the cluster was located, new S3 buckets will be created within the same region as the cluster. (#4732, @vincepri)

Failing Test

  • Add CI script to test docker builds for the controller and clusterawsadm with all architectures. (#4834, @richardcase)

Support

Other (Cleanup or Flake)

  • Dependabot configuration update to group updates, (#4688, @richardcase)
  • Fix some logging and error cases (#4724, @AndiDog)
  • If you're using S3 buckets for bootstrap data, the following permissions are required on the controller to automatically detect whether an object is still needing to be deleted: s3:GetObject. The following permissions are optional: s3:ListBucket. (#4667, @thefirstofthe300)

Uncategorized

  • Updated the default clusterctl template to use external cloud-controller-manager (#4678, @nrb)
  • Use seedling emoji for dependabot pull requests (#4652, @kranurag7)
  • Wrap the underlying error when the AWSMachinePool reconciler fails to get the infra provider cluster or control plane object (#4685, @harveyxia)

The images for this release are: registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.4.0

Thanks to all our contributors.

v2.3.5

27 Feb 11:36
v2.3.5
a9013c3
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.3.5

Documentation

Changelog since v2.3.1

NOTE: there are no v2.3.2-v2.3.4 releases due to issues with the release process.

Changes by Kind

Bug or Regression

Support

The images for this release are: registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.3.5

Thanks to all our contributors.

v2.3.1

21 Dec 12:01
v2.3.1
ca3cc2d
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.3.1

Documentation

Changelog since v2.3.0

NOTE: This release updates the default cluster template to use the external cloud provider which is deployed using CRS. You will need to enable the CRS.

Changes by Kind

Uncategorized

The image for this release is:
registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.3.1

Thanks to all our contributors.

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v2.2.5

22 Dec 11:56
v2.2.5
4f46323
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.2.5

Documentation

Changelog since v2.2.4

Changes by Kind

Support

Failing Test

Bug or Regression

  • Fix: remove unused context imports (#4547, @damdo)
  • Fixed: Additional Tags specified on the AWSCluster will now propagate to root storage volumes. (#4590, @cnmcavoy)
  • Make kpromo versioned consistent (#4542, @richardcase)

Uncategorized

The images for this release are:
registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.2.5

Thanks to all our contributors.

Dependencies

Added

  • github.com/AdaLogics/go-fuzz-headers: 43070de
  • github.com/samber/lo: v1.38.1
  • github.com/xhit/go-str2duration/v2: v2.1.0
  • google.golang.org/genproto/googleapis/api: 782d3b1
  • google.golang.org/genproto/googleapis/rpc: 782d3b1

Changed

  • cloud.google.com/go/bigquery: v1.50.0 → v1.8.0
  • cloud.google.com/go/compute: v1.20.1 → v1.21.0
  • cloud.google.com/go/datastore: v1.11.0 → v1.1.0
  • cloud.google.com/go/pubsub: v1.30.0 → v1.3.1
  • github.com/Masterminds/semver/v3: v3.2.0 → v3.2.1
  • github.com/Masterminds/squirrel: v1.5.3 → v1.5.4
  • github.com/alecthomas/kingpin/v2: v2.3.1 → v2.3.2
  • github.com/aws/amazon-vpc-cni-k8s: v1.14.1 → v1.15.0
  • github.com/aws/amazon-vpc-resource-controller-k8s: v1.1.5 → v1.3.0
  • github.com/aws/aws-sdk-go: v1.44.213 → v1.44.298
  • github.com/cenkalti/backoff/v4: v4.1.3 → v4.2.1
  • github.com/cncf/xds/go: 32f1caf → e9ce688
  • github.com/containerd/containerd: v1.6.15 → v1.7.0
  • github.com/containernetworking/cni: v1.1.1 → v1.1.2
  • github.com/containernetworking/plugins: v1.1.1 → v1.2.0
  • github.com/coreos/go-semver: v0.3.0 → v0.3.1
  • github.com/cpuguy83/go-md2man/v2: v2.0.2 → v2.0.3
  • github.com/docker/cli: v20.10.21+incompatible → v23.0.1+incompatible
  • github.com/docker/docker: v24.0.5+incompatible → v24.0.7+incompatible
  • github.com/docker/go-units: v0.4.0 → v0.5.0
  • github.com/envoyproxy/go-control-plane: v0.11.0 → v0.11.1
  • github.com/envoyproxy/protoc-gen-validate: v0.10.0 → v1.0.2
  • github.com/go-gorp/gorp/v3: v3.0.2 → v3.0.5
  • github.com/go-logr/logr: v1.2.4 → v1.3.0
  • github.com/google/go-cmp: v0.5.9 → v0.6.0
  • github.com/grpc-ecosystem/grpc-gateway/v2: v2.7.0 → v2.16.0
  • github.com/hashicorp/errwrap: v1.0.0 → v1.1.0
  • github.com/hashicorp/go-multierror: v1.0.0 → v1.1.1
  • github.com/huandu/xstrings: v1.3.3 → v1.4.0
  • github.com/klauspost/compress: v1.13.6 → v1.16.0
  • github.com/lib/pq: v1.10.7 → v1.10.9
  • github.com/onsi/ginkgo/v2: v2.12.1 → v2.13.1
  • github.com/onsi/gomega: v1.27.10 → v1.30.0
  • github.com/opencontainers/image-spec: v1.1.0-rc2 → 3a7f492
  • github.com/prometheus/client_golang: v1.16.0 → v1.17.0
  • github.com/prometheus/client_model: v0.4.0 → 9a2bf30
  • github.com/prometheus/common: v0.42.0 → v0.44.0
  • github.com/prometheus/procfs: v0.10.1 → v0.11.1
  • github.com/rubenv/sql-migrate: v1.2.0 → v1.3.1
  • github.com/spf13/cobra: v1.7.0 → v1.8.0
  • github.com/spf13/pflag: v1.0.5 → d5e0c06
  • github.com/vishvananda/netlink: f5de759 → v1.2.1-beta.2
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.1 → v0.44.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.10.0 → v1.19.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.10.0 → v1.19.0
  • go.opentelemetry.io/otel/metric: v0.31.0 → v1.19.0
  • go.opentelemetry.io/otel/sdk: v1.10.0 → v1.19.0
  • go.opentelemetry.io/otel/trace: v1.10.0 → v1.19.0
  • go.opentelemetry.io/otel: v1.10.0 → v1.19.0
  • go.opentelemetry.io/proto/otlp: v0.19.0 → v1.0.0
  • golang.org/x/crypto: v0.13.0 → v0.15.0
  • golang.org/x/exp: 6cc2880 → 642cace
  • golang.org/x/mod: v0.12.0 → v0.13.0
  • golang.org/x/net: v0.14.0 → v0.17.0
  • golang.org/x/sync: v0.3.0 → v0.4.0
  • golang.org/x/sys: v0.12.0 → v0.14.0
  • golang.org/x/term: v0.12.0 → v0.14.0
  • golang.org/x/text: v0.13.0 → v0.14.0
  • golang.org/x/tools: v0.12.0 → v0.14.0
  • google.golang.org/genproto: daa745c → 782d3b1
  • google.golang.org/grpc: v1.55.0 → v1.58.2
  • helm.sh/helm/v3: v3.11.1 → v3.12.3
  • k8s.io/api: v0.27.2 → v0.27.3
  • k8s.io/apiextensions-apiserver: v0.27.2 → v0.27.3
  • k8s.io/apimachinery: v0.27.2 → v0.27.3
  • k8s.io/apiserver: v0.27.2 → v0.27.3
  • k8s.io/cli-runtime: v0.27.2 → v0.27.3
  • k8s.io/client-go: v0.27.2 → v0.27.3
  • k8s.io/code-generator: v0.27.2 → v0.27.3
  • k8s.io/component-base: v0.27.2 → v0.27.3
  • k8s.io/component-helpers: v0.27.2 → v0.27.3
  • k8s.io/kms: v0.27.2 → v0.27.3
  • k8s.io/kubectl: v0.27.2 → v0.27.3
  • k8s.io/metrics: v0.27.2 → v0.27.3
  • k8s.io/utils: a36077c → a5ecb01
  • oras.land/oras-go: v1.2.2 → v1.2.3
  • sigs.k8s.io/cluster-api/test: v1.5.2 → v1.5.3
  • sigs.k8s.io/cluster-api: v1.5.2 → v1.5.3
  • sigs.k8s.io/yaml: v1.3.0 → v1.4.0

Removed

  • cloud.google.com/go/accessapproval: v1.6.0
  • cloud.google.com/go/accesscontextmanager: v1.7.0
  • cloud.google.com/go/aiplatform: v1.37.0
  • cloud.google.com/go/analytics: v0.19.0
  • cloud.google.com/go/apigateway: v1.5.0
  • cloud.google.com/go/apigeeconnect: v1.5.0
  • cloud.google.com/go/apigeeregistry: v0.6.0
  • cloud.google.com/go/apikeys: v0.6.0
  • cloud.google.com/go/appengine: v1.7.1
  • cloud.google.com/go/area120: v0.7.1
  • cloud.google.com/go/artifactregistry: v1.13.0
  • cloud.google.com/go/asset: v1.13.0
  • cloud.google.com/go/assuredworkloads: v1.10.0
  • cloud.google.com/go/automl: v1.12.0
  • cloud.google.com/go/baremetalsolution: v0.5.0
  • cloud.google.com/go/batch: v0.7.0
  • cloud.google.com/go/beyondcorp: v0.5.0
  • cloud.google.com/go/billing: v1.13.0
  • cloud.google.com/go/binaryauthorization: v1.5.0
  • cloud.google.com/go/certificatemanager: v1.6.0
  • cloud.google.com/go/channel: v1.12.0
  • cloud.google.com/go/cloudbuild: v1.9.0
  • cloud.google.com/go/clouddms: v1.5.0
  • cloud.google.com/go/cloudtasks: v1.10.0
  • cloud.google.com/go/contactcenterinsights: v1.6.0
  • cloud.google.com/go/container: v1.15.0
  • cloud.google.com/go/containeranalysis: v0.9.0
  • cloud.google.com/go/datacatalog: v1.13.0
  • cloud.google.com/go/dataflow: v0.8.0
  • cloud.google.com/go/dataform: v0.7.0
  • cloud.google.com/go/datafusion: v1.6.0
  • cloud.google.com/go/d...
Read more

v2.3.0

24 Nov 12:44
v2.3.0
2562a8b
Compare
Choose a tag to compare

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)

  • If you're using the S3 bucket functionality, the following permissions are required for the VPCEndpoint to be managed
    ec2:CreateVpcEndpoint, ec2:ModifyVpcEndpoint, ec2:DeleteVpcEndpoints, ec2:DescribeVpcEndpoints. Rerun clusterawsadm to update IAM permissions, or update it manually. (#4577, @vincepri)
  • When the VPC is managed, the SubnetSpec.ID field can be used now to offload subnet management to the AWSCluster controller. The id should be set to a string that DOES NOT start with subnet-; the value is used to set the Name tag in the subnet resource and the actual AWS resource ID is stored in SubnetSpec.ResourceID. (#4474, @vincepri)

Changes by Kind

Feature

  • AWSCluster.Spec.ControlPlaneLoadBalancer of type NLB now support setting up additional TCP listeners through AdditionalListeners (#4563, @vincepri)
  • Ignition v3 is now supported as a valid version. S3 Bucket to store bootstrap data can now optionally use presigned URLs instead of relying on IAM permissions for nodes and control-plane nodes. The feature is opt-in and backward compatible, if you'd like to switch using presigned URLs, set AWSCluster.S3Bucket.PresignedURLDuration. (#4553, @vincepri)
  • Tag S3 bucket as owned by the cluster (#4518, @AndiDog)
  • Use AdditionalTags for S3 buckets (#4625, @AndiDog)

Bug or Regression

  • Filter out reconciling events on externally managed AWSManagedClusters (#4604, @fiunchinho)
  • Fix issue with EKE e2e tests due to a issue when specifying which subnets to use. (#4575, @richardcase)
  • Fix issues with kpromo to do with project name and fork (#4545, @richardcase)
  • Fix launch template reconciliation if bootstrap data secret cannot be read (#4589, @AndiDog)
  • Fix: sorting the tags list to make it determined (#4579, @Skarlso)

Support

Other

  • Update metadata for the v2.3.0 release (#4651, @richardcase)
  • If you're using --verbosity (or -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)
  • Added verifier for action for pull request (#4634, @kranurag7)
  • Use seedling emoji for dependabot pull requests (#4652, @kranurag7)

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

  • github.com/aymerick/douceur: v0.2.0
  • github.com/beevik/etree: v1.2.0
  • github.com/containers/libhvee: v0.3.0
  • github.com/coreos/go-json: 18775e0
  • github.com/coreos/ignition/v2: v2.16.2
  • github.com/coreos/ignition: v0.35.0
  • github.com/coreos/vcontext: d72178a
  • github.com/godbus/dbus/v5: v5.0.4
  • github.com/google/renameio/v2: v2.0.0
  • github.com/gorilla/css: v1.0.0
  • github.com/itchyny/gojq: v0.12.7
  • github.com/itchyny/timefmt-go: v0.1.3
  • github.com/jackc/chunkreader/v2: v2.0.1
  • github.com/jackc/pgconn: v1.12.0
  • github.com/jackc/pgio: v1.0.0
  • github.com/jackc/pgpassfile: v1.0.0
  • github.com/jackc/pgproto3/v2: v2.3.0
  • github.com/jackc/pgservicefile: 2b9c447
  • github.com/jackc/pgtype: v1.11.0
  • github.com/jackc/pgx/v4: v4.16.0
  • github.com/microcosm-cc/bluemonday: v1.0.18
  • github.com/openshift-online/ocm-sdk-go: v0.1.386
  • github.com/xhit/go-str2duration/v2: v2.1.0
  • google.golang.org/genproto/googleapis/api: 782d3b1
  • google.golang.org/genproto/googleapis/rpc: 782d3b1

Changed

Read more

v2.2.4

05 Oct 10:19
v2.2.4
56c9a39
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.2.4

Documentation

Changelog since v2.2.2

There is no v2.2.3 release due to an issue with the release.

Changes by Kind

Support

Bug or Regression

  • Fixed a bug with the sigs.k8s.io/cluster-api-provider-aws-last-applied-tags annotation that could cause excessive metadata values on AWSMachines. (#4535, @Ankitasw)
  • Make kpromo versioned consistent (#4542, @richardcase)

Uncategorized

The images for this release are:

registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.2.4

Thanks to all our contributors.

Dependencies

Added

  • cloud.google.com/go/apigeeregistry: v0.6.0
  • cloud.google.com/go/apikeys: v0.6.0
  • github.com/adrg/xdg: v0.4.0
  • github.com/golang-jwt/jwt/v4: v4.4.2
  • github.com/golangplus/bytes: v1.0.0
  • github.com/golangplus/fmt: v1.0.0
  • github.com/golangplus/testing: v1.0.0
  • github.com/google/s2a-go: v0.1.3
  • sigs.k8s.io/kustomize/cmd/config: v0.11.1
  • sigs.k8s.io/kustomize/kustomize/v5: v5.0.1

Changed

  • cloud.google.com/go/accessapproval: v1.5.0 → v1.6.0
  • cloud.google.com/go/accesscontextmanager: v1.4.0 → v1.7.0
  • cloud.google.com/go/aiplatform: v1.27.0 → v1.37.0
  • cloud.google.com/go/analytics: v0.12.0 → v0.19.0
  • cloud.google.com/go/apigateway: v1.4.0 → v1.5.0
  • cloud.google.com/go/apigeeconnect: v1.4.0 → v1.5.0
  • cloud.google.com/go/appengine: v1.5.0 → v1.7.1
  • cloud.google.com/go/area120: v0.6.0 → v0.7.1
  • cloud.google.com/go/artifactregistry: v1.9.0 → v1.13.0
  • cloud.google.com/go/asset: v1.10.0 → v1.13.0
  • cloud.google.com/go/assuredworkloads: v1.9.0 → v1.10.0
  • cloud.google.com/go/automl: v1.8.0 → v1.12.0
  • cloud.google.com/go/baremetalsolution: v0.4.0 → v0.5.0
  • cloud.google.com/go/batch: v0.4.0 → v0.7.0
  • cloud.google.com/go/beyondcorp: v0.3.0 → v0.5.0
  • cloud.google.com/go/bigquery: v1.44.0 → v1.50.0
  • cloud.google.com/go/billing: v1.7.0 → v1.13.0
  • cloud.google.com/go/binaryauthorization: v1.4.0 → v1.5.0
  • cloud.google.com/go/certificatemanager: v1.4.0 → v1.6.0
  • cloud.google.com/go/channel: v1.9.0 → v1.12.0
  • cloud.google.com/go/cloudbuild: v1.4.0 → v1.9.0
  • cloud.google.com/go/clouddms: v1.4.0 → v1.5.0
  • cloud.google.com/go/cloudtasks: v1.8.0 → v1.10.0
  • cloud.google.com/go/compute: v1.15.1 → v1.20.1
  • cloud.google.com/go/contactcenterinsights: v1.4.0 → v1.6.0
  • cloud.google.com/go/container: v1.7.0 → v1.15.0
  • cloud.google.com/go/containeranalysis: v0.6.0 → v0.9.0
  • cloud.google.com/go/datacatalog: v1.8.0 → v1.13.0
  • cloud.google.com/go/dataflow: v0.7.0 → v0.8.0
  • cloud.google.com/go/dataform: v0.5.0 → v0.7.0
  • cloud.google.com/go/datafusion: v1.5.0 → v1.6.0
  • cloud.google.com/go/datalabeling: v0.6.0 → v0.7.0
  • cloud.google.com/go/dataplex: v1.4.0 → v1.6.0
  • cloud.google.com/go/dataproc: v1.8.0 → v1.12.0
  • cloud.google.com/go/dataqna: v0.6.0 → v0.7.0
  • cloud.google.com/go/datastore: v1.10.0 → v1.11.0
  • cloud.google.com/go/datastream: v1.5.0 → v1.7.0
  • cloud.google.com/go/deploy: v1.5.0 → v1.8.0
  • cloud.google.com/go/dialogflow: v1.19.0 → v1.32.0
  • cloud.google.com/go/dlp: v1.7.0 → v1.9.0
  • cloud.google.com/go/documentai: v1.10.0 → v1.18.0
  • cloud.google.com/go/domains: v0.7.0 → v0.8.0
  • cloud.google.com/go/edgecontainer: v0.2.0 → v1.0.0
  • cloud.google.com/go/essentialcontacts: v1.4.0 → v1.5.0
  • cloud.google.com/go/eventarc: v1.8.0 → v1.11.0
  • cloud.google.com/go/filestore: v1.4.0 → v1.6.0
  • cloud.google.com/go/functions: v1.9.0 → v1.13.0
  • cloud.google.com/go/gaming: v1.8.0 → v1.9.0
  • cloud.google.com/go/gkebackup: v0.3.0 → v0.4.0
  • cloud.google.com/go/gkeconnect: v0.6.0 → v0.7.0
  • cloud.google.com/go/gkehub: v0.10.0 → v0.12.0
  • cloud.google.com/go/gkemulticloud: v0.4.0 → v0.5.0
  • cloud.google.com/go/gsuiteaddons: v1.4.0 → v1.5.0
  • cloud.google.com/go/iam: v0.8.0 → v0.13.0
  • cloud.google.com/go/iap: v1.5.0 → v1.7.1
  • cloud.google.com/go/ids: v1.2.0 → v1.3.0
  • cloud.google.com/go/iot: v1.4.0 → v1.6.0
  • cloud.google.com/go/kms: v1.6.0 → v1.10.1
  • cloud.google.com/go/language: v1.8.0 → v1.9.0
  • cloud.google.com/go/lifesciences: v0.6.0 → v0.8.0
  • cloud.google.com/go/logging: v1.6.1 → v1.7.0
  • cloud.google.com/go/longrunning: v0.3.0 → v0.4.1
  • cloud.google.com/go/managedidentities: v1.4.0 → v1.5.0
  • cloud.google.com/go/maps: v0.1.0 → v0.7.0
  • cloud.google.com/go/mediatranslation: v0.6.0 → v0.7.0
  • cloud.google.com/go/memcache: v1.7.0 → v1.9.0
  • cloud.google.com/go/metastore: v1.8.0 → v1.10.0
  • cloud.google.com/go/monitoring: v1.8.0 → v1.13.0
  • cloud.google.com/go/networkconnectivity: v1.7.0 → v1.11.0
  • cloud.google.com/go/networkmanagement: v1.5.0 → v1.6.0
  • cloud.google.com/go/networksecurity: v0.6.0 → v0.8.0
  • cloud.google.com/go/notebooks: v1.5.0 → v1.8.0
  • cloud.google.com/go/optimization: v1.2.0 → v1.3.1
  • cloud.google.com/go/orchestration: v1.4.0 → v1.6.0
  • cloud.google.com/go/orgpolicy: v1.5.0 → v1.10.0
  • cloud.google.com/go/osconfig: v1.10.0 → v1.11.0
  • cloud.google.com/go/oslogin: v1.7.0 → v1.9.0
  • cloud.google.com/go/phishingprotection: v0.6.0 → v0.7.0
  • cloud.google.com/go/policytroubleshooter: v1.4.0 → v1.6.0
  • cloud.google.com/go/privatecatalog: v0.6.0 → v0.8.0
  • cloud.google.com/go/pubsub: v1.27.1 → v1.30.0
  • cloud.google.com/go/pubsublite: v1.5.0 → v1.7.0
  • cloud.google.com/go/recaptchaenterprise/v2: v2.5.0 → v2.7.0
  • cloud.google.com/go/recommendationengine: v0.6.0 → v0.7.0
  • cloud.google.com/go/recommender: v1.8.0 → v1.9.0
  • cloud.google.com/go/redis: v1.10.0 → v1.11.0
  • cloud.google.com/go/resourcemanager: v1.4.0 → v1.7.0
  • cloud.google.com/go/resourcesettings: v1.4.0 → v1.5.0
  • cloud.google.com/go/retail: v1.11.0 → v1.12.0
  • cloud.google.com/go/run: v0.3.0 → v0.9.0
  • cloud.google.com/go/scheduler: v1.7.0 → v1.9.0
  • cloud.google.com/go/secretmanager: v1.9.0 → v1.10.0
  • cloud.google.com/go/security: v1.10.0 → v1.13.0
  • cloud.google.com/go/securitycenter: v1.16.0 → v1.19.0
  • cloud.google.com/go/servicecontrol: v1.5.0 → v1.11.1
  • cloud.google.com/go/servicedirectory: v1.7.0 → v1.9.0
  • cloud.google.com/go/servicemanagement: v1.5.0 → v1.8.0
  • cloud.google.com/go/serviceusage: v1.4.0 → v1.6.0
  • cloud.google.com/go/shell: v1.4.0 → v1.6.0
  • cloud.google.com/go/spanner: v1.41.0 → v1.45.0
  • cloud.google.com/go/speech: v1.9.0 → v1.15.0
  • cloud.google.com/go/storagetransfer: v1.6.0 → v1.8.0
  • cloud.google.com/go/talent: v1.4.0 → v1.5.0
  • cloud.google.com/go/texttospeech: v1.5.0 → v1.6.0
  • cloud.google.com/go/tpu: v1.4.0 → v1.5.0
  • cloud.google.com/go/trace: v1.4.0 → v1.9.0
  • cloud.google.com/go/translate: v1.4.0 → v1.7.0
  • cloud.google.com/go/video: v1.9.0 → v1.15.0
  • cloud.google.com/go/videointelligence: v1.9.0 → v1.10.0
  • cloud.google.com/go/vision/v2: v2.5.0 → v2.7.0
  • cloud.google.com/go/vmmigration: v1.3.0 → v1.6.0
  • cloud.google.com/go/vmwareengine: v0.1.0 → v0.3.0
  • cloud.google.com/go/vpcaccess: v1.5.0 → v1.6.0
  • cloud.google.com/go/webrisk: v1.7.0 → v1.8.0
  • cloud.google.com/go/websecurityscanner: v1.4.0 → v1.5.0
  • cloud.google.com/go/workflows: v1.9.0 → v1.10.0
  • cloud.google.com/go: v0.105.0 → v0.110.0
  • github.com/alessio/shellescape: v1.4.1 → v1.4.2
  • github.com/aws/amazon-vpc-cni-k8s: v1.13.2 → v1.14.1
  • github.com/cncf/xds/go: 06c439d → 32f1caf
  • github.com/coredns/corefile-migration: v1.0.20 → v1.0.21
  • github.com/coreos/go-systemd/v22: v22.3.2 → v22.4.0
  • github.com/docker/docker: v20.10.24+incompatible → v24.0.5+incompatible
  • github.com/emicklei/go-restful/v3: v3.10.1 → v3.10.2
  • github.com/envoyproxy/go-control-plane: v0.10.3 → v0.11.0
  • github.com/envoyproxy/protoc-gen-validate: [v0.9.1 → v0.10.0](https://github.com/envoyproxy/protoc-gen-validate/compare...
Read more

v2.2.2

14 Sep 15:24
46e6fb1
Compare
Choose a tag to compare

Release notes for Cluster API Provider AWS (CAPA) v2.2.2

Documentation

Changelog since v2.2.1

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)

  • A new required permission must be added to your controllers policy by running clusterawsadm bootstrap iam create-cloudformation-stack again (or can manually add elasticloadbalancing:SetSubnets permission to controllers policy). (#4413, @k8s-infra-cherrypick-robot)

Changes by Kind

Support

  • Customize golang version when compiling our binaries and images (#4410, @wyike)

Bug Fixes

The images for this release are: registry.k8s.io/cluster-api-aws/cluster-api-aws-controller:v2.2.2

Thanks to all our contributors.

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.