From 23c1038a7e82841176fff74e626625d031dc7f9f Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Thu, 4 Nov 2021 10:16:45 +0000 Subject: [PATCH] :arrow_up: Updating add-on Vaultwarden (Bitwarden) to f037661 --- README.md | 6 +++--- bitwarden/CHANGELOG.md | 22 +++++++++++++++++++++- bitwarden/README.md | 4 ++-- bitwarden/config.json | 2 +- bitwarden/translations/de.yaml | 18 ------------------ bitwarden/translations/nl.yaml | 18 ------------------ 6 files changed, 27 insertions(+), 43 deletions(-) delete mode 100644 bitwarden/translations/de.yaml delete mode 100644 bitwarden/translations/nl.yaml diff --git a/README.md b/README.md index 68ccef977..0307cb5dc 100644 --- a/README.md +++ b/README.md @@ -1016,10 +1016,10 @@ SOFTWARE. [vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/1ff9364 -[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/1ff9364/README.md +[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/f037661 +[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/f037661/README.md [bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues -[bitwarden-version-shield]: https://img.shields.io/badge/version-1ff9364-blue.svg +[bitwarden-version-shield]: https://img.shields.io/badge/version-f037661-blue.svg [bitwarden-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [bitwarden-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/bitwarden/CHANGELOG.md b/bitwarden/CHANGELOG.md index b70eb7c03..86c667a31 100644 --- a/bitwarden/CHANGELOG.md +++ b/bitwarden/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog since v0.13.0 +- Switch to centralized GitHub Action Workflows (#179) +- ⬆️ Upgrades libmariadb-dev-compat to 1:10.5.12-0+deb11u1 (#181) +- ⬆️ Upgrades libpq5 to 13.4-0+deb11u1 (#180) +- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#174) + +Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. +- [Release notes](https://github.com/actions/checkout/releases) +- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) +- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5) + +--- +updated-dependencies: +- dependency-name: actions/checkout + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - ⬆️ Upgrades add-on base image to 5.1.1 (#172) -- ⬆ Upgrade lock-threads workflow to 3.0.0 (#173) +- ⬆️ Upgrade lock-threads workflow to 3.0.0 (#173) - ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#169) Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1. diff --git a/bitwarden/README.md b/bitwarden/README.md index 34ba03ae1..88fcd06e7 100644 --- a/bitwarden/README.md +++ b/bitwarden/README.md @@ -58,7 +58,7 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-1ff9364-blue.svg -[release]: https://github.com/hassio-addons/addon-bitwarden/tree/1ff9364 +[release-shield]: https://img.shields.io/badge/version-f037661-blue.svg +[release]: https://github.com/hassio-addons/addon-bitwarden/tree/f037661 [screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/main/images/screenshot.png [vaultwarden]: https://github.com/dani-garcia/vaultwarden diff --git a/bitwarden/config.json b/bitwarden/config.json index 5a263f42f..6f9e89e8a 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -1,6 +1,6 @@ { "name": "Vaultwarden (Bitwarden)", - "version": "1ff9364", + "version": "f037661", "slug": "bitwarden", "description": "Open source password management solution", "url": "https://github.com/hassio-addons/addon-bitwarden", diff --git a/bitwarden/translations/de.yaml b/bitwarden/translations/de.yaml deleted file mode 100644 index b424fa4c2..000000000 --- a/bitwarden/translations/de.yaml +++ /dev/null @@ -1,18 +0,0 @@ -configuration: - certfile: - description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.' - name: 'Certificate file' - keyfile: - description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.' - name: 'Private key file' - log_level: - description: 'Controls the level of log details the add-on provides.' - name: 'Log level' - request_size_limit: - description: 'Optionally set the size limit of HTTP requests on the API of Bitwarden RS. This might be needed to support larger imports. The default is 10485760, which is 10MB.' - name: 'Size limit of HTTP requests' - ssl: - description: 'Enables/Disables SSL (HTTPS) on the web interface.' - name: SSL -network: - 7277/tcp: 'Web interface' diff --git a/bitwarden/translations/nl.yaml b/bitwarden/translations/nl.yaml deleted file mode 100644 index ed7e97967..000000000 --- a/bitwarden/translations/nl.yaml +++ /dev/null @@ -1,18 +0,0 @@ -configuration: - certfile: - description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.' - name: 'Certificate file' - keyfile: - description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.' - name: 'Private key file' - log_level: - description: 'Bepaalt het niveau van de logs die de add-on toont.' - name: 'Log niveau' - request_size_limit: - description: 'Optionally set the size limit of HTTP requests on the API of Bitwarden RS. This might be needed to support larger imports. The default is 10485760, which is 10MB.' - name: 'Size limit of HTTP requests' - ssl: - description: 'Enables/Disables SSL (HTTPS) on the web interface.' - name: SSL -network: - 7277/tcp: Webinterface