Updater bot : gitea updated to 1.26.4

This commit is contained in:
alexbelgium
2026-06-23 21:29:57 +02:00
parent 9eec3fb049
commit cfc1497ab6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 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)
- Minor bugs fixed

View File

@@ -97,5 +97,5 @@ schema:
slug: gitea
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/gitea
version: "1.26.2-3"
version: "1.26.4"
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-05-22",
"last_update": "2026-06-23",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.26.2"
"upstream_version": "1.26.4"
}