From dc7785535a67224263ac14ead6cec8e05ae3ff76 Mon Sep 17 00:00:00 2001 From: baldarn Date: Wed, 5 Jul 2023 09:37:58 +0200 Subject: [PATCH] updated gitea to 1.9.5 --- 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 80ace560d..d51059efc 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.19.4 (5-07-2023) +- Update to latest version from go-gitea/gitea + ## 1.19.3 (5-05-2023) - Update to latest version from go-gitea/gitea ## 1.19.2 (28-04-2023) diff --git a/gitea/config.json b/gitea/config.json index a03c7b4c3..12bf525b4 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.3", + "version": "1.19.4", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 5790e9e83..69d9201fd 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-05-2023", + "last_update": "05-07-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.19.3" + "upstream_version": "1.19.4" }