Revert "Updater bot : gitea updated to 1.27.0"

This reverts commit 4b6a44cb5b.
This commit is contained in:
GitHub Actions
2026-07-21 14:25:28 +00:00
parent 611470f1ab
commit 635ea4e08a
3 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
## 1.27.0 (2026-07-21)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
## 1.27 (15-07-2026)
- Fix the Gitea add-on HEALTHCHECK to work correctly when SSL is enabled, so Home Assistant can accurately report the add-on's health status regardless of whether the instance uses HTTP or HTTPS.

View File

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

View File

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