diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index b29ac15bd..9af7c0f7a 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.21.2 (14-12-2023) +- Update to latest version from go-gitea/gitea ## 1.21.1 (28-11-2023) - Update to latest version from go-gitea/gitea ### 1.21.0-3 (21-11-2023) diff --git a/gitea/config.json b/gitea/config.json index b9cc068c3..7da494d34 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -90,6 +90,6 @@ "slug": "gitea", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.21.1", + "version": "1.21.2", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index c56f6435d..826c98a29 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "15-11-2023", + "last_update": "14-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.21.1" + "upstream_version": "1.21.2" }