From a0c49fbba49dfe9e335cafc23285c070d2f53bc0 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 13 Aug 2024 11:24:17 +1000 Subject: [PATCH] Update vaultwarden to 1.32.0 (#1341) --- vaultwarden/docker-compose.yml | 2 +- vaultwarden/umbrel-app.yml | 116 ++++----------------------------- 2 files changed, 14 insertions(+), 104 deletions(-) diff --git a/vaultwarden/docker-compose.yml b/vaultwarden/docker-compose.yml index 5c8f1be2..0de34644 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.31.0@sha256:4e28425bad4bd13568e1779f682ff7e441eca2ecd079bd77cfcba6e4eaf1b999 + image: vaultwarden/server:1.32.0@sha256:71668d20d4208d70919cf8cb3caf3071d41ed4b7d95afe71125ccad8408b040d user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/vaultwarden/umbrel-app.yml b/vaultwarden/umbrel-app.yml index b843f065..98198079 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.31.0" +version: "1.32.0" tagline: Unofficial Bitwarden® compatible server description: >- Vaultwarden is an alternative @@ -45,111 +45,21 @@ 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.30.3 to v1.31.0. - - Major changes and New Features: - - - Initial support for the beta releases of the new native mobile apps - - - Removed support for WebSocket traffic on port 3012, as it's been integrated on the main HTTP port for a few releases - - - Updated included web vault to 2024.5.1 +releaseNotes: >- + 🚨 This release includes several security fixes. We recommend updating as soon as possible. - General mention: - - Bitwarden has changed the push API endpoints which affects the EU region endpoint users. If you use the push functionality and use the EU region you need to update `push.bitwarden.eu` to `api.bitwarden.eu`. + Key highlights in this release: + - Updated web-vault to v2024.6.2 + - Fixed issues with password reset enrollment + - Improved HTTP client + - 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 - Changes: - - - Improve JWT RSA key initialization and avoid saving public key - - - Remove custom WebSocket code - - - Replace panic with a graceful exit - - - Small improvements around email change - - - Change timestamp data type - - - Fix manager permission within groups - - - Automatically use email address as 2fa provider - - - Fix typos - - - Update chrono and sqlite - - - Update Rust and crates - - - Use async verify for Yubikey - - - Update web-vault to v2024.3.1 (new vertical layout) - - - Update Key Rotation web-vault v2024.3.x - - - Implement custom DNS resolver - - - Add extra (unsupported) container build arch's - - - Pass in collection ids to notifier when sharing cipher - - - Improve access to collections via groups - - - Fix emergency access invites - - - Some fixes for the new mobile apps - - - Update Rust, crates and web-vault - - - Improve Commentary Aesthetics - - - Optimize Dockerfiles - - - Also delete organization_api_key when deleting organizations - - - Fix public api for domains with path prefix - - - Update Alpine to version 3.20 - - - Differentiate external groups by organization id - - - Remove old knowndevice route - - - Update admin interface dependencies - - - Update rust and remove unused header values - - - Fix some nightly build errors - - - Fix some more nightly errors and remove lint that will become an error by default - - - Change API and structs to camelCase - - - Fix cipher creation on new android app - - - Remove mimalloc workaround - - - Change some missing PascalCase keys - - - Fix collections and native app issue - - - Fix duplicate folder creations during import - - - Remove duplicate registry step - - - Add group support for Cipher::get_collections() - - - Switch registry cache compression algorithm to zstd - - - Update crates and web-vault - - - Some fixes for emergency access - - - The 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 website: https://github.com/dani-garcia dependencies: [] @@ -165,4 +75,4 @@ defaultUsername: "" defaultPassword: "" torOnly: true submitter: Umbrel -submission: https://github.com/getumbrel/umbrel/commit/44c842bddafffa558569f730cb0d5442ee073bf5 +submission: https://github.com/getumbrel/umbrel/commit/44c842bddafffa558569f730cb0d5442ee073bf5 \ No newline at end of file