Make it possible to provide changelog URLs using Docker image metadata #41620
Replies: 1 comment
-
|
I’m interested in this as well. I recently reviewed a digest-only Valkey update (a35428eba904 → c9b77919daeb). The Renovate PR description did not explain what changed and I had some free time so I did some research. If the image had published the relevant
Renovate could use the source, version, and revision metadata to include the same release notes or source comparison it already generates for other dependencies. When A related consideration is multi-platform indexes: sometimes the index digest changes even though the platform a consumer uses is unchanged. A platform-level summary could be useful too, although that may be better handled separately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
For instance, when using a Docker image (with no tag) but that uses
org.opencontainers.image.revision, it would be useful to be able to generate a changelog such asFrom a Docker image such as:
Beta Was this translation helpful? Give feedback.
All reactions