diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index b142ab361..1480184fa 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.21.10 (30-03-2024) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.21.9 (23-03-2024) - Update to latest version from go-gitea/gitea diff --git a/gitea/config.json b/gitea/config.json index cc98b8c01..b3da2a23f 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -98,6 +98,6 @@ "slug": "gitea", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.21.9", + "version": "1.21.10", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 1bc4b7307..b8a2d260a 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-03-2024", + "last_update": "30-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.21.9" + "upstream_version": "1.21.10" }