diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index f57c5f992..84411bfab 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.24.3 (18-07-2025) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) ## 1.24.2 (21-06-2025) - Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) diff --git a/gitea/config.json b/gitea/config.json index 5626afcd6..ded43f5ff 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -102,6 +102,6 @@ "slug": "gitea", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.24.2", + "version": "1.24.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 7a8c41015..0bc927c12 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-06-2025", + "last_update": "18-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.24.2" + "upstream_version": "1.24.3" }