diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 5a98a3eb9..ce90459e7 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.17.3 (17-10-2022) +- Update to version 1.17.3 from go-gitea/gitea + ## 1.17.2.1 (26-09-2022) - fixed error with ssl diff --git a/gitea/config.json b/gitea/config.json index fe7e1304b..c4c5b1815 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -37,6 +37,6 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.17.2.7", + "version": "1.17.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index af16ceeb3..cb084768a 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -4,5 +4,5 @@ "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.17.2" + "upstream_version": "1.17.3" }