Update bitwardenrs/server-mysql Docker tag to v1.19.0 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.14.2
->1.19.0
Release Notes
dani-garcia/bitwarden_rs
v1.19.0
Compare Source
v1.18.0
Compare Source
<CONFIG_NAME>_FILE
to point to it./etc/bitwarden_rs/token
, you can useADMIN_TOKEN_FILE=/etc/bitwarden_rs/token
and it will read the file and set the token to it's contents.SMTP_DEBUG
, and added options to ignore certificate issues.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.1
Compare Source
This release is also using docker multiarch images, check the Wiki page or the 1.16.0 release notes for info on how to migrate to it.
v1.16.0
Compare Source
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
Docker multiarch transition guide
v1.15.1
Compare Source
v1.15.0
Compare Source
IMPORTANT: This is a required update when using newer clients, otherwise the delete functionality won't work
Renovate configuration
📅 Schedule: "after 10am and before 3pm every weekday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.