Updater bot : gitea updated to 1.21.3

This commit is contained in:
alexbelgium
2023-12-23 01:58:26 +01:00
parent 2606128349
commit ca602e34a1
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.21.3 (23-12-2023)
- Update to latest version from go-gitea/gitea
## 1.21.2 (14-12-2023)
- Update to latest version from go-gitea/gitea
## 1.21.1 (28-11-2023)

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "14-12-2023",
"last_update": "23-12-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "gitea",
"source": "github",
"upstream_repo": "go-gitea/gitea",
"upstream_version": "1.21.2"
"upstream_version": "1.21.3"
}