From 6cd2da1fad11c6f3941709c917727af5ec7a17cf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Aug 2026 01:31:23 +0200 Subject: [PATCH] Updater bot : scrutiny_fa updated to v1.68.0 --- scrutiny_fa/CHANGELOG.md | 3 +++ scrutiny_fa/config.yaml | 2 +- scrutiny_fa/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scrutiny_fa/CHANGELOG.md b/scrutiny_fa/CHANGELOG.md index 72c5514856..2958a75a91 100644 --- a/scrutiny_fa/CHANGELOG.md +++ b/scrutiny_fa/CHANGELOG.md @@ -1,4 +1,7 @@ +## 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) - Verify every backup file checksum and symbolic-link target, record the content-validation method in the migration marker, atomically preserve the previous archive until replacement validation succeeds, and remove the blocking synthetic FIFO test fixture. diff --git a/scrutiny_fa/config.yaml b/scrutiny_fa/config.yaml index 8feb452402..f5281f668a 100644 --- a/scrutiny_fa/config.yaml +++ b/scrutiny_fa/config.yaml @@ -45,4 +45,4 @@ schema: slug: scrutiny_fa udev: true url: https://github.com/Starosdev/scrutiny -version: "v1.67.0.8" +version: "v1.68.0" diff --git a/scrutiny_fa/updater.json b/scrutiny_fa/updater.json index fb23844f00..dcfa6d8953 100644 --- a/scrutiny_fa/updater.json +++ b/scrutiny_fa/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "2026-07-18", + "last_update": "2026-08-01", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "scrutiny_fa", "source": "github", "upstream_repo": "Starosdev/scrutiny", - "upstream_version": "v1.67.0" + "upstream_version": "v1.68.0" }