Updater bot : openproject updated to 17.0.2

This commit is contained in:
alexbelgium
2026-01-30 14:14:52 +01:00
parent 28ddc4cdfc
commit ca59321bd9
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 17.0.2 (2026-01-30)
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
## 17.0.1 (2026-01-16) ## 17.0.1 (2026-01-16)
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases) - Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)

View File

@@ -34,5 +34,5 @@ schema:
slug: openproject slug: openproject
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/openproject url: https://github.com/alexbelgium/hassio-addons/tree/master/openproject
version: "17.0.1" version: "17.0.2"
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "2026-01-16", "last_update": "2026-01-30",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "openproject", "slug": "openproject",
"source": "github", "source": "github",
"upstream_repo": "opf/openproject", "upstream_repo": "opf/openproject",
"upstream_version": "17.0.1" "upstream_version": "17.0.2"
} }