From 3db737702119f5724e9160d98b63667287bbbc7f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 00:01:35 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- portainer/CHANGELOG.md | 8 +++++++- portainer/config.json | 17 +++-------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 6c0d3e0f0..4fb5b48e1 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,11 +1,17 @@ - ## 2.31.3 (05-07-2025) + - Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) + ## 2.31.2-6 (03-07-2025) + - Minor bugs fixed + ## 2.31.2-5 (29-06-2025) + - Minor bugs fixed + ## 2.31.2-4 (28-06-2025) + - Improved nginx fix @lmagyar ## 2.31.2-2 (28-06-2025) diff --git a/portainer/config.json b/portainer/config.json index def8c74a7..a8f2c3749 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",