mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #5551] [CLOSED] Add multi-level version tags to docker releases #3634
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3634
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5551
Author: @RoboMagus
Created: 2/6/2025
Status: ❌ Closed
Base:
main← Head:docker_version_tags📝 Commits (1)
3b7de4fAdd multi-level version tags to docker releases📊 Changes
1 file changed (+13 additions, -1 deletions)
View changed files
📝
.github/workflows/release.yml(+13 -1)📄 Description
As I consider Vaultwarden to be a vital part of my selfhosted services I do not like to roll the dice and auto update my Docker containers and sticking to the
latestlabel. However, manually updating the container version every time a new patch release is out is too manual.This PR bridges the gap between the two. The rationale is well explained here, but the gist of it is that having the option to pin the docker tag to
major, ormajor.minorallows users enable automatic updates up to the level they are comfortable with. I.e. automatically staying secure for security patches, but not automatically updating when a breaking change is introduced.What this PR does:
When a new version is released, e.g.
1.34.5, and if this tag complies with SemVer formatting, the following tags are also added to the docker images:1: Major version1.34: Major.Minor version(In case it does not match the SemVer formatting, nothing is added)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.