From f9957ae6dce47fbae3d3c2b43805eb3832f8f1e8 Mon Sep 17 00:00:00 2001 From: baldarn Date: Fri, 8 Sep 2023 11:57:22 +0200 Subject: [PATCH] updated gitea to 1.20.4 --- gitea/CHANGELOG.md | 2 ++ gitea/config.json | 2 +- gitea/updater.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 2e497b70b..ee86622d7 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.20.4 (8-09-2023) +- Update to latest version from go-gitea/gitea ## 1.20.3 (21-08-2023) - Update to latest version from go-gitea/gitea ## 1.20.2 (05-08-2023) diff --git a/gitea/config.json b/gitea/config.json index 0359d2cc1..078ec3242 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.3", + "version": "1.20.4", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 8fe4b0879..8a20c1162 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-08-2023", + "last_update": "8-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.20.3" + "upstream_version": "1.20.4" }