updated gitea to 1.20.5

This commit is contained in:
baldarn
2023-10-03 18:08:25 +02:00
parent ecf0229464
commit ae7e41e87c
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
## 1.20.5 (3-10-2023)
- Update to latest version from go-gitea/gitea
### 1.20.4-4 (23-09-2023) ### 1.20.4-4 (23-09-2023)
- Minor bugs fixed - Minor bugs fixed

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "8-09-2023", "last_update": "3-10-2023",
"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.20.4" "upstream_version": "1.20.5"
} }