chore(deps): update vaultwarden packages #138

Merged
xoxys merged 1 commits from renovate/vaultwarden-packages into main 2023-11-20 08:57:08 +01:00
Member

This PR contains the following updates:

Package Update Change
dani-garcia/bw_web_builds minor v2023.8.2 -> v2023.10.0
dani-garcia/vaultwarden minor 1.29.2 -> 1.30.1

Release Notes

dani-garcia/bw_web_builds (dani-garcia/bw_web_builds)

v2023.10.0

Compare Source

What's Changed

Full Changelog: https://github.com/dani-garcia/bw_web_builds/compare/v2023.9.1...v2023.10.0

v2023.9.1

Compare Source

What's Changed

Full Changelog: https://github.com/dani-garcia/bw_web_builds/compare/v2023.8.2...v2023.9.1

dani-garcia/vaultwarden (dani-garcia/vaultwarden)

v1.30.1

Compare Source

This is a minor release to fix some issues with the Login with device feature, and restore the alpine docker tag that was missing on the latest release.

⚠️ Note: The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the wiki. It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in a future release.

What's Changed

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.30.0...1.30.1

v1.30.0

Compare Source

⚠️ Note: The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the wiki. It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in a future release.

Major changes and New Features

  • Added passkey support, allowing the browser extensions to store and use your passkeys, make sure the extension is updated to version 2023.10.0 or newer for passkey support.
  • Updated web vault to 2023.10.0.
  • Fixed crashes in ARMv6 devices
  • Fixed crashes when trying to create/edit a cipher in the mobile applications.

What's Changed

