Update vaultwarden/server Docker tag to v1.34.1 #491

Merged
alexlebens merged 1 commits from renovate/vaultwarden-server-1.x into main 2025-05-27 06:40:46 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vaultwarden/server minor 1.33.2 -> 1.34.1

Release Notes

dani-garcia/vaultwarden (vaultwarden/server)

v1.34.1

Compare Source

What's Changed

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.34.0...1.34.1

v1.34.0

Compare Source

Notable changes

  • Updated web-vault to v2025.5.0
  • Implemented new registration flow with email verification
  • Added support for some feature flags (mutual TLS, attachment export, AnonAddy/SimpleLogin self host)

What's Changed

New Contributors

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.33.2...1.34.0


Configuration

📅 Schedule: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vaultwarden/server](https://github.com/dani-garcia/vaultwarden) | minor | `1.33.2` -> `1.34.1` | --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (vaultwarden/server)</summary> ### [`v1.34.1`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.1) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.34.0...1.34.1) #### What's Changed - Fix admin diagnostics crash by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5886 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.34.0...1.34.1 ### [`v1.34.0`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.34.0) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.33.2...1.34.0) #### Notable changes - Updated web-vault to v2025.5.0 - Implemented new registration flow with email verification - Added support for some feature flags (mutual TLS, attachment export, AnonAddy/SimpleLogin self host) #### What's Changed - Update crates & fix CVE-2025-25188 by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/5576 - Fix db issues with Option<> values and upd crates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5594 - allow CLI to upload send files with truncated filenames by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/5618 - Update Rust to 1.85.0 by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/5634 - Use subtle to replace deprecated ring::constant_time::verify_slices_are_equal by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5680 - Add support for mutual-tls feature flag by [@&#8203;bennettmsherman](https://github.com/bennettmsherman) in https://github.com/dani-garcia/vaultwarden/pull/5698 - Add AnonAddy/SimpleLogin self host feature flag by [@&#8203;PseudoResonance](https://github.com/PseudoResonance) in https://github.com/dani-garcia/vaultwarden/pull/5694 - Implement new registration flow with email verification by [@&#8203;dani-garcia](https://github.com/dani-garcia) in https://github.com/dani-garcia/vaultwarden/pull/5215 - Some fixes for the new web-vault and updates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5703 - Update Rust, Crates and other deps by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5709 - Update deps and web-vault by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5742 - Fix invited user registration without SMTP by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5712 - Fix mysqlclient-sys building by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5743 - Really fix building by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5745 - Update Rust to 1.86.0 by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/5744 - Verify templates in CI by [@&#8203;dani-garcia](https://github.com/dani-garcia) in https://github.com/dani-garcia/vaultwarden/pull/5748 - Add Docker Templates pre-commit check by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5749 - Fix debian docker building by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5752 - Updates and general fixes by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5762 - On member invite and edit access_all is not sent anymore by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5673 - respond with cipher json when deleting attachments by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/5823 - feat: add feature flag export-attachments by [@&#8203;tessus](https://github.com/tessus) in https://github.com/dani-garcia/vaultwarden/pull/5784 - Fix Yubico toggle by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5833 - Fix minimum Android version for self-host email alias feature flags by [@&#8203;PseudoResonance](https://github.com/PseudoResonance) in https://github.com/dani-garcia/vaultwarden/pull/5802 - feat: add ip address in logs when email 2fa token is invalid or not available by [@&#8203;tessus](https://github.com/tessus) in https://github.com/dani-garcia/vaultwarden/pull/5779 - Update Rust, Crates and Web-Vault by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5860 - Add totp menu feature flag by [@&#8203;moodejb123](https://github.com/moodejb123) in https://github.com/dani-garcia/vaultwarden/pull/5850 - Remove Hide Business scss rules by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5855 - Toggle providers using class by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5832 - Remove old client version check by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5874 - web-client now request email 2fa by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/5871 - Update admin interface by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5880 - Sync with Upstream by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5798 #### New Contributors - [@&#8203;bennettmsherman](https://github.com/bennettmsherman) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/5698 - [@&#8203;PseudoResonance](https://github.com/PseudoResonance) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/5694 - [@&#8203;moodejb123](https://github.com/moodejb123) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/5850 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.33.2...1.34.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * */1 * * * ) in timezone US/Central, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4xLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
renovate-bot added 1 commit 2025-05-26 20:11:15 +00:00
Update vaultwarden/server Docker tag to v1.34.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 17s
37b3ad0ac8
renovate-bot force-pushed renovate/vaultwarden-server-1.x from 37b3ad0ac8 to d513af3eda 2025-05-26 22:01:27 +00:00 Compare
renovate-bot changed title from Update vaultwarden/server Docker tag to v1.34.0 to Update vaultwarden/server Docker tag to v1.34.1 2025-05-26 22:01:27 +00:00
renovate-bot force-pushed renovate/vaultwarden-server-1.x from b3e4d43d4b to 4d90c676d6 2025-05-26 23:21:01 +00:00 Compare
alexlebens merged commit 81c71406e2 into main 2025-05-27 06:40:46 +00:00
alexlebens deleted branch renovate/vaultwarden-server-1.x 2025-05-27 06:40:47 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#491
No description provided.