Revert "Updater bot : gitea updated to 1.27.0"

This reverts commit 19c3cf8252.
This commit is contained in:
GitHub Actions
2026-07-13 06:31:53 +00:00
parent 9161c28e27
commit e25b4ec1d3
3 changed files with 3 additions and 6 deletions

View File

@@ -1,7 +1,4 @@
## 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) ## 1.26.4 (2026-06-23)
- 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)
## 1.26.2-3 (19-06-2026) ## 1.26.2-3 (19-06-2026)

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.27.0" version: "1.26.4"
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]" webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-07-13", "last_update": "2026-06-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.27.0" "upstream_version": "1.26.4"
} }