Updater bot : gitea updated to 1.26.0

This commit is contained in:
alexbelgium
2026-04-23 14:39:30 +02:00
parent d35855cd60
commit 2c9517a1d1
3 changed files with 6 additions and 3 deletions

View File

@@ -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) ## 1.25.5 (2026-03-14)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) - Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-03-14", "last_update": "2026-04-23",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "gitea", "slug": "gitea",
"source": "github", "source": "github",
"upstream_repo": "go-gitea/gitea", "upstream_repo": "go-gitea/gitea",
"upstream_version": "1.25.5" "upstream_version": "1.26.0"
} }