Update bitwarden_rs packages #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/bitwarden_rs-packages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.16.1
->1.17.0
v2.15.1
->v2.16.1
Release Notes
dani-garcia/bitwarden_rs
v1.17.0
Compare Source
New docker multi database support and MySQL/PostgreSQL support for ARM 🎉
Only one image:
bitwardenrs/server
It contains support for SQLite, MySQL and PostgreSQL all in one! Supports AMD64, ARMv6, ARMv7 and ARMv8 (Aarch64), and all architectures support all database backends!.
Note, the old separate images for MySQL and PostgreSQL will be kept updated for the time being, but it's recommended to migrate when possible.
Which tag to use:
bitwardenrs/server:latest
: Tracks the latest released version (i.e., tagged with a version number). Recommended for most users, and generally the most stable.bitwardenrs/server:testing
: Tracks the latest commits to the source repository. Recommended for users who want early access to the newest features or enhancements. Generally pretty stable, but occasional issues are unavoidable.bitwardenrs/server:x.y.z
: Represents a specific released version. Prefer to use latest to keep up-to-date.Note about ARMv6
bitwardenrs/server:arm32v6
,bitwardenrs/server:testing-arm32v6
,bitwardenrs/server:x.y.z-arm32v6
Alpine base
bitwardenrs/server:alpine
,bitwardenrs/server:testing-alpine
,bitwardenrs/server:x.y.z-alpine
: Functionally the same as the above images, but based on Alpine instead of Debian, which results in a smaller image. Only supported for SQLite and the AMD64 and ARMv7 architectures.Changelog
cargo build --features sqlite,mysql,postgresql
or any combination of them.DB_CONNECTION_RETRIES
option.DOMAIN
is not configured, or configured incorrectly.vendored_openssl
feature, to statically link OpenSSL, disabled by default.v1.16.3
Compare Source
v1.16.2
Compare Source
arm32v6
tag, because docker fails to select that image in ARMv6 devices.dani-garcia/bw_web_builds
v2.16.1
Compare Source
https://github.com/bitwarden/web/releases/tag/v2.16.1
v2.16.0
Compare Source
https://github.com/bitwarden/web/releases/tag/v2.16.0
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.