fix(container): update image vaultwarden/server to v1.32.3 #438

Merged
SeanOMik merged 1 commits from renovate/vaultwarden-server-1.x into main 2024-11-01 18:12:27 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vaultwarden/server patch 1.32.0 -> 1.32.3

Release Notes

dani-garcia/vaultwarden (vaultwarden/server)

v1.32.3

Compare Source

Notable changes

  • Email template for org invites was updated again. The URL got HTML Encoded which resulted in a sometimes non-working URL (#​5100)
  • Fixed SMTP issues with some providers which send erroneous response to QUIT messages (Like QQ) (Thanks to @​paolobarbolini)
  • Fixed a long standing collection management issue where collections were not able to be managed via the Password Manager overview

What's Changed

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3

v1.32.2

Compare Source

Notable changes

  • Fixed collection management for managers

What's Changed

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.32.1...1.32.2

v1.32.1

Compare Source

Notable changes

  • Fixed syncing/login with native mobile clients
  • Added CLI option to backup SQLite database
  • Email Template changes regarding invites, 2FA Incomplete logins, and new logins

What's Changed

New Contributors

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.32.0...1.32.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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) | patch | `1.32.0` -> `1.32.3` | --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (vaultwarden/server)</summary> ### [`v1.32.3`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.3) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3) #### Notable changes - Email template for org invites was updated again. The URL got HTML Encoded which resulted in a sometimes non-working URL ([#&#8203;5100](https://github.com/dani-garcia/vaultwarden/issues/5100)) - Fixed SMTP issues with some providers which send erroneous response to `QUIT` messages (Like QQ) (Thanks to [@&#8203;paolobarbolini](https://github.com/paolobarbolini)) - Fixed a long standing collection management issue where collections were not able to be managed via the **Password Manager** overview #### What's Changed - Fix iOS sync by converting field types to int by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5081 - Fix field type to actually be hidden by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5082 - Fix org invite url being html encoded by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5100 - Update Rust to 1.82.0 by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/5099 - Fix collection management and match some json output by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5095 - Add `extension-refresh` feature flag by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/5106 - Hide user name on invite status by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5110 - Add documentation for the `extension-refresh` feature flag by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/5112 - Update crates and fix Mail issue by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5125 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3 ### [`v1.32.2`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.2) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.32.1...1.32.2) #### Notable changes - Fixed collection management for managers #### What's Changed - Fix compiling for Windows targets by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5053 - Updates and collection management fixes by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5072 - Fix `--version` from failing without config by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/5055 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.1...1.32.2 ### [`v1.32.1`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.1) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.32.0...1.32.1) #### Notable changes - Fixed syncing/login with native mobile clients - Added CLI option to backup SQLite database - Email Template changes regarding invites, 2FA Incomplete logins, and new logins #### What's Changed - Update GitHub Action Workflows by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4849 - Fix Duo Redirect not using path by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4862 - Fix manager in web-vault v2024.6.2 for collections by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4860 - Update email footer padding values by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/4838 - Remove unecessary email normalization by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/4840 - Fix Vaultwarden Admin page error messages by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4869 - Update issue template by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4876 - remove overzealous sanity check by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/4879 - Fix Login with device by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4878 - Switch to Whitelisting in .dockerignore by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/4856 - Remove `version` from server config info by [@&#8203;zacknewman](https://github.com/zacknewman) in https://github.com/dani-garcia/vaultwarden/pull/4885 - Update issue template by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4882 - Update crates (GHSA-wq9x-qwcq-mmgf) by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4889 - Updated security readme by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4892 - Allow custom umask setting by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4896 - Allow Org Master-Pw policy enforcement by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4899 - Allow enforcing Single Org with pw reset policy by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4903 - Add a CLI feature to backup the SQLite DB by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4906 - Update web-vault, crates and gha by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4909 - Add orgUserHasExistingUser parameters to org invite by [@&#8203;Timshel](https://github.com/Timshel) in https://github.com/dani-garcia/vaultwarden/pull/4827 - Update Rust version & crates by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/4928 - Fix sync with new native clients by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4932 - Fix collection update from native client by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4937 - fix invitation link via /admin by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/4950 - Fix Pw History null dates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4966 - fix 2fa policy check on registration by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/4956 - Actually use Device Type for mails by [@&#8203;dfunkt](https://github.com/dfunkt) in https://github.com/dani-garcia/vaultwarden/pull/4916 - remove backtics from postgresql migrations by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/4968 - Fix Device Type column for 2FA migration by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4971 - Fix encrypted lastUsedDate by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4972 - Fix keyword collision in Rust 2024 and add new api/config value by [@&#8203;dani-garcia](https://github.com/dani-garcia) in https://github.com/dani-garcia/vaultwarden/pull/4975 - Add extra linting by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4977 #### New Contributors - [@&#8203;zacknewman](https://github.com/zacknewman) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/4885 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.32.0...1.32.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
Renovate added 1 commit 2024-10-03 19:02:13 +00:00
Renovate changed title from fix(container): update image vaultwarden/server to v1.32.1 to fix(container): update image vaultwarden/server to v1.32.2 2024-10-13 16:03:48 +00:00
Renovate force-pushed renovate/vaultwarden-server-1.x from 8a68a1f57d to fdc1d31393 2024-10-13 16:03:49 +00:00 Compare
Renovate changed title from fix(container): update image vaultwarden/server to v1.32.2 to fix(container): update image vaultwarden/server to v1.32.3 2024-10-27 16:06:24 +00:00
Renovate force-pushed renovate/vaultwarden-server-1.x from fdc1d31393 to e7325478af 2024-10-27 16:06:36 +00:00 Compare
SeanOMik merged commit bdaa477bcc into main 2024-11-01 18:12:27 +00:00
SeanOMik deleted branch renovate/vaultwarden-server-1.x 2024-11-01 18:12:29 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: SeanOMik/k3s-cluster#438
No description provided.