Skip to content

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

v1.15.1

22 May 19:34
0e5cfda
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.1 → v1.7.2
  • sigs.k8s.io/cluster-api: v1.7.1 → v1.7.2

Removed

Nothing has changed.

Details

v1.15.0...v1.15.1

v1.14.5

22 May 19:34
ca369cf
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.6.4 → v1.6.5
  • sigs.k8s.io/cluster-api: v1.6.4 → v1.6.5

Removed

Nothing has changed.

Details

v1.14.4...v1.14.5

v1.15.0

07 May 23:40
e1f1f75
Compare
Choose a tag to compare

Changes by Kind

Feature

  • Set PrincipalType in RoleAssignment creation API call when using SystemAssigned identity. (#4625, @whites11)
  • Users can now create a VM and associate it to a capacity reservation group during the VM creation. A new field, CapacityReservationGroupID, is added to AzureMachineSpec to support this feature. The capacity reservation group should already exist before the VM creation. (#4698, @arkadeepsen)
  • Allow setting ResourceGroupName in AzureManagedControlPlaneTemplate (#4723, @willie-yao)
  • An experimental ASO-based API for AKS clusters is now available behind the ASOAPI feature flag and can be enabled through he EXP_ASO_API environment variable when installing CAPZ. See the docs for more details. (#4802, @nojnhuh)

Documentation

  • Added documentation describing how to adopt an existing AKS cluster. (#4697, @nojnhuh)
  • Improve release process docs (#4642, @dtzar)

Bug or Regression

  • A regression making spec.subsciptionID required on AzureCluster and AzureManagedControlPlane has been fixed. Users can specify a global subscription ID with the AZURE_SUBSCRIPTION_ID_B64 environment variable when CAPZ is installed as was possible in CAPZ v1.10 and earlier. (#4784, @nojnhuh)
  • Allow upper-case Azure resource names (#4725, @willie-yao)
  • Don't allow fleetsMembers to have capital letters. Default fleet spec.group. (#4800, @willie-yao)
  • Enable per-sub msi client (#4712, @jackfrancis)
  • Fix ClusterClass MP: Don't include vnet name in template type. BREAKING Go API but not real-world usage (#4735, @willie-yao)
  • Make AKS extension.Plan optional (#4677, @willie-yao)
  • Use correct resource group for Bastion with custom vnet (#4801, @willie-yao)
  • AZURE_SYNC_PERIOD for ASO now defaults to 1h instead of "effectively never" (#4764, @nojnhuh)

Other (Cleanup or Flake)

Dependencies

Added

  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry: v1.2.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/signalr/armsignalr: v1.2.0
  • github.com/chromedp/cdproto: 3cf4e6d
  • github.com/chromedp/chromedp: v0.9.2
  • github.com/chromedp/sysutil: v1.0.0
  • github.com/containerd/log: v0.1.0
  • github.com/felixge/fgprof: v0.9.3
  • github.com/go-task/slim-sprig/v3: v3.0.0
  • github.com/gobwas/httphead: v0.1.0
  • github.com/gobwas/pool: v0.2.1
  • github.com/gobwas/ws: v1.2.1
  • github.com/golang-sql/civil: b832511
  • github.com/golang-sql/sqlexp: v0.1.0
  • github.com/mattn/go-ieproxy: v0.0.11
  • github.com/microsoft/go-mssqldb: v1.6.0
  • github.com/modocache/gover: b58185e
  • github.com/pkg/profile: v1.7.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.22.0
  • golang.org/x/telemetry: f48c80b
  • gopkg.in/dnaeon/go-vcr.v3: v3.2.0
  • sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.0.1
  • sigs.k8s.io/cloud-provider-azure/pkg/azclient: v0.0.2

Changed

Read more

v1.14.4

07 May 23:28
03ea504
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

Dependencies

Nothing has changed.

Details

v1.14.3...v1.14.4

v1.13.6

07 May 23:16
7cc0dce
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

Dependencies

Nothing has changed.

Details

v1.13.5...v1.13.6

v1.14.3

25 Apr 19:03
ed946b6
Compare
Choose a tag to compare

Changes by Kind

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/docker/docker: v24.0.7+incompatible → v24.0.9+incompatible
  • golang.org/x/crypto: v0.20.0 → v0.21.0
  • golang.org/x/net: v0.21.0 → v0.23.0
  • golang.org/x/sys: v0.17.0 → v0.18.0
  • golang.org/x/term: v0.17.0 → v0.18.0
  • sigs.k8s.io/cluster-api/test: v1.6.3 → v1.6.4
  • sigs.k8s.io/cluster-api: v1.6.3 → v1.6.4

Removed

Nothing has changed.

Details

v1.14.2...v1.14.3

v1.13.5

25 Apr 18:48
1f08b9d
Compare
Choose a tag to compare

Changes by Kind

Feature

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/docker/docker: v24.0.7+incompatible → v24.0.9+incompatible
  • golang.org/x/crypto: v0.18.0 → v0.21.0
  • golang.org/x/net: v0.19.0 → v0.23.0
  • golang.org/x/oauth2: v0.14.0 → v0.15.0
  • golang.org/x/sync: v0.5.0 → v0.6.0
  • golang.org/x/sys: v0.16.0 → v0.19.0
  • golang.org/x/term: v0.16.0 → v0.19.0
  • sigs.k8s.io/cluster-api/test: v1.6.3 → v1.6.4
  • sigs.k8s.io/cluster-api: v1.6.3 → v1.6.4

Removed

Nothing has changed.

Details

v1.13.4...v1.13.5

v1.14.2

11 Apr 23:48
7219290
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.13.4

11 Apr 23:48
eaef537
Compare
Choose a tag to compare

Changes by Kind

Bug or Regression

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

v1.14.1

01 Apr 18:30
25d1874
Compare
Choose a tag to compare

Changes by Kind

Bug Fix or Regression

  • Make AKS extension.Plan optional (#4683, @willie-yao)
  • Set PrincipalType in RoleAssignment creation API call when using SystemAssigned identity. (#4663, @whites11)

Other (Cleanup or Flake)

Dependencies

Added

Nothing has changed.

Changed

  • google.golang.org/protobuf: v1.32.0 → v1.33.0
  • sigs.k8s.io/cluster-api/test: v1.6.2 → v1.6.3
  • sigs.k8s.io/cluster-api: v1.6.2 → v1.6.3

Removed

Nothing has changed.

Details

v1.14.0...v1.14.1