diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index a5ad3ce8a..051a06511 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.31.0 (13-06-2025) +- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) ## 2.30.1-2 (30-05-2025) - Map internal /config to allow for custom scripts execution and variables - Fix invalid origin diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 6f0473c13..3004c360e 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.30.1" +ARG BUILD_UPSTREAM="2.31.0" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index 4d74185d1..7886e1acf 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -48,5 +48,5 @@ "slug": "portainer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.30.1-2" + "version": "2.31.0" } diff --git a/portainer/updater.json b/portainer/updater.json index 153a222ed..ef3f93afc 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "24-05-2025", + "last_update": "13-06-2025", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.30.1" + "upstream_version": "2.31.0" }