From 8a30fa4c2ae18a668c06b08636672f752a006960 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 24 Mar 2023 17:34:18 +0100 Subject: [PATCH] Updater bot : gitea updated to 1.19.0 --- gitea/CHANGELOG.md | 3 +++ gitea/config.json | 2 +- gitea/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 2c2da4e20..2a0c6d63a 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.19.0 (24-03-2023) +- Update to latest version from go-gitea/gitea - Implemented healthcheck ## 1.18.5 (23-02-2023) - Update to latest version from go-gitea/gitea diff --git a/gitea/config.json b/gitea/config.json index 90827ba58..ff04c63e0 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -37,6 +37,6 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.18.5", + "version": "1.19.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 10587e59e..a38b68459 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-02-2023", + "last_update": "24-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.18.5" + "upstream_version": "1.19.0" }