update openproject

This commit is contained in:
baldarn
2024-05-22 11:09:32 +02:00
parent 6c0eee69d7
commit 9406226d73
4 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 14.1.0 (22-05-2024)
- Update openproject to 14.1.0
## 14.1 (20-05-2024) ## 14.1 (20-05-2024)
- Booting issues & Persistence - Booting issues & Persistence

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "openproject/openproject:14", "aarch64": "openproject/openproject:14.1.0",
"amd64": "openproject/openproject:14" "amd64": "openproject/openproject:14.1.0"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -21,6 +21,6 @@
"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": "14.1", "version": "14.1.0",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,8 +1,8 @@
{ {
"last_update": "20-05-2024", "last_update": "22-05-2024",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "openproject", "slug": "openproject",
"source": "github", "source": "github",
"upstream_repo": "openproject/openproject", "upstream_repo": "openproject/openproject",
"upstream_version": "14.0.1" "upstream_version": "14.1.0"
} }