chore(deps): update dependency dani-garcia/vaultwarden to v1.25.1 #88

Merged
xoxys merged 1 commits from renovate/vaultwarden-packages into main 2022-07-24 12:10:18 +02:00
Member

This PR contains the following updates:

Package Update Change
dani-garcia/vaultwarden patch 1.25.0 -> 1.25.1

Release Notes

dani-garcia/vaultwarden

v1.25.1

Compare Source

⚠️ Reminder: If you are still using the bitwardenrs/server* Docker images, you need to migrate to the new vaultwarden image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer.

What's Changed

New Contributors

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.25.0...1.25.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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) | patch | `1.25.0` -> `1.25.1` | --- ### Release Notes <details> <summary>dani-garcia/vaultwarden</summary> ### [`v1.25.1`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.25.1) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.25.0...1.25.1) ⚠️ **Reminder**: If you are still using the `bitwardenrs/server*` Docker images, you need to migrate to the new `vaultwarden` image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer. #### What's Changed - Updated included web vault to version 2022.6.2 by [@&#8203;dani-garcia](https://github.com/dani-garcia) - Sync global_domains.json by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/2555 - Add TMP_FOLDER to .env.template by [@&#8203;fox34](https://github.com/fox34) in https://github.com/dani-garcia/vaultwarden/pull/2489 - Allow FireFox relay in CSP. by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2565 - Fix hidden ciphers within organizational view. by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2567 - Add `password_hints_allowed` config option by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/2586 - Fall back to move_copy_to if persist_to fails while saving uploaded files. by [@&#8203;ruifung](https://github.com/ruifung) in https://github.com/dani-garcia/vaultwarden/pull/2605 - Swap Websocket crate from ws to tungstenite, which is more maintained, supports async, and removes around 20 old duplicate versions of used crates by [@&#8203;dani-garcia](https://github.com/dani-garcia) - Fix armv6 issue with bullseye images by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2491 - Add a persistent volume check. by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2501, https://github.com/dani-garcia/vaultwarden/pull/2507 - Adding "UserEnabled" and "CreatedAt" member to the json output of a User by [@&#8203;Lowaiz](https://github.com/Lowaiz) in https://github.com/dani-garcia/vaultwarden/pull/2523 - Bump lettre to 0.10.0-rc.7 by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in https://github.com/dani-garcia/vaultwarden/pull/2531 - Small email sending code improvements by [@&#8203;paolobarbolini](https://github.com/paolobarbolini) in https://github.com/dani-garcia/vaultwarden/pull/2532 - A little depreciation change by [@&#8203;binlab](https://github.com/binlab) in https://github.com/dani-garcia/vaultwarden/pull/2556 - Fix identicons not always working by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2571 - Small change in log-level for better debugging by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2577 - Address inconsistency v{version} with and without a v in the version with most recent updates. by [@&#8203;nneul](https://github.com/nneul) in https://github.com/dani-garcia/vaultwarden/pull/2595 - Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1q by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/dani-garcia/vaultwarden/pull/2599 - Add more clippy checks for better code/readability by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2611 - Update deps, misc fixes and updates, small improvements on favicons and fix file-uploads by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2543, https://github.com/dani-garcia/vaultwarden/pull/2568, https://github.com/dani-garcia/vaultwarden/pull/2619 #### New Contributors - [@&#8203;fox34](https://github.com/fox34) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2489 - [@&#8203;Lowaiz](https://github.com/Lowaiz) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2523 - [@&#8203;binlab](https://github.com/binlab) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2556 - [@&#8203;nneul](https://github.com/nneul) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2595 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2599 - [@&#8203;ruifung](https://github.com/ruifung) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2605 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.25.0...1.25.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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEwOS4wIn0=-->
renovator added 1 commit 2022-07-16 19:04:50 +02:00
xoxys merged commit 156c0776f1 into main 2022-07-24 12:10:18 +02:00
xoxys deleted branch renovate/vaultwarden-packages 2022-07-24 12:10:18 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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.

Dependencies

No dependencies set.

Reference: container/vaultwarden#88
No description provided.