Browse Source

Update vaultwarden to v1.30.3 (#959)

main
smolgrrr 11 months ago
committed by GitHub
parent
commit
7c1f859046
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      vaultwarden/docker-compose.yml
  2. 16
      vaultwarden/umbrel-app.yml

2
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

16
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

Loading…
Cancel
Save