Skip to content

fix(deps): update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.13.0 - #379

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/capi-modules
Open

fix(deps): update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.13.0#379
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/capi-modules

Conversation

@renovate

@renovate renovate Bot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
sigs.k8s.io/cluster-api-provider-aws/v2 v2.9.3v2.13.0 age confidence

Release Notes

kubernetes-sigs/cluster-api-provider-aws (sigs.k8s.io/cluster-api-provider-aws/v2)

v2.13.0

Compare Source

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

Documentation

Changelog since v2.13.0

What's Changed

⚠ API Changes
  • ✨ ROSAControlPlane now supports optional spec.deleteProtection and reports live protection state in status.deleteProtection. When enabled, CAPA syncs the setting to OCM. Deleting the ROSAControlPlane CR while protection is enabled removes the CR without cascading deletion to the ROSA cluster in OCM. (#​6122, @​michaelryanmcneill)
🐛 Bug Fixes
  • 🐛fix: bump image-builder version for AMI builds. (#​6161, @​richardcase)
  • 🐛 fix: duplicate EC2 instance creation caused by deferred ProviderID persistence combined with EC2 API eventual consistency (#​6132, @​stefanonardo)
  • 🐛 fix(clusterawsadm): allow zero results in release-tool ami find-missing-ami (#​6158, @​richardcase)
  • 🐛fix: prevented the AWSCluster validating webhook from panicking when removal of an existing secondary control plane load balancer is attempted. The update now returns a clear validation error. (#​6130, @​thc1006)
  • 🐛 fix: set correct region when building AMIs automatically. (#​6160, @​richardcase)
  • 🐛 fix(ROSA): infinite OCM API request loop when failed with a persistent error. (#​6128, @​serngawy)
  • 🐛 fix(ROSA): ROSAOCMRoleConfig CRD not being deployed when using clusterctl with ROSA=true (#​6141, @​andclt)
🌱 Others

The images for this release are:

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

Thanks to all our contributors.

v2.12.1

Compare Source

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

Documentation

Changelog since v2.11.1

What's Changed

⚠ API Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
Dependencies
🌱 Others

New Contributors

The images for this release are:

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

Thanks to all our contributors.

v2.12.0

Compare Source

v2.11.1

Compare Source

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

Documentation

Changelog since v2.11.0

Changes by Kind

Uncategorized

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

Thanks to all our contributors.

v2.11.0

Compare Source

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

Documentation

Changelog since v2.10.2

Changes by Kind

Support
API Change
Feature
Bug or Regression
  • Enhanced dedicated host logic to require tenancy=host when attempting to use dedicated hosts for instances. (#​5825, @​vr4manta)
  • Fix constant re-applying of tags if AWSMachine.metadata.annotations is nil (#​5775, @​AndiDog)
  • Fix: change HostAffinity default 'host'->'default', improve API doc and tests (#​5801, @​damdo)
  • Fix: use tlsconfig from the manager options for the webhook server (#​5848, @​damdo)
  • GPU-enabled cluster e2e test is now enabled after confirming ClusterResourceSet handles large ConfigMaps correctly (#​5852, @​Arpit529Srivastava)
  • Print reason for launch template needing update, fix constant instance refreshes for AWSMachinePool (#​5788, @​AndiDog)
  • Validate GP3 volume throughput is within the documented range of 125-2000 MiB/s (#​5876, @​jhixson74)
  • Fix nil dereference when DescribeDhcpOptions call returns an error (#​5792, @​dlipovetsky)
Other (Cleanup or Flake)
  • Remove the --cloud-provider flag from the apiserver configuration in all templates. The flag defaults to "external" and is no longer needed. Removed in kubernetes v1.33. (#​5865, @​clebs)
  • SetupWebhookWithManager methods have been removed from all api packages for all exported types. Additionally, the AWSMachineTemplateWebhook and AWSMachinePoolWebhook types are no longer exported. Callers importing CAPA as a Go library can no longer use these methods and types. (#​5885, @​mdbooth)
Uncategorized

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

Thanks to all our contributors.

v2.10.3

Compare Source

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

Documentation

Changelog since v2.10.2

Changes by Kind

Bug or Regression
Uncategorized

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

Thanks to all our contributors.

v2.10.2

Compare Source

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

Documentation

Changelog since v2.10.1

Changes by Kind

Uncategorized

The images for this release are:

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

Thanks to all our contributors.

v2.10.1

Compare Source

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

Documentation

Changelog since v2.10.0

Changes by Kind

Uncategorized

The images for this release are:

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

Thanks to all our contributors.

v2.10.0

Compare Source

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

Documentation

Changelog since v2.9.3

Urgent Upgrade Notes

(No, really, you MUST read this before you upgrade)
  • Action required
    The short name for AWSManagedClusterTemplate has changed from amct to awsmct. If you have any automation that relies on the short name it will need to be updated. (#​5662, @​alexander-demicev)

Changes by Kind

Support
Feature
Documentation
Failing Test
Bug or Regression
  • @​damdo moves to maintainer (#​5780, @​richardcase)
  • Add update permission for AWSMachinePool finalizers as needed by OwnerReferencesPermissionEnforcement admission policy for setting BlockOwnerDeletion: true on AWSMachinePool AWSMachines (#​5722, @​AndiDog)
  • Ensure CAPA only manages cluster-owned egress only internet gateway (#​5684, @​tthvo)
  • Ensure custom service endpoints for supported AWS services are properly selected by
    both AWS SDKv2 and SDKv1 service ID (for backwards compatibility) (#​5680, @​tthvo)
  • Fix ROSA control plane manage default ROSA machine pool (#​5629, @​serngawy)
  • Fix awsmanagedcontrolplanes/finalizer permission (#​5668, @​serngawy)
  • Fix delete ROSAControlPlane with multiple availability zones (#​5730, @​serngawy)
  • Fix invalid cloud-config when EKS config has no files (#​5768, @​joshfrench)
  • Fix lifecycle hooks being updated constantly, consider changes to RoleARN field as well (#​5762, @​AndiDog)
  • Fix: CAPA v1beta1 to v1beta2 resources generated conversion webhook (#​5739, @​damdo)
  • Fix: changing capacity-reservations-only to CapacityReservationsOnly and update some other webhook message to be more accurate (#​5640, @​huali9)
  • Fix: disallow setting of CapacityReservationPreference: CapacityReservationsOnly when MarketType: Spot or SpotMarketOptions is set (#​5633, @​BraeTroutman)
  • Only try to delete AWSMachine bootstrap data for non-machine pool machines (#​5761, @​AndiDog)
  • Return early when owner Cluster is paused. (#​5645, @​fiunchinho)
  • The clusterawsadm print-policy command now prints all the policies in the template generated by the print-cloudformation-template command, and when it outputs multiple policies, the output is valid JSON. (#​5654, @​dlipovetsky)
Uncategorized

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

Thanks to all our contributors.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner January 27, 2026 22:23
@renovate renovate Bot added dependencies Pull requests that update a dependency file renovate This is an automated PR by RenovateBot labels Jan 27, 2026
@renovate

renovate Bot commented Jan 27, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading k8s.io/api v0.35.4
go: downloading k8s.io/apimachinery v0.35.4
go: downloading k8s.io/client-go v0.35.4
go: downloading sigs.k8s.io/cluster-api-provider-aws/v2 v2.13.0
go: downloading sigs.k8s.io/cluster-api v1.13.4
go: downloading sigs.k8s.io/controller-runtime v0.23.3
go: downloading golang.org/x/tools v0.48.0
go: downloading k8s.io/kubectl v0.35.4
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.4.0
go: downloading golang.org/x/text v0.40.0
go: downloading k8s.io/apiextensions-apiserver v0.35.4
go: downloading k8s.io/component-base v0.35.4
go: downloading golang.org/x/net v0.57.0
go: downloading golang.org/x/mod v0.38.0
go: downloading k8s.io/component-helpers v0.35.4
go: downloading k8s.io/cluster-bootstrap v0.35.4
go: downloading sigs.k8s.io/cluster-api v1.14.0
go: downloading sigs.k8s.io/cluster-api/api v1.14.0
go: github.com/aws-resolver-rules-operator imports
	sigs.k8s.io/cluster-api/api/v1beta1: cannot find module providing package sigs.k8s.io/cluster-api/api/v1beta1
go: github.com/aws-resolver-rules-operator imports
	sigs.k8s.io/cluster-api/exp/api/v1beta1: cannot find module providing package sigs.k8s.io/cluster-api/exp/api/v1beta1
go: github.com/aws-resolver-rules-operator/controllers imports
	sigs.k8s.io/cluster-api/exp/util: cannot find module providing package sigs.k8s.io/cluster-api/exp/util

@renovate
renovate Bot force-pushed the renovate/capi-modules branch 3 times, most recently from 802e3e4 to 1d25a19 Compare February 4, 2026 08:45
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 5 times, most recently from 470749e to f62c248 Compare February 6, 2026 14:01
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 2 times, most recently from 49e416d to fd908ef Compare February 22, 2026 17:18
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 3 times, most recently from 2e05a16 to 642f08b Compare February 27, 2026 17:10
@renovate renovate Bot changed the title Update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.10.1 Update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.10.2 Feb 27, 2026
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 5 times, most recently from beb5bf6 to b9fdbd3 Compare March 5, 2026 15:47
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 6 times, most recently from fb275e6 to 5417e97 Compare March 16, 2026 10:22
@renovate
renovate Bot force-pushed the renovate/capi-modules branch from 2ff3b97 to 6428f79 Compare April 23, 2026 13:43
@renovate renovate Bot changed the title Update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.10.2 Update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.11.1 Apr 23, 2026
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 3 times, most recently from 021deca to 2f94856 Compare April 27, 2026 12:09
@renovate renovate Bot changed the title Update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.11.1 fix(deps): update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.11.1 May 8, 2026
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 2 times, most recently from 0015df2 to d4c265a Compare June 2, 2026 14:22
@renovate renovate Bot changed the title fix(deps): update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.11.1 fix(deps): update capi modules to v2.11.1 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 7 times, most recently from e691442 to 83560c4 Compare June 9, 2026 16:10
@renovate
renovate Bot force-pushed the renovate/capi-modules branch from 83560c4 to e1bf871 Compare June 21, 2026 15:48
@renovate renovate Bot changed the title fix(deps): update capi modules to v2.11.1 fix(deps): update capi modules Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 3 times, most recently from 423e1da to 9e32dda Compare June 24, 2026 01:45
@renovate renovate Bot changed the title fix(deps): update capi modules fix(deps): update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.11.1 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 3 times, most recently from e50067d to 225c1c9 Compare June 27, 2026 14:41
@renovate
renovate Bot force-pushed the renovate/capi-modules branch 2 times, most recently from 711c4d4 to a5bc147 Compare July 9, 2026 21:40
@renovate renovate Bot changed the title fix(deps): update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.11.1 fix(deps): update module sigs.k8s.io/cluster-api-provider-aws/v2 to v2.12.1 Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/capi-modules branch from a5bc147 to 8f8acaf Compare July 14, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate This is an automated PR by RenovateBot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants