Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Automate detection of obsolete versions #4062

Open
theunrepentantgeek opened this issue Jun 4, 2024 · 1 comment
Open

Feature: Automate detection of obsolete versions #4062

theunrepentantgeek opened this issue Jun 4, 2024 · 1 comment

Comments

@theunrepentantgeek
Copy link
Member

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):

  • List all available newer versions
  • Define a threshold (say, 1 year) and highlight any resource where the newest stable version is more than that threshold newer than the latest stable version supported by ASO.
  • Define a second threshold (say, 9 months) and do the same highlighting, but for preview versions
  • We don't necessarily want to pull in every version (given we have hard CRD size limits we'll hit sooner or later)
@matthchr
Copy link
Member

Generating a report someplace does sound reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants