From ca4bed8a59106757c289f5d1b15719358977c432 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 28 Jun 2025 01:58:13 +0200 Subject: [PATCH] Updater bot : portainer updated to 2.31.2 --- portainer/CHANGELOG.md | 3 +++ portainer/Dockerfile | 2 +- portainer/config.json | 19 +++++++++++++++---- portainer/updater.json | 4 ++-- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index dd7e89bb1..d44daa8b6 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 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/Dockerfile b/portainer/Dockerfile index b1f153762..1b4325b4d 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_UPSTREAM="2.31.1" +ARG BUILD_UPSTREAM="2.31.2" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index c55be84e4..a29074a5a 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -1,6 +1,13 @@ { - "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, @@ -10,7 +17,11 @@ "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", @@ -37,5 +48,5 @@ "slug": "portainer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.31.1" + "version": "2.31.2" } diff --git a/portainer/updater.json b/portainer/updater.json index db7e7bab5..2bbd2a1f0 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "21-06-2025", + "last_update": "28-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.31.1" + "upstream_version": "2.31.2" }