Update docker.io/vaultwarden/server Docker tag to v1.29.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/vaultwarden/server | minor |
1.28.1-alpine -> 1.29.2-alpine
|
Release Notes
dani-garcia/vaultwarden (docker.io/vaultwarden/server)
v1.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 @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3734
- Fix UserOrg status during LDAP Import by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3740
- Update images to Bookworm and PQ15 and Rust v1.71 by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3573
- Implement "login with device" by @quexten in https://github.com/dani-garcia/vaultwarden/pull/3592
- chore: Bump web vault to v2023.7.1 and bump Rust by @GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3769
- Optimized Favicon downloading by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3751
- add UserDecryptionOptions to login response by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3813
- add new secretsmanager plan for web-v2023.8.x by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3797
- Allow Authorization header for Web Sockets by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3806
- Update admin interface by @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
v1.29.1
Minor release to fix some issues with organization API key generation when using PostgreSQL
What's Changed
- Fix Org API Key generation on PosgreSQL by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3678
- feat: Add support for forwardemail by @GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3686
- Fix some external_id issues by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3690
- Remove debug code during attachment download by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3704
Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.29.0...1.29.1
v1.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 #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
- check if reset password policy is enabled by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3427
- WebSockets via Rocket's Upgrade connection by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3404
- Several config and admin interface fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3436
- Fixed missing footer_text and a few inconsistencies in email templates by @kennymc-c in https://github.com/dani-garcia/vaultwarden/pull/3439
- Small update to Rocket WebSockets by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3440
- inline static rsa keys by @vilgotf in https://github.com/dani-garcia/vaultwarden/pull/3475
- Update Rust and Crates by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3469
- Change
String
to&str
for all Rocket functions and some other fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3491 - Use Rocket
v0.5
branch to fix endpoints by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3502 - Use fully qualified image names in Dockerfile by @gitouche-sur-osm in https://github.com/dani-garcia/vaultwarden/pull/3505
- policy data should be
null
not an empty object by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3513 - update web-vault to v2023.4.2 by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3522
- Sync global_domains.json (Pinterest) by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/3532
- Prevent 401 on main admin page by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3547
- Update crates and GH Workflow by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3548
- Fix collection change ws notifications by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3546
- Update Rust and Crates by @tessus in https://github.com/dani-garcia/vaultwarden/pull/3563
- feat: Implement Push Notifications sync by @GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3304
- Implement the Organization API Key support for the new Directory Connector v2022 by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3568
- Add mobile push device filter to non-null push uuid by @quexten in https://github.com/dani-garcia/vaultwarden/pull/3578
- Update crates and workflow by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3603
- Add group import on invite by @farodin91 in https://github.com/dani-garcia/vaultwarden/pull/3606
- Fix send access regression by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3608
- feat: Support for storing passkeys in the vault by @GeekCornerGH in https://github.com/dani-garcia/vaultwarden/pull/3593
- add user to collection during creation by @farodin91 in https://github.com/dani-garcia/vaultwarden/pull/3609
- Updated docker run command by @DenuxPlays in https://github.com/dani-garcia/vaultwarden/pull/3620
- Added-External_id for Collections by @fashberg in https://github.com/dani-garcia/vaultwarden/pull/3623
- fix missing password check while manual reset password enrollment by @sirux88 in https://github.com/dani-garcia/vaultwarden/pull/3632
- Update crates and small clippy fix by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3649
- fix version when compiled at a specific commit by @tessus in https://github.com/dani-garcia/vaultwarden/pull/3651
- Fix org creation regresion by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3659
New Contributors
- @kennymc-c made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3439
- @vilgotf made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3475
- @gitouche-sur-osm made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3505
- @quexten made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3578
- @DenuxPlays made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/3620
- @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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.