From 3e4e36a1ff9c1006fa379cf88ce7b8061753a84c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 17 May 2025 01:56:43 +0200 Subject: [PATCH] Updater bot : gitea updated to 1.23.8 --- 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 f43537d9d..7f6287df5 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.23.8 (17-05-2025) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.23.7 (12-04-2025) - Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) diff --git a/gitea/config.json b/gitea/config.json index c975ef581..76df07a67 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -102,6 +102,6 @@ "slug": "gitea", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.23.7", + "version": "1.23.8", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index a66802fe2..28d127aeb 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-04-2025", + "last_update": "17-05-2025", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.23.7" + "upstream_version": "1.23.8" }