Update vaultwarden/server Docker tag to v1.29.0 - autoclosed #47

Closed
renovate wants to merge 1 commits from renovate/vaultwarden-server-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
vaultwarden/server minor 1.28.1-alpine -> 1.29.0-alpine

Release Notes

dani-garcia/vaultwarden (vaultwarden/server)

v1.29.0

Compare Source

Major changes and New Features

  • WebSocket notifications now work via the default HTTP port. No need for WEBSOCKET_ENABLED and a separate port anymore.
    The proxy examples still need to be updated for this. Support for the old websockets port 3012 will remain for the time being.
  • Mobile Client push notification support, see #​3304 thanks @​GeekCornerGH!
  • Web-Vault updated to v2023.5.0 (v2023.5.1 does not add any improvements for us)
  • The latest Bitwarden Directory Connector can be used now (v2022.11.0)
  • Storing passkeys is supported, though the clients are not yet released. So, it might be we need to make some changes once they are released.
    See: #​3593, thanks @​GeekCornerGH!

What's Changed

New Contributors

Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.28.1...1.29.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.28.1-alpine` -> `1.29.0-alpine` | --- ### Release Notes <details> <summary>dani-garcia/vaultwarden (vaultwarden/server)</summary> ### [`v1.29.0`](https://github.com/dani-garcia/vaultwarden/releases/tag/1.29.0) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.28.1...1.29.0) #### Major changes and New Features - WebSocket notifications now work via the default HTTP port. No need for `WEBSOCKET_ENABLED` and a separate port anymore. The proxy examples still need to be updated for this. Support for the old websockets port 3012 will remain for the time being. - Mobile Client push notification support, see [#&#8203;3304](https://github.com/dani-garcia/vaultwarden/issues/3304) thanks [@&#8203;GeekCornerGH](https://github.com/GeekCornerGH)! - Web-Vault updated to v2023.5.0 (v2023.5.1 does not add any improvements for us) - The latest Bitwarden Directory Connector can be used now ([v2022.11.0](https://github.com/bitwarden/directory-connector/releases/tag/v2022.11.0)) - [Storing passkeys](https://bitwarden.com/passwordless-passkeys) is supported, though the clients are not yet released. So, it might be we need to make some changes once they are released. See: [#&#8203;3593](https://github.com/dani-garcia/vaultwarden/issues/3593), thanks [@&#8203;GeekCornerGH](https://github.com/GeekCornerGH)! #### What's Changed - check if reset password policy is enabled by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3427 - WebSockets via Rocket's Upgrade connection by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3404 - Several config and admin interface fixes by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3436 - Fixed missing footer_text and a few inconsistencies in email templates by [@&#8203;kennymc-c](https://github.com/kennymc-c) in https://github.com/dani-garcia/vaultwarden/pull/3439 - Small update to Rocket WebSockets by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3440 - inline static rsa keys by [@&#8203;vilgotf](https://github.com/vilgotf) in https://github.com/dani-garcia/vaultwarden/pull/3475 - Update Rust and Crates by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3469 - Change `String` to `&str` for all Rocket functions and some other fixes by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3491 - Use Rocket `v0.5` branch to fix endpoints by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3502 - Use fully qualified image names in Dockerfile by [@&#8203;gitouche-sur-osm](https://github.com/gitouche-sur-osm) in https://github.com/dani-garcia/vaultwarden/pull/3505 - policy data should be `null` not an empty object by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3513 - update web-vault to v2023.4.2 by [@&#8203;stefan0xC](https://github.com/stefan0xC) in https://github.com/dani-garcia/vaultwarden/pull/3522 - Sync global_domains.json (Pinterest) by [@&#8203;jjlin](https://github.com/jjlin) in https://github.com/dani-garcia/vaultwarden/pull/3532 - Prevent 401 on main admin page by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3547 - Update crates and GH Workflow by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3548 - Fix collection change ws notifications by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3546 - Update Rust and Crates by [@&#8203;tessus](https://github.com/tessus) in https://github.com/dani-garcia/vaultwarden/pull/3563 - feat: Implement Push Notifications sync by [@&#8203;GeekCornerGH](https://github.com/GeekCornerGH) in https://github.com/dani-garcia/vaultwarden/pull/3304 - Implement the Organization API Key support for the new Directory Connector v2022 by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3568 - Add mobile push device filter to non-null push uuid by [@&#8203;quexten](https://github.com/quexten) in https://github.com/dani-garcia/vaultwarden/pull/3578 - Update crates and workflow by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3603 - Add group import on invite by [@&#8203;farodin91](https://github.com/farodin91) in https://github.com/dani-garcia/vaultwarden/pull/3606 - Fix send access regression by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3608 - feat: Support for storing passkeys in the vault by [@&#8203;GeekCornerGH](https://github.com/GeekCornerGH) in https://github.com/dani-garcia/vaultwarden/pull/3593 - add user to collection during creation by [@&#8203;farodin91](https://github.com/farodin91) in https://github.com/dani-garcia/vaultwarden/pull/3609 - Updated docker run command by [@&#8203;DenuxPlays](https://github.com/DenuxPlays) in https://github.com/dani-garcia/vaultwarden/pull/3620 - Added-External_id for Collections by [@&#8203;fashberg](https://github.com/fashberg) in https://github.com/dani-garcia/vaultwarden/pull/3623 - fix missing password check while manual reset password enrollment by [@&#8203;sirux88](https://github.com/sirux88) in https://github.com/dani-garcia/vaultwarden/pull/3632 - Update crates and small clippy fix by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3649 - fix version when compiled at a specific commit by [@&#8203;tessus](https://github.com/tessus) in https://github.com/dani-garcia/vaultwarden/pull/3651 - Fix org creation regresion by [@&#8203;BlackDex](https://github.com/BlackDex) in https://github.com/dani-garcia/vaultwarden/pull/3659 #### New Contributors - [@&#8203;kennymc-c](https://github.com/kennymc-c) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3439 - [@&#8203;vilgotf](https://github.com/vilgotf) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3475 - [@&#8203;gitouche-sur-osm](https://github.com/gitouche-sur-osm) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3505 - [@&#8203;quexten](https://github.com/quexten) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3578 - [@&#8203;DenuxPlays](https://github.com/DenuxPlays) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3620 - [@&#8203;fashberg](https://github.com/fashberg) made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3623 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.28.1...1.29.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:eyJjcmVhdGVkSW5WZXIiOiIzNi42LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi42LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
renovate added 1 commit 2023-07-10 10:00:35 +01:00
/ terraform (push) Successful in 42s Details
/ ansible (push) Successful in 1m51s Details
15440d7d88
Update vaultwarden/server Docker tag to v1.29.0
renovate changed title from Update vaultwarden/server Docker tag to v1.29.0 to Update vaultwarden/server Docker tag to v1.29.0 - autoclosed 2023-07-10 14:00:29 +01:00
renovate closed this pull request 2023-07-10 14:00:29 +01:00
All checks were successful
/ terraform (push) Successful in 42s
/ ansible (push) Successful in 1m51s

Pull request closed

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#47
No description provided.