-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Why
I run Terminus in Podman using the container image published here on GitHub. However rather than using latest, I always pin to a version so that I can control the update process. However, other than reading through the latest version of the readme or seeing discussion in the Discord, there is no easy way to get an overview of the changes between one version and the next.
Also, there is no easy way for me to figure out any changes I need to make to my setup, or any steps which might be needed between versions to keep everything working correctly (for example, a new env var or changes to the docker compose stack which I then would translate into my podman quadlets).
How
I'm not sure the best way of achieving this but release notes alongside the corresponding image would be a perfect place to find this kind of thing. For example, 0.45.0 shows 'no description'.
Notes
I admit this may not necessarily be easy to automate (especially the part about any manual changes between versions) but if possible, it'd definitely reduce the amount of time I spend upgrading (and the trial-and-error which can sometimes ensue).