1.16.0
版本发布时间: 2020-07-22 03:03:12
dani-garcia/vaultwarden最新发布版本:1.32.0(2024-08-12 03:40:35)
New docker multiarch support, please read the following if you use the docker images:
The docker images have been modified to make use of the multiarch support, which means there's no need to use architecture specific tags anymore, and those will not be updated in the future.
Make sure you update your images correctly following the table at the end!
Changelog
- Add support for hiding passwords in a collection
- Allow postgres:// DATABASE_URL
- Add option to set name during HELO in email settings
- Add startup script to support init operations
- Use local time in email notifications for new device logins
- Updated dependencies and included web vault
- Removed unstable dependencies in preparation for rocket stable
- Docker multiarch support
Docker multiarch transition guide
Old | New | Comments |
---|---|---|
bitwardenrs/server | bitwardenrs/server:testing | This follows the latest commits to the repository. Should be pretty stable for most use cases. |
bitwardenrs/server:latest | ||
bitwardenrs/server:raspberry | ||
bitwardenrs/server:armv6 | ||
bitwardenrs/server:aarch64 | ||
bitwardenrs/server:1.xx.x | bitwardenrs/server:latest | This follows the latest tagged release, a bit older than testing but a bit more stable as well. Can also use bitwardenrs/server:1.xx.x for a specific version (without the arch tag), but make sure to check for updates frequently. |
bitwardenrs/server:1.xx.x-raspberry | ||
bitwardenrs/server:1.xx.x-armv6 | ||
bitwardenrs/server:1.xx.x-aarch64 | ||
bitwardenrs/server:alpine | bitwardenrs/server:testing-alpine | Like the new bitwardenrs/server:testing, uses Alpine base. |
bitwardenrs/server:1.xx.x-alpine | bitwardenrs/server:alpine | Like the new bitwardenrs/server:latest, uses Alpine base. Can also use bitwardenrs/server:1.xx.x-alpine for a specific version (without the arch tag), but make sure to check for updates frequently. |
bitwardenrs/server-[mysql,postgres] | bitwardenrs/server-[mysql,postgres]:testing | Like the new bitwardenrs/server:testing, for the MySQL and Postgres databases. |
bitwardenrs/server-[mysql,postgres]:latest | ||
bitwardenrs/server-[mysql,postgres]:1.xx.xx | bitwardenrs/server-[mysql,postgres]:latest | Like the new bitwardenrs/server:latest, for the MySQL and Postgres databases. Can also use bitwardenrs/server-[mysql,postgres]:1.xx.x for a specific version, but make sure to check for updates frequently. |