Updater bot : browser_chromium updated to 2026.08.01.1 (upstream version-e2e1ec9c)

This commit is contained in:
alexbelgium
2026-08-01 18:55:40 +02:00
parent 9d50d04910
commit 5a2b6fec25
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## 2026.08.01.1 (2026-08-01)
- Update to latest version from linuxserver/docker-chromium (changelog : https://github.com/linuxserver/docker-chromium/releases)
- Upstream tag : version-e2e1ec9c
## 2026.08.01 (2026-08-01) ## 2026.08.01 (2026-08-01)
- Version renamed from `version-bf9e0b4f`, which Home Assistant could not order and therefore could not reliably offer as an update: the previous version held no number that could order it, so the date of this change is used. The addon itself and the upstream version it tracks are unchanged - Version renamed from `version-bf9e0b4f`, which Home Assistant could not order and therefore could not reliably offer as an update: the previous version held no number that could order it, so the date of this change is used. The addon itself and the upstream version it tracks are unchanged

View File

@@ -71,5 +71,5 @@ slug: chromium
tmpfs: true tmpfs: true
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: "2026.08.01" version: "2026.08.01.1"
video: true video: true

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "2026-07-25", "last_update": "2026-08-01",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "chromium", "slug": "chromium",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-chromium", "upstream_repo": "linuxserver/docker-chromium",
"upstream_version": "version-bf9e0b4f" "upstream_version": "version-e2e1ec9c"
} }