Updater bot : openproject updated to 16.6.0

This commit is contained in:
alexbelgium
2025-11-08 01:58:49 +01:00
parent 4c06d3dccb
commit e2a6e4bf99
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 16.6.0 (08-11-2025)
- 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.
## "16.5.1" (18-10-2025)

View File

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

View File

@@ -1,8 +1,8 @@
{
"last_update": "18-10-2025",
"last_update": "08-11-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "openproject",
"source": "github",
"upstream_repo": "opf/openproject",
"upstream_version": "16.5.1"
"upstream_version": "16.6.0"
}