From 28a1eeabb33024653e0fadbd05b092ceafb5f585 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 24 Jan 2026 01:57:21 +0100 Subject: [PATCH] Updater bot : gitea updated to 1.25.4 --- 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 c9cab0374..6224155e9 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.25.4 (2026-01-24) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.25.3 (2025-12-20) - 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 2d754100b..6ce47bc54 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.3" +version: "1.25.4" webui: "[PROTO:ssl]://[HOST]:[PORT:3000]" diff --git a/gitea/updater.json b/gitea/updater.json index bcaa2f2b9..0f6e67269 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "20-12-2025", + "last_update": "2026-01-24", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.25.3" + "upstream_version": "1.25.4" }