From 31ec09c130c0e5a2e7a64fbd1a31239423715a10 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Mar 2024 01:57:50 +0100 Subject: [PATCH] Updater bot : gitea updated to 1.21.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 3526ae824..5248e065a 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.21.8 (16-03-2024) +- Update to latest version from go-gitea/gitea + ## 1.21.7 (02-03-2024) - Update to latest version from go-gitea/gitea diff --git a/gitea/config.json b/gitea/config.json index 51d3117a9..276e9a786 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -98,6 +98,6 @@ "slug": "gitea", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.21.7", + "version": "1.21.8", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index fab300f43..b7146ff4c 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "02-03-2024", + "last_update": "16-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.21.7" + "upstream_version": "1.21.8" }