Updater bot : openproject updated to 16.1.1

This commit is contained in:
alexbelgium
2025-06-28 01:57:55 +02:00
parent 94cdc2a7a3
commit c21b15397e
3 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 16.1.1 (28-06-2025)
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)
## 16.1.0 (21-06-2025)
- Update to latest version from opf/openproject (changelog : https://github.com/opf/openproject/releases)

View File

@@ -1,5 +1,8 @@
{
"arch": ["amd64", "aarch64"],
"arch": [
"amd64",
"aarch64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Openproject for Home Assistant",
"environment": {
@@ -11,7 +14,10 @@
},
"image": "ghcr.io/alexbelgium/openproject-{arch}",
"init": false,
"map": ["addon_config:rw", "share:rw"],
"map": [
"addon_config:rw",
"share:rw"
],
"name": "Openproject",
"options": {
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
@@ -33,6 +39,6 @@
"slug": "openproject",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/openproject",
"version": "16.1.0",
"version": "16.1.1",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "21-06-2025",
"last_update": "28-06-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "openproject",
"source": "github",
"upstream_repo": "opf/openproject",
"upstream_version": "16.1.0"
"upstream_version": "16.1.1"
}