Updater bot : gitea updated to 1.25.3

This commit is contained in:
alexbelgium
2025-12-20 01:57:14 +01:00
parent 67bdb3050c
commit 9d864ecddf
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.25.3 (20-12-2025)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
## 1.25.2 (29-11-2025) ## 1.25.2 (29-11-2025)
- 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.2" version: "1.25.3"
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]" webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "29-11-2025", "last_update": "20-12-2025",
"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.2" "upstream_version": "1.25.3"
} }