v2.19.0 Breaking Changes

Breaking changes

  • Removed containerservice v1api20240402preview versions of ManagedCluster, ManagedClustersAgentPool, and TrustedAccessRoleBinding resources as the API has been deprecated by Azure. If you allow the operator to manage its own CRDs via --crd-pattern, no action is needed as the operator will take care of removing these versions. If you manage the CRD versions yourself, you’ll need to run asoctl clean crds before upgrading.
  • Updated network.azure.com/VirtualNetworkGateway field radiusServerSecret to be a secret (#5295)
    • spec.vpnClientConfiguration.radiusServerSecret is now a secret reference instead of a string.
    • spec.vpnClientConfiguration.radiusServers[].radiusServerSecret is now a secret instead of a string.
    • status.vpnClientConfiguration.radiusServerSecret was removed.
    • status.vpnClientConfiguration.radiusServers[].radiusServerSecret was removed.
  • Removed insights.azure.com/AutoscaleSetting field status.notifications[].webhooks[].serviceUri, as it may contain secrets (#5308).
  • Removed insights.azure.com/ActionGroup field status.automationRunbookReceivers[].serviceUri and status.webhookReceivers[].serviceUri as it may contain secrets (#5308).

Upcoming breaking changes