From 19c3cf825261a2020cef112e8a91d0f26f4b04eb Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 13 Jul 2026 08:29:48 +0200 Subject: [PATCH] Updater bot : gitea updated to 1.27.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 72102123d6..f9e1d749f5 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.27.0 (2026-07-13) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.26.4 (2026-06-23) - Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) ## 1.26.2-3 (19-06-2026) diff --git a/gitea/config.yaml b/gitea/config.yaml index 83de67d1a4..9230114be6 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.26.4" +version: "1.27.0" webui: "[PROTO:ssl]://[HOST]:[PORT:3000]" diff --git a/gitea/updater.json b/gitea/updater.json index a8e3aeb675..5df88d023a 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-06-23", + "last_update": "2026-07-13", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.26.4" + "upstream_version": "1.27.0" }