Updater bot : gitea updated to 1.19.0

This commit is contained in:
alexbelgium
2023-03-24 17:34:18 +01:00
parent 91e3d3221c
commit 8a30fa4c2a
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.19.0 (24-03-2023)
- Update to latest version from go-gitea/gitea
- Implemented healthcheck
## 1.18.5 (23-02-2023)
- Update to latest version from go-gitea/gitea

View File

@@ -37,6 +37,6 @@
},
"slug": "gitea",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea",
"version": "1.18.5",
"version": "1.19.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "20-02-2023",
"last_update": "24-03-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.18.5"
"upstream_version": "1.19.0"
}