Updater bot : gitea updated to 1.25.2

This commit is contained in:
alexbelgium
2025-11-29 01:57:16 +01:00
parent 71a84b8edc
commit a05fec23c5
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.25.2 (29-11-2025)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
## 1.25.1 (08-11-2025)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "08-11-2025",
"last_update": "29-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.25.1"
"upstream_version": "1.25.2"
}