Updater bot : gitea updated to 1.25.1

This commit is contained in:
alexbelgium
2025-11-08 01:57:15 +01:00
parent a9e849a106
commit 4413c3b9dd
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 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.
## "1.25.0" (01-11-2025)

View File

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

View File

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