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] Expose release dates of current and latest releases in metrics #273

Open
nabadger opened this issue Sep 20, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@nabadger
Copy link

nabadger commented Sep 20, 2024

Is your feature request related to a problem? Please describe.

In my-use case I find that version-checker reports most images as behind out of date (expected for now..), which means I need to use some other data to help determine what order we go after upgrades.

Describe the solution you'd like

It would be great if the metrics could expose release dates for the current and latest version of the app. I could then diff this and create an ordering (based on how out of date the release is).

Semver alone can't really offer the same thing here, because it depends on the release strategy of the application in question, plus you can't just diff the 2 semver versions to get a count of releases in between.

I think i would favour date difference over number-of-releases-behind (when looking at current vs latest).

Describe alternatives you've considered

https://outdated.sh/ is interesting, but I think it's only a cli tool.

Thanks!

@nabadger nabadger added the enhancement New feature or request label Sep 20, 2024
@github-staff github-staff deleted a comment from SAMBILI Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant