Updater bot : gitea updated to 1.22.4

This commit is contained in:
alexbelgium
2024-11-30 01:58:52 +01:00
parent a40b6424fc
commit 4cc161f2dd
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.22.4 (30-11-2024)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
## 1.22.3 (12-10-2024)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)

View File

@@ -98,6 +98,6 @@
"slug": "gitea",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.22.3",
"version": "1.22.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "12-10-2024",
"last_update": "30-11-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.22.3"
"upstream_version": "1.22.4"
}