Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 01:43
· 1897 commits to main since this release
v1.10.0
e52424e

Changes by Kind

Feature

  • Add support for workload identity in capz (#3583, @sonasingh46)
  • AKS user-assigned identity for control plane and kubelet (#3425, @jackfrancis)
  • Add AzureEnvironment support to AzureManagedControlPlane (#3509, @luthermonson)
  • Add SecurityProfile SecurityType to API
    Add OSDisk VMDiskSecurityProfile to API
    Add SecurityProfile UefiSettings with SecureBootEnabled and VTpmEnabled to API (#3265, @mresvanis)

Documentation

Failing Test

Bug or Regression

  • Allow azure:// prefix when parsing resource IDs (#3616, @mboersma)
  • Allow setting spec.networkSpec.subnets[i].NatGateway.Name for AzureCluster object if it's empty when upgrade (#3551, @xiujuanx)
  • Delete security rules if removed from spec (#3591, @willie-yao)
  • Don't default NAT Gateway for existing node subnet (#3700, @CecileRobertMichon)
  • Fix default backendPool name being used when custom name is set. (#3676, @RadekManak)
  • Fix managed clusters and agent pools diffs (#3639, @maciaszczykm)
  • Flatcar: Specify caCertDir location while installing “external” cloud provider for Azure (#3386, @nawazkh)
  • Validate providerID for user-assigned IDs in webhook (#3618, @mboersma)
  • Make deprecated field acceleratedNetowrking on azuremachine mutable (#3519, @sonasingh46)
  • Use default backend pool name in capz controller. (#3517, @sonasingh46)

Other (Cleanup or Flake)

Dependencies

Added

  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appconfiguration/armappconfiguration: v1.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice: v1.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/cosmos/armcosmos: v1.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/machinelearning/armmachinelearning: v1.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/redis/armredis: v1.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/servicebus/armservicebus: v1.1.1
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage: v1.0.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/subscription/armsubscription: v1.0.0
  • github.com/Azure/azure-service-operator/v2: v2.1.0
  • github.com/benbjohnson/clock: v1.1.0
  • github.com/hbollon/go-edlib: v1.6.0
  • github.com/jackc/pgpassfile: v1.0.0
  • github.com/jackc/pgservicefile: 091c0ba
  • github.com/jackc/pgx/v5: v5.3.1
  • github.com/leanovate/gopter: v0.2.8

Changed

  • github.com/Azure/aad-pod-identity: v1.8.15 → v1.8.17
  • github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.5.0 → v1.6.1
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.2.2 → v1.3.0
  • github.com/Azure/go-autorest/autorest/adal: v0.9.22 → v0.9.23
  • github.com/AzureAD/microsoft-authentication-library-for-go: v0.9.0 → v1.0.0
  • github.com/dnaeon/go-vcr: v1.1.0 → v1.2.0
  • github.com/hashicorp/go-retryablehttp: v0.7.2 → v0.7.4
  • github.com/jongio/azidext/go/azidext: v0.4.0 → v0.5.0
  • github.com/onsi/ginkgo/v2: v2.9.2 → v2.11.0
  • github.com/onsi/gomega: v1.27.6 → v1.27.8
  • github.com/prometheus/client_golang: v1.15.0 → v1.16.0
  • github.com/prometheus/procfs: v0.9.0 → v0.10.1
  • golang.org/x/crypto: v0.8.0 → v0.11.0
  • golang.org/x/exp: 6cc2880 → bcd2187
  • golang.org/x/mod: v0.10.0 → v0.12.0
  • golang.org/x/net: v0.9.0 → v0.11.0
  • golang.org/x/sync: v0.1.0 → v0.2.0
  • golang.org/x/sys: v0.7.0 → v0.10.0
  • golang.org/x/term: v0.7.0 → v0.10.0
  • golang.org/x/text: v0.9.0 → v0.11.0
  • golang.org/x/tools: v0.7.0 → v0.9.3
  • sigs.k8s.io/cluster-api/test: v1.4.3 → v1.4.4
  • sigs.k8s.io/cluster-api: v1.4.3 → v1.4.4
  • sigs.k8s.io/kind: v0.18.0 → v0.20.0

Removed