[PR #6686] [MERGED] Fix web-vault version check and update web-vault #3789

Closed
opened 2026-02-05 05:44:52 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6686
Author: @BlackDex
Created: 1/8/2026
Status: Merged
Merged: 1/9/2026
Merged by: @dani-garcia

Base: mainHead: fix-web-vault-version-check


📝 Commits (1)

  • 03200ca Fix web-vault version check and update web-vault

📊 Changes

10 files changed (+87 additions, -49 deletions)

View changed files

📝 docker/DockerSettings.yaml (+2 -2)
📝 docker/Dockerfile.alpine (+6 -6)
📝 docker/Dockerfile.debian (+6 -6)
📝 docker/Dockerfile.j2 (+3 -3)
📝 src/api/admin.rs (+58 -20)
📝 src/config.rs (+2 -2)
📝 src/main.rs (+1 -1)
📝 src/static/scripts/admin_diagnostics.js (+6 -6)
📝 src/static/templates/admin/diagnostics.hbs (+2 -2)
📝 src/util.rs (+1 -1)

📄 Description

Adjust the version checking for the web-vault to work with the +build.n schema.
Also adjusted some variable and function names to be more clear.
Added a test to validate and verify the version matching.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/6686 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-web-vault-version-check` --- ### 📝 Commits (1) - [`03200ca`](https://github.com/dani-garcia/vaultwarden/commit/03200caa0acd63193db65660e791e802b7af010a) Fix web-vault version check and update web-vault ### 📊 Changes **10 files changed** (+87 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `docker/DockerSettings.yaml` (+2 -2) 📝 `docker/Dockerfile.alpine` (+6 -6) 📝 `docker/Dockerfile.debian` (+6 -6) 📝 `docker/Dockerfile.j2` (+3 -3) 📝 `src/api/admin.rs` (+58 -20) 📝 `src/config.rs` (+2 -2) 📝 `src/main.rs` (+1 -1) 📝 `src/static/scripts/admin_diagnostics.js` (+6 -6) 📝 `src/static/templates/admin/diagnostics.hbs` (+2 -2) 📝 `src/util.rs` (+1 -1) </details> ### 📄 Description Adjust the version checking for the web-vault to work with the `+build.n` schema. Also adjusted some variable and function names to be more clear. Added a test to validate and verify the version matching. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:44:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3789