diff --git a/browser_chromium/CHANGELOG.md b/browser_chromium/CHANGELOG.md index 6b21351e96..9646d2ff17 100644 --- a/browser_chromium/CHANGELOG.md +++ b/browser_chromium/CHANGELOG.md @@ -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) - 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 diff --git a/browser_chromium/config.yaml b/browser_chromium/config.yaml index 70adb7851b..9787d6eae2 100644 --- a/browser_chromium/config.yaml +++ b/browser_chromium/config.yaml @@ -71,5 +71,5 @@ slug: chromium tmpfs: true udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2026.08.01" +version: "2026.08.01.1" video: true diff --git a/browser_chromium/updater.json b/browser_chromium/updater.json index 7f0b9742ae..b30b269279 100644 --- a/browser_chromium/updater.json +++ b/browser_chromium/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "2026-07-25", + "last_update": "2026-08-01", "repository": "alexbelgium/hassio-addons", "slug": "chromium", "source": "github", "upstream_repo": "linuxserver/docker-chromium", - "upstream_version": "version-bf9e0b4f" + "upstream_version": "version-e2e1ec9c" }