diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index 4f0508b23..ccd0aef85 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.19.1 (13-04-2023) +- Update to latest version from go-gitea/gitea + +## 1.19.0 (24-03-2023) +- Update to latest version from go-gitea/gitea +- Implemented healthcheck +## 1.18.5 (23-02-2023) +- Update to latest version from go-gitea/gitea + ## 1.18.4 (20-02-2023) - Update to latest version from go-gitea/gitea ## 1.18.3 (23-01-2023) diff --git a/gitea/config.json b/gitea/config.json index 675ae6853..082adafeb 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -37,6 +37,10 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", +<<<<<<< Updated upstream "version": "1.18.4", +======= + "version": "1.19.1", +>>>>>>> Stashed changes "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 9ca9aa700..f1adefb1a 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,16 @@ { +<<<<<<< Updated upstream "last_update": "20-02-2023", +======= + "last_update": "13-04-2023", +>>>>>>> Stashed changes "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", +<<<<<<< Updated upstream "upstream_version": "1.18.4" +======= + "upstream_version": "1.19.1" +>>>>>>> Stashed changes }