Skip to content

Commit

Permalink
Updater bot : zzz_archived_bitwarden updated to 1.32.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Dec 14, 2024
1 parent 0df88db commit f178c70
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions zzz_archived_bitwarden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

## 1.32.6 (14-12-2024)
- Update to latest version from dani-garcia/bitwarden_rs (changelog : https://github.com/dani-garcia/bitwarden_rs/releases)

## 1.32.5 (23-11-2024)
- Update to latest version from dani-garcia/bitwarden_rs (changelog : https://github.com/dani-garcia/bitwarden_rs/releases)

Expand Down
2 changes: 1 addition & 1 deletion zzz_archived_bitwarden/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:7.1.0
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.32.5"
ARG BUILD_UPSTREAM="1.32.6"
FROM "vaultwarden/server:${BUILD_UPSTREAM}" as vaultwarden
FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion zzz_archived_bitwarden/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"stage": "deprecated",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
"version": "1.32.5",
"version": "1.32.6",
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
}
4 changes: 2 additions & 2 deletions zzz_archived_bitwarden/updater.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"last_update": "23-11-2024",
"last_update": "14-12-2024",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "bitwarden",
"source": "github",
"upstream_repo": "dani-garcia/bitwarden_rs",
"upstream_version": "1.32.5"
"upstream_version": "1.32.6"
}

0 comments on commit f178c70

Please sign in to comment.