From 7c1f859046c4e377b7b9f0d4e8ef2c242846f7ac Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Tue, 6 Feb 2024 07:32:46 +1100 Subject: [PATCH] Update vaultwarden to v1.30.3 (#959) --- vaultwarden/docker-compose.yml | 2 +- vaultwarden/umbrel-app.yml | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/vaultwarden/docker-compose.yml b/vaultwarden/docker-compose.yml index 7b1849b..64cb214 100644 --- a/vaultwarden/docker-compose.yml +++ b/vaultwarden/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" server: - image: vaultwarden/server:1.30.0@sha256:27638a2ae977d66d99891c06562ff9ba78a60869d2e5a94cf2953f1d03fde12f + image: vaultwarden/server:1.30.3@sha256:153defd78a3ede850445d64d6fca283701d0c25978e513c61688cf63bd47a14a user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/vaultwarden/umbrel-app.yml b/vaultwarden/umbrel-app.yml index 8e2ad0a..d5da388 100644 --- a/vaultwarden/umbrel-app.yml +++ b/vaultwarden/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: vaultwarden category: files name: Vaultwarden -version: "1.30.0" +version: "1.30.3" tagline: Unofficial Bitwarden® compatible server description: >- Vaultwarden is an alternative @@ -46,17 +46,19 @@ description: >- *Please note that Vaultwarden is not associated with the Bitwarden® project nor 8bit Solutions LLC. When using this app, please report any bugs or suggestions to us directly, regardless of whatever clients you are using (mobile, desktop, browser, etc), and do not use Bitwarden®'s official support channels. releaseNotes: | - This release updates Vaultwarden from v1.29.1 to v1.30.1. + This release updates Vaultwarden from v1.30.0 to v1.30.3. + + This is a minor release to fix some issues with push notification device registration and docker healthcheck. As well as some issues with the Login with device feature, and restore the alpine docker tag that was missing on the latest release. - Major changes and New Features: + Changes: - - Added passkey support, allowing the browser extensions to store and use your passkeys, make sure the extension is updated to version 2023.10.0 or newer for passkey support. + - Fix push device registration - - Updated web vault to 2023.10.0. + - Decrease JWT Refresh/Auth token - - Fixed crashes in ARMv6 devices + - Prevent generating an error during ws close - - Fixed crashes when trying to create/edit a cipher in the mobile applications. + - Fix attachment upload size check The full release notes are available at https://github.com/dani-garcia/vaultwarden/releases