Updater bot : openproject updated to 16.6.1

This commit is contained in:
alexbelgium
2025-11-15 01:58:38 +01:00
parent 733ca71b9e
commit 1f0298a66c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 16.6.1 (15-11-2025)
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
## 16.6.0 (08-11-2025) ## 16.6.0 (08-11-2025)
- 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)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

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: "16.6.0" version: "16.6.1"
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]" webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "08-11-2025", "last_update": "15-11-2025",
"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": "16.6.0" "upstream_version": "16.6.1"
} }