From d4464bd08797185b37308fe9964e8ab511770d25 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Sat, 26 Aug 2023 07:11:45 +0000 Subject: [PATCH 1/2] [Whoogle] Use latest tag It is now pinned to 0.8.2 and when the bot updates to a newer version it does not update the tag so switching to latest will help. --- whoogle/build.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whoogle/build.json b/whoogle/build.json index 497429763..fd14af35f 100644 --- a/whoogle/build.json +++ b/whoogle/build.json @@ -1,8 +1,8 @@ { "build_from": { - "aarch64": "ghcr.io/benbusby/whoogle-search:0.8.2", - "amd64": "ghcr.io/benbusby/whoogle-search:0.8.2", - "armv7": "ghcr.io/benbusby/whoogle-search:0.8.2" + "aarch64": "ghcr.io/benbusby/whoogle-search:latest", + "amd64": "ghcr.io/benbusby/whoogle-search:latest", + "armv7": "ghcr.io/benbusby/whoogle-search:latest" }, "codenotary": { "signer": "alexandrep.github@gmail.com" From 5431e837e0684af44ec79588ffa3828c4eca80b4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Aug 2023 10:23:15 +0200 Subject: [PATCH 2/2] Update config.json --- whoogle/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whoogle/config.json b/whoogle/config.json index 19f7f3866..1ef160fb9 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -111,5 +111,5 @@ }, "slug": "whoogle-search", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whoogle", - "version": "0.8.3" + "version": "0.8.3-2" }