Update vaultwarden/server Docker tag to v1.30.0 #95

Merged
jake merged 1 commits from renovate/vaultwarden-server-1.x into master 2023-11-13 18:17:52 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
vaultwarden/server minor 1.29.2-alpine -> 1.30.0-alpine

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dani-garcia/vaultwarden (vaultwarden/server)

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.

🔕 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.29.2-alpine` -> `1.30.0-alpine` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (vaultwarden/server)</summary> ### [`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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added 1 commit 2023-11-06 08:00:33 +00:00
/ terraform (push) Successful in 1m3s Details
/ ansible (push) Successful in 2m20s Details
6c09ae519b
Update vaultwarden/server Docker tag to v1.30.0
jake merged commit f0c0b6d4b4 into master 2023-11-13 18:17:52 +00:00
jake deleted branch renovate/vaultwarden-server-1.x 2023-11-13 18:17:52 +00: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: systems/infrastructure#95
No description provided.