From c8578244e29f9834374f060545b764bf4d6fa65e Mon Sep 17 00:00:00 2001 From: baldarn Date: Mon, 17 Jul 2023 12:10:44 +0200 Subject: [PATCH] updated gitea to 1.20.0 --- 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 d51059efc..c31766067 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.20.0 (17-07-2023) +- Update to latest version from go-gitea/gitea ## 1.19.4 (5-07-2023) - Update to latest version from go-gitea/gitea diff --git a/gitea/config.json b/gitea/config.json index 12bf525b4..1197a996e 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.19.4", + "version": "1.20.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 69d9201fd..8c76c2fc2 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-07-2023", + "last_update": "17-07-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.19.4" + "upstream_version": "1.20.0" }