bitwarden_rs v1.16.0 Release Notes

Release Date: 2020-07-21 // almost 4 years ago
  • 🆕 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
    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.