Update docker.io/vaultwarden/server Docker tag to v1.32.5
Automatically upgrading Vaultwarden container with Watchtower and having to problems whatsoever with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/vaultwarden/server | patch | 1.32.4 -> 1.32.5 |
Release Notes
dani-garcia/vaultwarden (docker.io/vaultwarden/server)v1.32.5
Security Fixes
This release further fixed some CVE Reports reported by a third party security auditor and we recommend everybody to update to the latest version as soon as possible. The contents of these reports will be disclosed publicly in the future.
Notable changes
- Added SSH-Key storage support. Currently only usable with Bitwarden Desktop v2024.12.0 and newer.
You need to enable this feature by addingssh-key-vault-item,ssh-agent
to theEXPERIMENTAL_CLIENT_FEATURE_FLAGS
config option. See .env.template
What's Changed
- Fix if logic error by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/5171
- More authrequest fixes by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/5176
- Add dynamic CSS support by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4940
- fix hibp username encoding and pw hint check by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/5180
- Remove auth-request deletion by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/5184
- fix password hint check by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/5189
- don't infer manage permission for groups by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/5190
- Some more authrequest changes by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/5188
- Support SSH keys on desktop 2024.12 by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/5187
- Fix Org Import duplicate collections by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/5200
Full Changelog: https://github.com/dani-garcia/vaultwarden/compare/1.32.4...1.32.5