Skip to content

[FR] Show more than one version update type if available #75

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

Closed
ruudschilders opened this issue Mar 20, 2025 · 5 comments
Closed

[FR] Show more than one version update type if available #75

ruudschilders opened this issue Mar 20, 2025 · 5 comments
Labels
enhancement New feature or request

Comments

@ruudschilders
Copy link

Is your feature request related to a problem? Please describe.
I run certain images with a pinned version, for example postgres:15
cup now tells me there's a major upgrade available (postgres 17).

Describe the solution you'd like
I would like to be able to see if there are updates to the postgres:15 image (for example postgres:15.10 -> postgres 15.12) instead of being notified there's a major/minor upgrade when I have pinned the version.
Or better: I would like to be notified of both.

Additional context
Of course this wouldn't apply if you use :latest or even without version.

@ruudschilders ruudschilders added the enhancement New feature or request label Mar 20, 2025
@sergi0g sergi0g changed the title [FR] <TITLE>Option to not show major updates when version is specified in image reference [FR] Show more than one version update type if available Mar 20, 2025
@sergi0g
Copy link
Owner

sergi0g commented Mar 20, 2025

Hi @ruudschilders! I'm not sure how easy it would be to implement this, but I'll take a look. In the meantime I could add a config option to ignore certain update types. Does that sound good?

@ruudschilders
Copy link
Author

Yes that would help :-)

@seowalex
Copy link
Contributor

seowalex commented Apr 3, 2025

I am interested in this feature as well, although in my case I would like to disable the checking of the latest tag and only show updates if the digest changes for the exact same tag (for e.g., memcached:1.6.18).

My motivation is that these exact versions are the ones officially verified to work with the services I am running, and I don't want any updates to inadvertently break anything (and accept that this may lead to tradeoffs in security/bugfixes).

I see that you already have a notion of Version for tags, could I propose a setting to either:

  1. Check for all tag updates; or
  2. Check for minor (and patch) tag updates only; or
  3. Check for patch tag updates only; or
  4. Do not check for any tag updates.

@sergi0g
Copy link
Owner

sergi0g commented May 9, 2025

@ruudschilders v3.3.0 added an option to ignore certain update types. Check out the docs here! If it's enough for you, I'll close this issue, otherwise I'll keep it open and try to implement your original request.

@ruudschilders
Copy link
Author

ruudschilders commented May 15, 2025

Yes, thank you! It can be closed

@sergi0g sergi0g closed this as completed May 15, 2025
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

3 participants