This repository was archived by the owner on Mar 24, 2024. It is now read-only.
chore(deps): update container image docker.io/vaultwarden/server to v1.30.5 #531
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.26.0
->1.30.5
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dani-garcia/vaultwarden (docker.io/vaultwarden/server)
v1.30.5
Compare Source
What's Changed
New Contributors
Full Changelog: dani-garcia/vaultwarden@1.30.4...1.30.5
v1.30.4
Compare Source
What's Changed
New Contributors
Full Changelog: dani-garcia/vaultwarden@1.30.3...1.30.4
v1.30.3
Compare Source
This is a minor release to fix some issues with push notification device registration and docker healthcheck.
What's Changed
Full Changelog: dani-garcia/vaultwarden@1.30.2...1.30.3
v1.30.2
Compare Source
What's Changed
New Contributors
Full Changelog: dani-garcia/vaultwarden@1.30.1...1.30.2
v1.30.1
Compare Source
This is a minor release to fix some issues with the
Login with device
feature, and restore thealpine
docker tag that was missing on the latest release.What's Changed
Full Changelog: dani-garcia/vaultwarden@1.30.0...1.30.1
v1.30.0
Compare Source
Major changes and New Features
passkey
support, allowing the browser extensions to store and use yourpasskeys
, make sure the extension is updated to version2023.10.0
or newer for passkey support.What's Changed
New Contributors
Full Changelog: dani-garcia/vaultwarden@1.29.2...1.30.0
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/2920Configuration
📅 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.