updated gitea to 1.20.0

This commit is contained in:
baldarn
2023-07-17 12:10:44 +02:00
parent 740ac8ad3a
commit c8578244e2
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
## 1.20.0 (17-07-2023)
- Update to latest version from go-gitea/gitea
## 1.19.4 (5-07-2023) ## 1.19.4 (5-07-2023)
- Update to latest version from go-gitea/gitea - Update to latest version from go-gitea/gitea

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.19.4", "version": "1.20.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "05-07-2023", "last_update": "17-07-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.19.4" "upstream_version": "1.20.0"
} }