Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

server:
image: vaultwarden/server:1.34.3@sha256:84fd8a47f58d79a1ad824c27be0a9492750c0fa5216b35c749863093bfa3c3d7
image: vaultwarden/server:1.35.1@sha256:1d43c6754a030861f960fd4dab47e1b33fc19f05bd5f8f597ab7236465a6f14b
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
Expand Down
6 changes: 4 additions & 2 deletions vaultwarden/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: vaultwarden
category: files
name: Vaultwarden
version: "1.34.3"
version: "1.35.1"
tagline: Unofficial Bitwarden® compatible server
description: >-
Vaultwarden is an alternative
Expand Down Expand Up @@ -48,7 +48,9 @@ description: >-

releaseNotes: >-
This release includes:
- Fixed an issue with MySQL/MariaDB database connections when using Alpine images
- Fixed issue with applications being logged out after upgrading
- Updated web vault to 2025.12.1
- Correctly published alpine tag which was missing in previous version


Full release notes are available at https://github.com/dani-garcia/vaultwarden/releases
Expand Down