Updater bot : gitea updated to 1.22.2

This commit is contained in:
alexbelgium
2024-09-07 01:58:13 +02:00
parent 6247704d59
commit 8d87abcf0c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 1.22.2 (07-09-2024)
- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases)
## 1.22.1 (06-07-2024) ## 1.22.1 (06-07-2024)
- 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

@@ -98,6 +98,6 @@
"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.22.1", "version": "1.22.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "06-07-2024", "last_update": "07-09-2024",
"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.22.1" "upstream_version": "1.22.2"
} }