From 128c10355fb81f7555b3d53f2db8a9286cca4db1 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 6 Jul 2021 10:30:05 +0200 Subject: [PATCH] chore(deps): update vaultwarden packages (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds) | minor | `v2.19.0d` -> `v2.20.4b` | | [dani-garcia/vaultwarden](https://github.com/dani-garcia/vaultwarden) | minor | `1.21.0` -> `1.22.1` | --- ### Release Notes
dani-garcia/bw_web_builds ### [`v2.20.4b`](https://github.com/dani-garcia/bw_web_builds/releases/v2.20.4b) [Compare Source](https://github.com/dani-garcia/bw_web_builds/compare/v2.20.4...v2.20.4b) Based on v2.20.4, removed the terms of service agreements at signup that aren't applicable to self hosted instances ### [`v2.20.4`](https://github.com/dani-garcia/bw_web_builds/releases/v2.20.4) [Compare Source](https://github.com/dani-garcia/bw_web_builds/compare/v2.20.3...v2.20.4) https://github.com/bitwarden/web/releases/tag/v2.20.4 ### [`v2.20.3`](https://github.com/dani-garcia/bw_web_builds/releases/v2.20.3) [Compare Source](https://github.com/dani-garcia/bw_web_builds/compare/v2.20.1...v2.20.3) https://github.com/bitwarden/web/releases/tag/v2.20.3 ### [`v2.20.1`](https://github.com/dani-garcia/bw_web_builds/releases/v2.20.1) [Compare Source](https://github.com/dani-garcia/bw_web_builds/compare/v2.19.0d...v2.20.1) https://github.com/bitwarden/web/releases/tag/v2.20.1
dani-garcia/vaultwarden ### [`v1.22.1`](https://github.com/dani-garcia/vaultwarden/releases/1.22.1) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.22.0...1.22.1) ⚠️ **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 are deprecated and will stop being updated after 1.23.0. - Fix alpine builds ### [`v1.22.0`](https://github.com/dani-garcia/vaultwarden/releases/1.22.0) [Compare Source](https://github.com/dani-garcia/vaultwarden/compare/1.21.0...1.22.0) ⚠️ **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 are deprecated and will stop being updated after 1.23.0. - Added `sends_allowed` option to disable Send functionality. - Added support for hiding the senders email address. - Added Send options policy. - Added support for password reprompt. - Switched to the new attachment download API. - Send download links use a token system to limit their downloads. - Updates to the icon fetching. - Support for webauthn. - The admin page now shows which variables are overridden. - Updated dependencies and docker base images. - Now RSA keys are generated with the included openssl instead of calling to the openssl binary. - The web vault doesn't require accepting the terms are conditions now, which weren't applicable for a self hosted server.
--- ### 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/vaultwarden/pulls/43 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 30f9703..91cc4ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/vau ARG WEBVAULT_VERSION # renovate: datasource=github-releases depName=dani-garcia/bw_web_builds versioning=loose -ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.19.0d}" +ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2.20.4b}" ADD overlay/ / diff --git a/Makefile b/Makefile index 27837f9..8db2bc5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=dani-garcia/vaultwarden -export BUILD_VERSION ?= 1.21.0 +export BUILD_VERSION ?= 1.22.1 export DEBIAN_FRONTEND ?= noninteractive export LANG ?= C.UTF-8 export TZ ?= UTC