VaultWarden
Password manager with Bitwarden compatibility
Alternative to: bitwarden, 1password, lastpass, keepass, keeper
v1.30.1
2023-11-19This 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
- Fix missing alpine tag during buildx bake by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4043
- Disable autofill-v2 by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4056
- Add Protected Actions Check by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/4067
- Update crates by @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