From 24cdf31c2e8580463c2c48f6c93e6fc4a880eeca Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 5 Aug 2023 01:58:20 +0200 Subject: [PATCH] Updater bot : gitea updated to 1.20.2 --- 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 a43d41db5..daace6b15 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.20.2 (05-08-2023) +- Update to latest version from go-gitea/gitea ## 1.20.1 (22-07-2023) - Update to version 1.20.1 from go-gitea/gitea ### 1.20.0-2 (17-07-2023) diff --git a/gitea/config.json b/gitea/config.json index 339634922..6b1311552 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -85,6 +85,6 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.20.1", + "version": "1.20.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 6ff3a3987..b9d93c05f 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-07-2023", + "last_update": "05-08-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.20.1" + "upstream_version": "1.20.2" }