From d25a3117514f9190651df03c63c6284f8610cad8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 00:00:05 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- openproject/CHANGELOG.md | 3 ++- openproject/config.json | 10 ++-------- portainer/CHANGELOG.md | 3 ++- portainer/config.json | 17 +++-------------- 4 files changed, 9 insertions(+), 24 deletions(-) diff --git a/openproject/CHANGELOG.md b/openproject/CHANGELOG.md index 11da0e548..e92287f20 100644 --- a/openproject/CHANGELOG.md +++ b/openproject/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 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) diff --git a/openproject/config.json b/openproject/config.json index 086bb7048..538421d8f 100644 --- a/openproject/config.json +++ b/openproject/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "amd64", - "aarch64" - ], + "arch": ["amd64", "aarch64"], "codenotary": "alexandrep.github@gmail.com", "description": "Openproject for Home Assistant", "environment": { @@ -14,10 +11,7 @@ }, "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", diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index d44daa8b6..da626b345 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 2.31.2 (28-06-2025) + - Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) + ## 2.31.1 (21-06-2025) - Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) diff --git a/portainer/config.json b/portainer/config.json index a29074a5a..8ec8edb58 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,13 +1,6 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], - "backup_exclude": [ - "backups", - "docker_config/cli-plugins" - ], + "arch": ["aarch64", "amd64", "armv7"], + "backup_exclude": ["backups", "docker_config/cli-plugins"], "codenotary": "alexandrep.github@gmail.com", "description": "Manage your Docker environment with ease", "docker_api": true, @@ -17,11 +10,7 @@ "ingress_port": 1337, "ingress_stream": true, "init": false, - "map": [ - "addon_config:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "share:rw", "ssl"], "name": "Portainer", "options": { "certfile": "fullchain.pem",