From e10f8ec798d6dac3b2e4e0cb37eb291eea0cc0ce Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Jun 2024 01:57:44 +0200 Subject: [PATCH] Updater bot : gitea updated to 1.22.0 --- 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 850c47e50..49f366559 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.22.0 (01-06-2024) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.21.11 (20-04-2024) - 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 a5e79c9ac..ff6d472b8 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.11", + "version": "1.22.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 93f5b0a01..991f3cb1e 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-04-2024", + "last_update": "01-06-2024", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.21.11" + "upstream_version": "1.22.0" }