Azure / azure-service-operator

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

Feature: Automate detection of obsolete versions #4062

Open theunrepentantgeek opened 4 months ago

theunrepentantgeek commented 4 months ago

To this point we've taken an ad-hoc approach to version updates of supported ASO resources, bringing in the new versions when users request.

We think there's merit in investigating how we might create a report to identify when the latest version included in ASO is significantly out of date. With the azure-rest-api-specs repo available as a submodule, we have the information available to do a cross check as a pipeline stage of the generator.

Initial thoughts (from a brainstorm during our weekly sync):

matthchr commented 3 months ago

Generating a report someplace does sound reasonable.

matthchr commented 3 weeks ago

We should also automate a report containing details about what resources we dont support