This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
chore(deps): update container image vaultwarden/server to v1.29.2 #141
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.25.0
->1.29.2
Release Notes
dani-garcia/vaultwarden (vaultwarden/server)
v1.29.2
Compare Source
Minor release to fix an issue forcing user to set amaster password when logging in even when it's already set
What's Changed
Full Changelog: dani-garcia/vaultwarden@1.29.1...1.29.2
v1.29.1
Compare Source
Minor release to fix some issues with organization API key generation when using PostgreSQL
What's Changed
Full Changelog: dani-garcia/vaultwarden@1.29.0...1.29.1
v1.29.0
Compare Source
Major changes and New Features
WEBSOCKET_ENABLED
and a separate port anymore.The proxy examples still need to be updated for this. Support for the old websockets port 3012 will remain for the time being.
See: #3593, thanks @GeekCornerGH!
What's Changed
String
to&str
for all Rocket functions and some other fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3491v0.5
branch to fix endpoints by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/3502null
not an empty object by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/3513New Contributors
Full Changelog: dani-garcia/vaultwarden@1.28.1...1.29.0
v1.28.1
Compare Source
What's Changed
X-Request-Email
as base64url with no padding by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/3376/users/<uuid>/invite/resend
admin api by @nikolaevn in https://github.com/dani-garcia/vaultwarden/pull/3397New Contributors
Full Changelog: dani-garcia/vaultwarden@1.28.0...1.28.1
v1.28.0
Compare Source
Major changes
What's Changed
text/plain
API responses toapplication/json
by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/3124shrink-to-fit=no
from viewport-meta-tag by @redwerkz in https://github.com/dani-garcia/vaultwarden/pull/3126arm32v6
-specific tag by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/3164/api/devices/knowndevice
with HTTP header params by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/3329New Contributors
Full Changelog: dani-garcia/vaultwarden@1.27.0...1.28.0
v1.27.0
Compare Source
New features
Event logs for organizations
With this feature enabled, actions occurring inside an organization will be recorded in a log, viewable by organization admins and owners. Check the official documentation to learn more: https://bitwarden.com/help/event-logs/ (Note that the Public API is not yet implemented, so the events are only viewable in the Web Vault)
To enable this feature, set
ORG_EVENTS_ENABLED=true
. By default all events will be stored indefinitely, if you want to limit that, you can use theEVENTS_DAYS_RETAIN
option. You can also tune the cleanup schedule withEVENT_CLEANUP_SCHEDULE
.Group support (beta)
Enables the creation and use of groups inside an organization. At the moment this is in beta because there are some known issues (https://github.com/dani-garcia/vaultwarden/issues/2989). Still, the more this feature is tested, the faster we will be able to stabilize it.
To enable this feature, set
ORG_GROUPS_ENABLED=true
, make sure to make proper backups of your instance before hand.What's Changed
ROCKET_ADDRESS
into account in the Docker healthcheck by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2844/devices/knowndevice
endpoint by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2893register
endpoint toidentity
by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2920left_join
by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/2976New Contributors
Full Changelog: dani-garcia/vaultwarden@1.26.0...1.27.0
v1.26.0
Compare Source
What's Changed
CreationDate
to cipher response JSON by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2813New Contributors
Full Changelog: dani-garcia/vaultwarden@1.25.2...1.26.0
v1.25.2
Compare Source
bitwardenrs/server*
Docker images, you need to migrate to the newvaultwarden
image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer.Important
An incompatibility between the format in which some Bitwarden clients upload attachments and sends could lead to those uploads being silently corrupted. We believe this is occurring only when using the mobile clients and only on the latest vaultwarden 1.25.1.
To mitigate this issue, we're releasing this quick patch to make any upload that could lead to a corrupted file explicitly return an error, notifying the user of the problem.
We recommend updating as soon as possible, and checking that any recently uploaded attachments can be downloaded and opened correctly (The corrupted uploads will return an error when downloading or download a very small file).
We've also fixed the docker volume check added in 1.25.1, if you previously needed to set
I_REALLY_WANT_VOLATILE_STORAGE=true
to start the container, please try again without it, and open an issue if it still won't start.What's Changed
Full Changelog: dani-garcia/vaultwarden@1.25.1...1.25.2
v1.25.1
Compare Source
bitwardenrs/server*
Docker images, you need to migrate to the newvaultwarden
image. Check https://github.com/dani-garcia/vaultwarden/discussions/1642 for an explanation. The old images will not receive any new updates any longer.What's Changed
password_hints_allowed
config option by @jjlin in https://github.com/dani-garcia/vaultwarden/pull/2586New Contributors
Full Changelog: dani-garcia/vaultwarden@1.25.0...1.25.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.