New Contributors

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.29.2...1.30.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/bw_web_builds](https://github.com/dani-garcia/bw_web_builds) | minor | `v2023.8.2` -> `v2023.10.0` | | [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) | minor | `1.29.2` -> `1.30.1` | --- ### Release Notes <details> <summary>dani-garcia/bw_web_builds (dani-garcia/bw_web_builds)</summary> ### [`v2023.10.0`](https://github.com/dani-garcia/bw_web_builds/releases/tag/v2023.10.0) [Compare Source](https://github.com/dani-garcia/bw_web_builds/compare/v2023.9.1...v2023.10.0) #### What's Changed - update web-vault to v2023.10.0 by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/bw_web_builds/pull/145 **Full Changelog**: https://github.com/dani-garcia/bw_web_builds/compare/v2023.9.1...v2023.10.0 ### [`v2023.9.1`](https://github.com/dani-garcia/bw_web_builds/releases/tag/v2023.9.1) [Compare Source](https://github.com/dani-garcia/bw_web_builds/compare/v2023.8.2...v2023.9.1) #### What's Changed - Use node 18 by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/bw_web_builds/pull/143 - update web-vault to v2023.9.1 by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/bw_web_builds/pull/141 **Full Changelog**: https://github.com/dani-garcia/bw_web_builds/compare/v2023.8.2...v2023.9.1 </details> <details> <summary>dani-garcia/vaultwarden (dani-garcia/vaultwarden)</summary> ### [`v1.30.1`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.1) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.30.0...1.30.1) This is a minor release to fix some issues with the `Login with device` feature, and restore the `alpine` docker tag that was missing on the latest release. ⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in a future release. #### What's Changed - Fix missing alpine tag during buildx bake by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4043 - Disable autofill-v2 by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4056 - Add Protected Actions Check by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4067 - Update crates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4074 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.30.0...1.30.1 ### [`v1.30.0`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.0) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.29.2...1.30.0) ⚠️ **Note:** The WebSockets service for live sync has been integrated in the main HTTP server, which means simpler proxy setups that don't require a separate rule to redirect WS traffic to port 3012. Please check the updated examples in the [wiki](https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples). It's recommended to migrate to this new setup as using the old server on port 3012 is deprecated, won't receive new features and will be removed in a future release. #### Major changes and New Features - Added `passkey` support, allowing the browser extensions to store and use your `passkeys`, make sure the extension is updated to version `2023.10.0` or newer for passkey support. - Updated web vault to 2023.10.0. - Fixed crashes in ARMv6 devices - Fixed crashes when trying to create/edit a cipher in the mobile applications. #### What's Changed - Update Rust and Crates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3808 - update web-vault to v2023.8.2 by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3821 - Fix Login With Device without MasterPassword by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3831 - Update GitHub Workflow by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3910 - Fix arm builds by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3911 - Fix typos by [@&#8203;tuhanayim](https://github.com/tuhanayim) in https://github.com/dani-garcia/vaultwarden/pull/3959 - csp: rename anonaddy.com to addy.io by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3950 - filter handlebars logs by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3859 - Remove unnecessary variable clone by [@&#8203;mvalois](https://github.com/mvalois) in https://github.com/dani-garcia/vaultwarden/pull/3981 - README.md: Fix grammar nit by [@&#8203;AndreasHGK](https://github.com/AndreasHGK) in https://github.com/dani-garcia/vaultwarden/pull/3965 - Fix small issues by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3964 - Adds LastActive on /admin/users API route by [@&#8203;mvalois](https://github.com/mvalois) in https://github.com/dani-garcia/vaultwarden/pull/3951 - Reopen log file on SIGHUP by [@&#8203;tobiasmboelz](https://github.com/tobiasmboelz) in https://github.com/dani-garcia/vaultwarden/pull/3909 - Fix External ID not set during DC Sync by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3804 - New config option disable email change by [@&#8203;admav](https://github.com/admav) in https://github.com/dani-garcia/vaultwarden/pull/3986 - 2FA Confirmation Code Email subject line change to fix triggering Google spam blocker by [@&#8203;aureateflux](https://github.com/aureateflux) in https://github.com/dani-garcia/vaultwarden/pull/3572 - Implement cipher key encryption by [@&#8203;dani-garcia](https://github.com/dani-garcia) in https://github.com/dani-garcia/vaultwarden/pull/3990 - Container building changes by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3958 - Fix issue with MariaDB/MySQL migrations by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3994 - feat: Working passkeys storage by [@&#8203;GeekCornerGH](https://github.com/GeekCornerGH) in https://github.com/dani-garcia/vaultwarden/pull/4025 - ci: add trivy workflow by [@&#8203;mightyBroccoli](https://github.com/mightyBroccoli) in https://github.com/dani-garcia/vaultwarden/pull/3997 - Fix importing Bitwarden exports by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/4030 #### New Contributors - [@&#8203;tuhanayim](https://github.com/tuhanayim) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3959 - [@&#8203;mvalois](https://github.com/mvalois) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3981 - [@&#8203;AndreasHGK](https://github.com/AndreasHGK) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3965 - [@&#8203;tobiasmboelz](https://github.com/tobiasmboelz) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3909 - [@&#8203;admav](https://github.com/admav) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3986 - [@&#8203;aureateflux](https://github.com/aureateflux) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3572 - [@&#8203;mightyBroccoli](https://github.com/mightyBroccoli) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3997 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.29.2...1.30.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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS43IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
renovator changed title from chore(deps): update dependency dani-garcia/bw_web_builds to v2023.9.1 to chore(deps): update dependency dani-garcia/bw_web_builds to v2023.10.0 2023-11-03 16:37:24 +01:00
renovator force-pushed renovate/vaultwarden-packages from c3f83d1407 to d984c744ab 2023-11-03 16:37:25 +01:00 Compare
renovator changed title from chore(deps): update dependency dani-garcia/bw_web_builds to v2023.10.0 to chore(deps): update dependency dani-garcia/vaultwarden to v1.30.0 2023-11-14 16:36:28 +01:00
renovator force-pushed renovate/vaultwarden-packages from d984c744ab to 52c4679622 2023-11-14 16:36:28 +01:00 Compare
renovator force-pushed renovate/vaultwarden-packages from 52c4679622 to 5476ef87ba 2023-11-14 22:08:06 +01:00 Compare
renovator force-pushed renovate/vaultwarden-packages from 5476ef87ba to 0bd3ac7ad7 2023-11-15 08:36:09 +01:00 Compare
renovator changed title from chore(deps): update dependency dani-garcia/vaultwarden to v1.30.0 to chore(deps): update vaultwarden packages 2023-11-15 09:36:46 +01:00
renovator force-pushed renovate/vaultwarden-packages from 0bd3ac7ad7 to 7818b5b399 2023-11-15 09:36:46 +01:00 Compare
renovator force-pushed renovate/vaultwarden-packages from 7818b5b399 to e64e5b1b49 2023-11-20 00:08:13 +01:00 Compare
xoxys merged commit 1e176b7357 into main 2023-11-20 08:57:08 +01:00
xoxys deleted branch renovate/vaultwarden-packages 2023-11-20 08:57:08 +01: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#138
No description provided.