From 1c18db6e46e5c27fdbed117bd2b53948eb09818d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 27 May 2023 01:59:32 +0200 Subject: [PATCH] Updater bot : joal updated to 2.1.34 --- joal/CHANGELOG.md | 3 +++ joal/config.json | 2 +- joal/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/joal/CHANGELOG.md b/joal/CHANGELOG.md index 5519cd200..067c26653 100644 --- a/joal/CHANGELOG.md +++ b/joal/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.1.34 (27-05-2023) +- Update to latest version from anthonyraymond/joal - Implemented healthcheck ## 2.1.33 (01-12-2022) diff --git a/joal/config.json b/joal/config.json index 4e2ce3227..a759b22f2 100644 --- a/joal/config.json +++ b/joal/config.json @@ -35,5 +35,5 @@ }, "slug": "joal", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.33" + "version": "2.1.34" } diff --git a/joal/updater.json b/joal/updater.json index 8776220e9..cb652c962 100644 --- a/joal/updater.json +++ b/joal/updater.json @@ -1,8 +1,8 @@ { - "last_update": "01-12-2022", + "last_update": "27-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "joal", "source": "github", "upstream_repo": "anthonyraymond/joal", - "upstream_version": "2.1.33" + "upstream_version": "2.1.34" }