diff --git a/scrutiny/CHANGELOG.md b/scrutiny/CHANGELOG.md index d5b3c38c26..8725d8005c 100644 --- a/scrutiny/CHANGELOG.md +++ b/scrutiny/CHANGELOG.md @@ -1,7 +1,4 @@ -## v1.68.0 (2026-08-01) -- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases) - ## v1.67.0-8 (2026-07-18) - Keep content-level backup validation and atomic replacement tests while removing a blocking synthetic FIFO test fixture from cross-architecture builds. diff --git a/scrutiny/config.yaml b/scrutiny/config.yaml index f53cd762fa..dbb414079e 100644 --- a/scrutiny/config.yaml +++ b/scrutiny/config.yaml @@ -113,4 +113,4 @@ schema: slug: scrutiny udev: true url: https://github.com/Starosdev/scrutiny -version: "v1.68.0" +version: "v1.67.0.8" diff --git a/scrutiny/updater.json b/scrutiny/updater.json index 232824cd09..28cc1c3ce3 100644 --- a/scrutiny/updater.json +++ b/scrutiny/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-08-01", + "last_update": "2026-07-18", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.68.0" + "upstream_version": "v1.67.0" }