diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 98020a111a..8a8974b6e9 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.27.3 (2026-09-05) +- Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) + ## 1.27.2 (2026-08-15) - Update to latest version from go-gitea/gitea (changelog : https://github.com/go-gitea/gitea/releases) diff --git a/gitea/config.yaml b/gitea/config.yaml index fcfa05cb9f..7eb8b0f5c8 100644 --- a/gitea/config.yaml +++ b/gitea/config.yaml @@ -97,5 +97,5 @@ schema: slug: gitea udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/gitea -version: "1.27.2" +version: "1.27.3" webui: "[PROTO:ssl]://[HOST]:[PORT:3000]" diff --git a/gitea/updater.json b/gitea/updater.json index 10b6e3aa35..d650420791 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-08-15", + "last_update": "2026-09-05", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.27.2" + "upstream_version": "1.27.3" }