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

Merged
xoxys merged 1 commits from renovate/vaultwarden-packages into main 2023-04-03 10:25:43 +02:00
Member

This PR contains the following updates:

Package Update Change
dani-garcia/vaultwarden minor 1.27.0 -> 1.28.1

Release Notes

dani-garcia/vaultwarden

v1.28.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.28.0...1.28.1

v1.28.0

Compare Source

Major changes

  • The project has changed license to the AGPLv3. If you're hosting a Vaultwarden instance, you now have a requirement to distribute the Vaultwarden source code to your users if they request it. The source code, and any changes you have made, need to be under the same AGPLv3 license. If you simply use our code without modifications, just pointing them to this repository is enough.
  • Added support for Argon2 key derivation on the clients. To enable it for your account, make sure all your clients are using version v2023.2.0 or greater, then go to account settings > security > keys, and change the algorithm from PBKDF2 to Argon2id.
  • Added support for Argon2 key derivation for the admin page token. To update your admin token to use it, check the wiki
  • New alternative registries for the docker images are available (In BETA for now):

What's Changed

New Contributors

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.27.0...1.28.0


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 | |---|---|---| | [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) | minor | `1.27.0` -> `1.28.1` | --- ### Release Notes <details> <summary>dani-garcia/vaultwarden</summary> ### [`v1.28.1`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.1) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.28.0...1.28.1) #### What's Changed - Decode knowndevice `X-Request-Email` as base64url with no padding by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3376 - Fix abort on password reset mail error by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3390 - support `/users/<uuid>/invite/resend` admin api by [@&#8203;nikolaevn](https://github.com/nikolaevn) in https://github.com/dani-garcia/vaultwarden/pull/3397 - always return KdfMemory and KdfParallelism by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3398 - Fix sending out multiple websocket notifications by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3405 - Revert setcap, update rust and crates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3403 #### New Contributors - [@&#8203;nikolaevn](https://github.com/nikolaevn) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3397 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.28.0...1.28.1 ### [`v1.28.0`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.0) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.27.0...1.28.0) #### Major changes - The project has changed license to the [**AGPLv3**](https://github.com/dani-garcia/vaultwarden/blob/main/LICENSE.txt). If you're hosting a Vaultwarden instance, you now have a requirement to distribute the Vaultwarden source code to your users if they request it. The source code, and any changes you have made, need to be under the same AGPLv3 license. If you simply use our code without modifications, just pointing them to this repository is enough. - Added support for **Argon2** key derivation on the clients. To enable it for your account, make sure all your clients are using version v2023.2.0 or greater, then go to account settings > security > keys, and change the algorithm from PBKDF2 to Argon2id. - Added support for **Argon2** key derivation for the admin page token. To update your admin token to use it, [check the wiki](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-admin-page#secure-the-admin_token) - New **alternative registries** for the docker images are available (In **BETA** for now): - **Github Container Registry**: https://ghcr.io/dani-garcia/vaultwarden - **Quay**: https://quay.io/vaultwarden/server #### What's Changed - Remove patched multer-rs by [@&#8203;manofthepeace](https://github.com/manofthepeace) in https://github.com/dani-garcia/vaultwarden/pull/2968 - Removed unsafe-inline JS from CSP and other fixes by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3058 - Validate YUBICO_SERVER string ([#&#8203;3003](https://github.com/dani-garcia/vaultwarden/issues/3003)) by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3059 - Log message to stderr if LOG_FILE is not writable by [@&#8203;pjsier](https://github.com/pjsier) in https://github.com/dani-garcia/vaultwarden/pull/3061 - Update WebSocket Notifications by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3076 - Optimize config loading messages by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3092 - Percent-encode org_name in links by [@&#8203;am97](https://github.com/am97) in https://github.com/dani-garcia/vaultwarden/pull/3093 - Fix failing large note imports by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3087 - Change `text/plain` API responses to `application/json` by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3124 - Remove `shrink-to-fit=no` from viewport-meta-tag by [@&#8203;redwerkz](https://github.com/redwerkz) in https://github.com/dani-garcia/vaultwarden/pull/3126 - Update dependencies and MSRV by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3128 - Resolve uninlined_format_args clippy warnings by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3065 - Update Rust to v1.66.1 to patch CVE by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3136 - Fix remaining inline format by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3130 - Use more modern meta tag for charset encoding by [@&#8203;redwerkz](https://github.com/redwerkz) in https://github.com/dani-garcia/vaultwarden/pull/3131 - fix (2fa.directory): Allow api.2fa.directory, and remove 2fa.directory by [@&#8203;GeekCornerGH](https://github.com/GeekCornerGH) in https://github.com/dani-garcia/vaultwarden/pull/3132 - Optimize CipherSyncData for very large vaults by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3133 - Add avatar color support by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3134 - Add MFA icon to org member overview by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3135 - Minor refactoring concering user.setpassword by [@&#8203;sirux88](https://github.com/sirux88) in https://github.com/dani-garcia/vaultwarden/pull/3139 - Validate note sizes on key-rotation. by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3157 - Update KDF Configuration and processing by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3163 - Remove `arm32v6`-specific tag by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3164 - Re-License Vaultwarden to AGPLv3 by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/2561 - Admin password reset by [@&#8203;sirux88](https://github.com/sirux88) in https://github.com/dani-garcia/vaultwarden/pull/3116 - "Spell-Jacking" mitigation ~ prevent sensitive data leak … by [@&#8203;dlehammer](https://github.com/dlehammer) in https://github.com/dani-garcia/vaultwarden/pull/3145 - Allow listening on privileged ports (below 1024) as non-root by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3170 - don't nullify key when editing emergency access by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3215 - Fix trailing slash not getting removed from domain by [@&#8203;BlockListed](https://github.com/BlockListed) in https://github.com/dani-garcia/vaultwarden/pull/3228 - Generate distinct log messages for regex vs. IP blacklisting. by [@&#8203;kpfleming](https://github.com/kpfleming) in https://github.com/dani-garcia/vaultwarden/pull/3231 - allow editing/unhiding by group by [@&#8203;farodin91](https://github.com/farodin91) in https://github.com/dani-garcia/vaultwarden/pull/3108 - Fix Javascript issue on non sqlite databases by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3167 - add argon2 kdf fields by [@&#8203;tessus](https://github.com/tessus) in https://github.com/dani-garcia/vaultwarden/pull/3210 - add support for system mta though sendmail by [@&#8203;soruh](https://github.com/soruh) in https://github.com/dani-garcia/vaultwarden/pull/3147 - Updated Rust and crates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3234 - docs: add build status badge in readme by [@&#8203;R3DRUN3](https://github.com/R3DRUN3) in https://github.com/dani-garcia/vaultwarden/pull/3245 - Validate all needed fields for client API login by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3251 - Fix Organization delete when groups are configured by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3252 - Fix Collection Read Only access for groups by [@&#8203;Misterbabou](https://github.com/Misterbabou) in https://github.com/dani-garcia/vaultwarden/pull/3254 - Make the admin session lifetime adjustable by [@&#8203;mittler-works](https://github.com/mittler-works) in https://github.com/dani-garcia/vaultwarden/pull/3262 - Add function to fetch user by email address by [@&#8203;mittler-works](https://github.com/mittler-works) in https://github.com/dani-garcia/vaultwarden/pull/3263 - Fix vault item display in org vault view by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3277 - Add confirmation for removing 2FA and deauthing sessions in admin panel by [@&#8203;JCBird1012](https://github.com/JCBird1012) in https://github.com/dani-garcia/vaultwarden/pull/3282 - Some Admin Interface updates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3288 - Fix the web-vault v2023.2.0 API calls by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3281 - Fix confirmation for removing 2FA and deauthing sessions in admin panel by [@&#8203;dpinse](https://github.com/dpinse) in https://github.com/dani-garcia/vaultwarden/pull/3290 - Admin token Argon2 hashing support by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3289 - Add HEAD routes to avoid spurious error messages by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3307 - Fix web-vault Member UI show/edit/save by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3315 - Upd Crates, Rust, MSRV, GHA and remove Backtrace by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3310 - Add support for `/api/devices/knowndevice` with HTTP header params by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3329 - Update Rust, MSRV and Crates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3348 - Merge ClientIp with Headers. by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3332 - add endpoints to bulk delete collections/groups by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3354 - Add support for Quay.io and GHCR.io as registries by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3363 - Some small fixes and updates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3366 - Update web vault to v2023.3.0 by [@&#8203;dani-garcia](https://github.com/dani-garcia) #### New Contributors - [@&#8203;manofthepeace](https://github.com/manofthepeace) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/2968 - [@&#8203;pjsier](https://github.com/pjsier) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3061 - [@&#8203;am97](https://github.com/am97) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3093 - [@&#8203;redwerkz](https://github.com/redwerkz) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3126 - [@&#8203;sirux88](https://github.com/sirux88) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3139 - [@&#8203;dlehammer](https://github.com/dlehammer) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3145 - [@&#8203;BlockListed](https://github.com/BlockListed) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3228 - [@&#8203;kpfleming](https://github.com/kpfleming) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3231 - [@&#8203;farodin91](https://github.com/farodin91) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3108 - [@&#8203;soruh](https://github.com/soruh) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3147 - [@&#8203;R3DRUN3](https://github.com/R3DRUN3) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3245 - [@&#8203;Misterbabou](https://github.com/Misterbabou) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3254 - [@&#8203;mittler-works](https://github.com/mittler-works) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3262 - [@&#8203;JCBird1012](https://github.com/JCBird1012) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3282 - [@&#8203;dpinse](https://github.com/dpinse) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3290 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.27.0...1.28.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzEuMCJ9-->
renovator force-pushed renovate/vaultwarden-packages from 354b2fba52 to 32ed5bea61 2023-04-03 00:06:49 +02:00 Compare
renovator changed title from chore(deps): update dependency dani-garcia/vaultwarden to v1.28.0 to chore(deps): update dependency dani-garcia/vaultwarden to v1.28.1 2023-04-03 00:06:50 +02:00
xoxys merged commit b232aac8d4 into main 2023-04-03 10:25:43 +02:00
xoxys deleted branch renovate/vaultwarden-packages 2023-04-03 10:25:43 +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#114
No description provided.