Azure / azure-service-operator

Azure Service Operator allows you to create Azure resources using kubectl
https://azure.github.io/azure-service-operator/
MIT License
716 stars 194 forks source link

Remove 2023-02-02-preview API version of AKS before June 20th 2024 #3981

Closed matthchr closed 3 weeks ago

matthchr commented 4 months ago

Need to document this as an upcoming breaking change too.

matthchr commented 2 months ago

I realized we can't actually do this in 2.8.0 because we first need to ship #4086 to allow conversion between 2023-02-02-preview TrustedAccessRoleBindings and 2024-04-02-preview TrustedAccessRoleBindings.

Also since that resource only exists in preview that preview version could be a storage version so we'll need to update asoctl to remove it too.

I don't see much usage of TrustedAccessRoleBinding so it's unlikely many users are impacted, but still we should be careful here.

Kicking this out to 2.9.0 so that there's 1 ASO version where TrustedAccessRoleBinding has a newer API version to convert to.

matthchr commented 2 months ago

I have this done locally