feat(container): update image vaultwarden/server to v1.30.1 #40

Merged
SeanOMik merged 1 commits from renovate/vaultwarden-server-1.x into main 2024-01-22 21:27:05 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
vaultwarden/server minor 1.29.1 -> 1.30.1

Warning

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


Release Notes

dani-garcia/vaultwarden (vaultwarden/server)

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

v1.29.2

Compare Source

Minor release to fix an issue forcing user to set amaster password when logging in even when it's already set

What's Changed

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.29.1...1.29.2


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.1` -> `1.30.1` | --- > ⚠ **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.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 ### [`v1.29.2`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.29.2) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.29.1...1.29.2) Minor release to fix an issue forcing user to set amaster password when logging in even when it's already set #### What's Changed - Fix .env.template file by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3734 - Fix UserOrg status during LDAP Import by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3740 - Update images to Bookworm and PQ15 and Rust v1.71 by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3573 - Implement "login with device" by [@&#8203;quexten](https://github.com/quexten) in https://github.com/dani-garcia/vaultwarden/pull/3592 - chore: Bump web vault to v2023.7.1 and bump Rust by [@&#8203;GeekCornerGH](https://github.com/GeekCornerGH) in https://github.com/dani-garcia/vaultwarden/pull/3769 - Optimized Favicon downloading by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3751 - add UserDecryptionOptions to login response by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3813 - add new secretsmanager plan for web-v2023.8.x by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3797 - Allow Authorization header for Web Sockets by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3806 - Update admin interface by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3730 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.29.1...1.29.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2024-01-22 20:21:42 -05:00
SeanOMik merged commit 20e3534ddf into main 2024-01-22 21:27:05 -05:00
SeanOMik deleted branch renovate/vaultwarden-server-1.x 2024-01-22 21:27:05 -05: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#40
No description provided.