umami icon indicating copy to clipboard operation
umami copied to clipboard

[Feat] Add docker tags for major/minor/patch versions

Open Quadrubo opened this issue 1 year ago • 1 comments

Describe the feature or enhancement

Description

As of the point of writing this, v2.13.2 is the latest Umami version. As I'm manually updating my images and not using something like "latest", I have to change the image tag every new release. It would be nice if I wouldn't have to do that for patch releases (minor releases too).

Currently these tags are provided:

  • v2.13.2 - Version 2.13.2
  • v2.13.1 - Version 2.13.1
  • latest - Version 2.13.2

Desired Behavior

I would propose a tag system like this:

  • v2.13.2 - Version 2.13.2
  • v2.13.1 - Version 2.13.1
  • v2.13 - Version 2.13.2
  • v2 - Version 2.13.2
  • latest - Version 2.13.2

This would allow pinning to specific version and allows the user to choose which semver types they are okay with auto updating. I for example would have pinned to v2 and would have automatically gotten the update up to 2.13.2. However I won't get the update to a new major version like "v2.x" which would be desired for me.

Quadrubo avatar Aug 29 '24 18:08 Quadrubo

This is all done in the GitHub workflow files. Would welcome a PR.

mikecao avatar Aug 30 '24 21:08 mikecao

Fixed in v2.14.0.

mikecao avatar Nov 22 '24 03:11 mikecao