Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
vaultwarden/server minor 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 notifications now work via the default HTTP port. No need for 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.
  • Mobile Client push notification support, see #​3304 thanks @​GeekCornerGH!
  • Web-Vault updated to v2023.5.0 (v2023.5.1 does not add any improvements for us)
  • The latest Bitwarden Directory Connector can be used now (v2022.11.0)
  • Storing passkeys is supported, though the clients are not yet released. So, it might be we need to make some changes once they are released.
    See: #​3593, thanks @​GeekCornerGH!

What's Changed

New Contributors

Full Changelog: dani-garcia/vaultwarden@1.28.1...1.29.0

v1.28.1

Compare Source

What's Changed

New Contributors

Full Changelog: dani-garcia/vaultwarden@1.28.0...1.28.1

v1.28.0

Compare Source

Major changes

  • The project has changed license to the AGPLv3. If you're hosting a Vaultwarden instance, you now have a requirement to distribute the Vaultwarden source code to your users if they request it. The source code, and any changes you have made, need to be under the same AGPLv3 license. If you simply use our code without modifications, just pointing them to this repository is enough.
  • Added support for Argon2 key derivation on the clients. To enable it for your account, make sure all your clients are using version v2023.2.0 or greater, then go to account settings > security > keys, and change the algorithm from PBKDF2 to Argon2id.
  • Added support for Argon2 key derivation for the admin page token. To update your admin token to use it, check the wiki
  • New alternative registries for the docker images are available (In BETA for now):

What's Changed

New 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 the EVENTS_DAYS_RETAIN option. You can also tune the cleanup schedule with EVENT_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

New Contributors

Full Changelog: dani-garcia/vaultwarden@1.26.0...1.27.0

v1.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: dani-garcia/vaultwarden@1.25.2...1.26.0

v1.25.2

Compare Source

⚠️ Reminder: If you are still using the bitwardenrs/server* Docker images, you need to migrate to the new vaultwarden 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

⚠️ Reminder: If you are still using the bitwardenrs/server* Docker images, you need to migrate to the new vaultwarden 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

New 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vaultwarden-server-1.x branch from 865d9b9 to 0a4521e Compare July 27, 2022 20:29
@renovate renovate bot changed the title chore(deps): update container image vaultwarden/server to v1.25.1 chore(deps): update container image vaultwarden/server to v1.25.2 Jul 27, 2022
@renovate renovate bot force-pushed the renovate/vaultwarden-server-1.x branch from 0a4521e to fd82d2b Compare March 16, 2023 13:21
@renovate renovate bot changed the title chore(deps): update container image vaultwarden/server to v1.25.2 chore(deps): update container image vaultwarden/server to v1.27.0 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update container image vaultwarden/server to v1.27.0 chore(deps): update container image vaultwarden/server to v1.28.0 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/vaultwarden-server-1.x branch from fd82d2b to 77395ad Compare March 27, 2023 23:37
@renovate renovate bot changed the title chore(deps): update container image vaultwarden/server to v1.28.0 chore(deps): update container image vaultwarden/server to v1.28.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/vaultwarden-server-1.x branch from 77395ad to b96bc4f Compare April 3, 2023 10:58
@renovate renovate bot force-pushed the renovate/vaultwarden-server-1.x branch from b96bc4f to cbbf36b Compare July 9, 2023 15:49
@renovate renovate bot changed the title chore(deps): update container image vaultwarden/server to v1.28.1 chore(deps): update container image vaultwarden/server to v1.29.0 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/vaultwarden-server-1.x branch from cbbf36b to c32512c Compare July 27, 2023 02:05
@renovate renovate bot changed the title chore(deps): update container image vaultwarden/server to v1.29.0 chore(deps): update container image vaultwarden/server to v1.29.1 Jul 27, 2023
@renovate renovate bot changed the title chore(deps): update container image vaultwarden/server to v1.29.1 chore(deps): update container image vaultwarden/server to v1.29.2 Aug 31, 2023
@renovate renovate bot force-pushed the renovate/vaultwarden-server-1.x branch from c32512c to dea8c0c Compare August 31, 2023 22:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants