Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump sigs.k8s.io/cluster-api-provider-azure from 1.11.5 to 1.12.0 #998

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps sigs.k8s.io/cluster-api-provider-azure from 1.11.5 to 1.12.0.

Release notes

Sourced from sigs.k8s.io/cluster-api-provider-azure's releases.

v1.12.0

Urgent Upgrade Notes

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

  • AAD Pod Identity is deprecated. As mentioned in the announcement, AAD Pod Identity has been replaced with Azure Workload Identity. All of the methods which utilize AAD Pod Identity will no longer function starting in the 1.13 release of CAPZ. See documentation for more details.

  • The NodeDrainTimeout field is now removed from AzureMachinePools. The equivalent field can be set on the MachinePool spec. (#3998, @​Jont828)

Changes by Kind

Deprecation

API Change

  • Added AzureCluster.spec.failureDomain label, that can be used to prevent control plane node deployment to specified failure domains (#4145, @​handsomejack-42)

Feature

  • Add ClusterClass support for managed clusters (#4155, @​willie-yao)
  • Install azure disk CSI driver Helm chart with CAAPH (#4109, @​Jont828)
  • Install calico Helm chart using CAAPH (#3971, @​Jont828)
  • Support disabling of local accounts for AKS clusters with Azure Active Directory enabled. Disables the back door to get admin kubeconfig for AAD based clusters. The user must ensure to add the service principle to admin groups in azure AAD for capz to be able to deploy the target cluster.. (#4008, @​LochanRn)
  • Support for custom dns prefix for aks clusters (#4009, @​LochanRn)
  • Implements MachinePool Machines according to CAPI contract (#3998, @​Jont828)
  • Allow joining AzureMachinePools to AKS clusters (#4052, @​CecileRobertMichon)
  • Add EnableEncryptionAtHost in ManagedMachinePool (#4181, @​mihaiandreiratoiu)

Bug or Regression

  • Add proper validation for nodepool name (#3974, @​tapojit047)
  • Ensure kubeadm runs after containerd on Flatcar (#4049, @​johananl)
  • Fix API server access profile diff (#4095, @​maciaszczykm)
  • Fix NodeTaints and NodeLabels return type for AzureManagedMachinePools (#4122, @​nawazkh)
  • Fix panic when reconciling private endpoints resources (#4014, @​nojnhuh)
  • Fix: Set correct host on private cluster with public fqdn disabled (#4225, @​mihaiandreiratoiu)
  • Fixed a bug causing ASO resources to potentially get stuck in a failed state (#4148, @​nojnhuh)
  • Fixed a bug causing some tags on ASO resources not to be deleted (#4149, @​nojnhuh)
  • Fixed a bug causing some updates to take effect significantly later than before (#4158, @​nojnhuh)
  • Fixed a bug causing transient errors in AzureManagedMachinePool reconciliation to requeue too aggressively (#4039, @​nojnhuh)
  • Fixed a bug disallowing certain valid updates to AzureManagedControlPlane with Azure CNI overlay enabled (#4097, @​nojnhuh)
  • Fixed a bug potentially causing finalizers not to be applied in some cases (#4211, @​nojnhuh)
  • Fixed a bug that caused AzureManagedMachinePools to endlessly reconcile Spot node pools when no spec.spotMaxPrice is set (#4126, @​nojnhuh)
  • Fixed a bug where AzureCluster's spec.networkSpec.vnet.resourceGroup was not always properly honored (#4191, @​nojnhuh)
  • IdentityRef is required on AzureManagedControlPlane Spec (#4201, @​CecileRobertMichon)
  • Replace Paid SKU tier with Standard (#4045, @​maciaszczykm)

... (truncated)

Commits
  • 005b9f8 Merge pull request #4155 from willie-yao/clusterclass-aks-final
  • 3b94793 Merge pull request #4284 from jackfrancis/metadata.yaml-1.12
  • 224b7dc Add ClusterClass support for Managed Clusters
  • 55e0559 Merge pull request #4273 from dtzar/Podiddeprecation
  • 4475fa7 Merge pull request #4254 from SD-13/kind_name_constants
  • b1554a0 update metadata.yaml for 1.12 release
  • 3973bb6 Merge pull request #4280 from MartinForReal/main
  • 7731499 chores: upload credential-provider-config.yaml to artifact store in ci build
  • 6d87438 const for kind names
  • c6c977e Merge pull request #4125 from aniruddha2000/ani/issues/4114
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sigs.k8s.io/cluster-api-provider-azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure) from 1.11.5 to 1.12.0.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases)
- [Commits](kubernetes-sigs/cluster-api-provider-azure@v1.11.5...v1.12.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api-provider-azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from weizhoublue as a code owner November 20, 2023 10:09
@dependabot dependabot bot added the release/none should not recoded in new release label Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

Merging #998 (837485b) into main (88ea483) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #998   +/-   ##
=======================================
  Coverage   43.86%   43.86%           
=======================================
  Files          20       20           
  Lines        3103     3103           
=======================================
  Hits         1361     1361           
  Misses       1540     1540           
  Partials      202      202           
Flag Coverage Δ
unittests 43.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/cluster-api-provider-azure-1.12.0 branch November 21, 2023 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/none should not recoded in new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant