Browse Source

Update vaultwarden to version 1.32.1 (#1601)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
15db4da452
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" PROXY_AUTH_ADD: "false"
server: server:
image: vaultwarden/server:1.32.0@sha256:71668d20d4208d70919cf8cb3caf3071d41ed4b7d95afe71125ccad8408b040d image: vaultwarden/server:1.32.1@sha256:7899093c3d34eaf1c4f12cd4bb31b3cb4e0ccfa3823b3661feff4561be69c823
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

16
vaultwarden/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: vaultwarden id: vaultwarden
category: files category: files
name: Vaultwarden name: Vaultwarden
version: "1.32.0" version: "1.32.1"
tagline: Unofficial Bitwarden® compatible server tagline: Unofficial Bitwarden® compatible server
description: >- description: >-
Vaultwarden is an alternative Vaultwarden is an alternative
@ -46,18 +46,10 @@ 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. *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: >- releaseNotes: >-
🚨 This release includes several security fixes. We recommend updating as soon as possible.
Key highlights in this release: Key highlights in this release:
- Updated web-vault to v2024.6.2 - Fixed syncing and login issues with native mobile clients
- Fixed issues with password reset enrollment - Added CLI option to backup SQLite database
- Improved HTTP client - Improved email templates for invites, 2FA incomplete logins, and new logins
- Added support for MFA with Duo's Universal Prompt
- Increased maximum note size to 100,000 characters
- Fixed issues with adding ciphers to organizations on native iOS app
- Improved secure send file uploads
Full release notes are available at https://github.com/dani-garcia/vaultwarden/releases Full release notes are available at https://github.com/dani-garcia/vaultwarden/releases
developer: Daniel García developer: Daniel García

Loading…
Cancel
Save