Skip to content

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

v1.18.1

04 Mar 00:33
4a23122
Compare
Choose a tag to compare

Changes by Kind

Feature

Bugs or Regression

  • Fixes a possible nil pointer deference when returning the name of the API Server LoadBalancer. In some cases like externally managed infrastructure, there might not be an API Server LoadBalancer in the AzureCluster CR (#5457, @k8s-infra-cherrypick-robot)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.9.4 → v1.9.5
  • sigs.k8s.io/cluster-api: v1.9.4 → v1.9.5
  • sigs.k8s.io/controller-runtime: v0.19.4 → v0.19.6

Removed

Nothing has changed.

Details

v1.18.0...v1.18.1

v1.17.4

04 Mar 00:33
3d6f78f
Compare
Choose a tag to compare

Changes by Kind

Bugs or Regression

  • Fixes a possible nil pointer deference when returning the name of the API Server LoadBalancer. In some cases like externally managed infrastructure, there might not be an API Server LoadBalancer in the AzureCluster CR (#5458, @nawazkh)

  • Improves state update handling when running long operations on VMSS (#5327, @k8s-infra-cherrypick-robot)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/coredns/corefile-migration: v1.0.23 → v1.0.25
  • golang.org/x/crypto: v0.27.0 → v0.31.0
  • golang.org/x/net: v0.28.0 → v0.33.0
  • golang.org/x/sync: v0.8.0 → v0.10.0
  • golang.org/x/sys: v0.25.0 → v0.28.0
  • golang.org/x/term: v0.24.0 → v0.27.0
  • golang.org/x/text: v0.18.0 → v0.21.0
  • sigs.k8s.io/cluster-api/test: v1.8.5 → v1.8.10
  • sigs.k8s.io/cluster-api: v1.8.5 → v1.8.10
  • sigs.k8s.io/controller-runtime: v0.18.5 → v0.18.7

Removed

Nothing has changed.

Details

v1.17.3...v1.17.4

v1.18.0

28 Jan 20:40
1957fc6
Compare
Choose a tag to compare

Changes by Kind

Feature

  • Add new flavor flatcar-sysext for Flatcar Container Linux cluster deployments. (#4575, @sayanchowdhury)
  • Allows Service Principal with Certificate authentication to work with a path to the certificate. (#5200, @bryan-cox)
  • CAPZ now caches credentials to reduce the number of authentication requests it makes to Entra (#5283, @nojnhuh)
  • Enable Tilt development for apiserver-ilb templates (#5288, @nawazkh)
  • Enable the use of an external control plane (#4611, @rpahli)
  • Feat APIServerILB: create ILB when feature flag APIServerILB is enabled (#5311, @nawazkh)
  • Feat APIServerILB: private IP of the internal LB can be customized (#5332, @nawazkh)
  • Private IP of the Internal LB of the API Server will be configurable (#5274, @nawazkh)
  • Use community gallery for default VM images (#5167, @mboersma)
  • Use internal LB's IP for intra-node communication (#5209, @nawazkh)

Documentation

  • Added docs describing how to migrate existing AKS clusters managed by CAPZ to the new ASO-based API (#5305, @nojnhuh)
  • Overhaul Quickstart UX using AzureASOManagedCluster (#5319, @willie-yao)

Failing Test

Bug or Regression

  • Refactor(manager): set machinepool true as default (#5146, @KOREAN139)
  • AKS extensions removed from an AzureManagedControlPlane's spec.extensions will now be deleted. (#5139, @nojnhuh)
  • Fixed a bug preventing Cluster API from authenticating to ASOAPI Managed Clusters with local accounts disabled. (#5211, @nojnhuh)
  • Fixed an issue where CAPZ was accumulating memory over time that could never be garbage collected. (#5284, @nojnhuh)
  • Improves MachinePool scale up/down to avoid unnecessary VMSS VM model updates (#5164, @mweibel)
  • Improves state update handling when running long operations on VMSS (#5292, @mweibel)
  • Moves webhook registration behind feature gate flags like controller registration already does. (#5099, @bryan-cox)
  • Perform nil check on private lb (#5378, @nawazkh)

Other (Cleanup or Flake)

  • Bump CAPI to v1.8.4 (#5186, @mboersma)
  • Bump CAPI to v1.8.5 (#5255, @mboersma)
  • Bump CAPI to v1.9.4 (#5316, @mboersma)
  • CAPZ now installs Azure Service Operator v2.9.0. (#5170, @nojnhuh)
  • Removes default values previously set in webhooks and adds the default values directly in the API through the kubebuilder annotation, kubebuilder:default. (#5111, @bryan-cox)
  • Update Golangci-lint to v1.60.2 and add golangci-lint PR GitHub workflow (#5158, @nawazkh)
  • Update pre-commit hooks (#5213, @nawazkh)
  • Update self-managed templates to use internal LB for node-to-node communication (#5210, @nawazkh)
  • Use regular Flatcar images from Azure marketplace for flatcar-sysext template (#5263, @tormath1)

Dependencies

Added

  • cel.dev/expr: v0.16.1
  • dario.cat/mergo: v1.0.1
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache: v0.3.1
  • github.com/Azure/azure-sdk-for-go/sdk/tracing/azotel: v0.4.0
  • github.com/AzureAD/microsoft-authentication-extensions-for-go/cache: v0.1.1
  • github.com/antlr4-go/antlr/v4: v4.13.0
  • github.com/dgryski/go-rendezvous: 9f7001d
  • github.com/keybase/go-keychain: 57a3676
  • github.com/planetscale/vtprotobuf: 0393e58
  • github.com/redis/go-redis/v9: v9.7.0
  • go.opentelemetry.io/auto/sdk: v1.1.0
  • go.opentelemetry.io/otel/exporters/jaeger: v1.16.0
  • gopkg.in/evanphx/json-patch.v4: v4.12.0

Changed

Read more

v1.17.3

29 Jan 00:08
3fd0851
Compare
Choose a tag to compare

Changes by Kind

Other (Cleanup or Flake)

  • Update CAPZ rel-1.7 with CAPI-1.8.8 (#5376, @nawazkh)
  • Improves state update handling when running long operations on VMSS (#5327, @mweibel)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/coredns/corefile-migration: v1.0.23 → v1.0.24
  • golang.org/x/crypto: v0.27.0 → v0.31.0
  • golang.org/x/net: v0.28.0 → v0.33.0
  • golang.org/x/sync: v0.8.0 → v0.10.0
  • golang.org/x/sys: v0.25.0 → v0.28.0
  • golang.org/x/term: v0.24.0 → v0.27.0
  • golang.org/x/text: v0.18.0 → v0.21.0
  • sigs.k8s.io/cluster-api/test: v1.8.5 → v1.8.8
  • sigs.k8s.io/cluster-api: v1.8.5 → v1.8.8
  • sigs.k8s.io/controller-runtime: v0.18.5 → v0.18.6

Removed

Nothing has changed.

Details

v1.17.2...v1.17.3

v1.16.5

29 Jan 00:08
6655878
Compare
Choose a tag to compare

Changes by Kind

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/coredns/caddy: v1.1.0 → v1.1.1
  • github.com/coredns/corefile-migration: v1.0.21 → v1.0.24
  • sigs.k8s.io/cluster-api/test: v1.7.8 → v1.7.9
  • sigs.k8s.io/cluster-api: v1.7.8 → v1.7.9

Removed

Nothing has changed.

Details

v1.16.4...v1.16.5

v1.17.2

21 Nov 22:56
b2c3b97
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.8.4 → v1.8.5
  • sigs.k8s.io/cluster-api: v1.8.4 → v1.8.5

Removed

Nothing has changed.

Details

v1.17.1...v1.17.2

v1.16.4

21 Nov 22:56
73149fb
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.7.7 → v1.7.8
  • sigs.k8s.io/cluster-api: v1.7.7 → v1.7.8

Removed

Nothing has changed.

Details

v1.16.3...v1.16.4

v1.17.1

23 Oct 21:13
32cd4c7
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

  • Improves MachinePool scale up/down to avoid unnecessary VMSS VM model updates (#5203, @mweibel)

Other (Cleanup or Flake)

Uncategorized

  • Custom build templates to use curl when az login fails (#5173, @nawazkh)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.8.3 → v1.8.4
  • sigs.k8s.io/cluster-api: v1.8.3 → v1.8.4

Removed

Nothing has changed.

Details

v1.17.0...v1.17.1

v1.16.3

23 Oct 21:24
6b24c4e
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

  • Improves MachinePool scale up/down to avoid unnecessary VMSS VM model updates (#5204, @mweibel)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.7.5 → v1.7.7
  • sigs.k8s.io/cluster-api: v1.7.5 → v1.7.7

Removed

Nothing has changed.

Details

v1.16.2...v1.16.3

v1.16.2

02 Oct 19:29
344da7d
Compare
Choose a tag to compare

Changes by Kind

Other (Cleanup or Flake)

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Details

v1.16.1...v1.16.2