From 2c9517a1d1cf6c9bbcaed93c0a5ab8f6ef3f8d46 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 23 Apr 2026 14:39:30 +0200 Subject: [PATCH] Updater bot : gitea updated to 1.26.0 --- gitea/CHANGELOG.md | 3 +++ gitea/config.yaml | 2 +- gitea/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 8cafc8379..772c15914 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.26.0 (2026-04-23) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.25.5 (2026-03-14) - Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) diff --git a/gitea/config.yaml b/gitea/config.yaml index 18b9a9944..6e93b44f4 100644 --- a/gitea/config.yaml +++ b/gitea/config.yaml @@ -97,5 +97,5 @@ schema: slug: gitea udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/gitea -version: "1.25.5" +version: "1.26.0" webui: "[PROTO:ssl]://[HOST]:[PORT:3000]" diff --git a/gitea/updater.json b/gitea/updater.json index 81d7e496a..a4508741a 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-03-14", + "last_update": "2026-04-23", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.25.5" + "upstream_version": "1.26.0" }