From f9b394645f733e6700b725ab6a7168cb83e7e426 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Aug 2026 01:30:23 +0200 Subject: [PATCH] Updater bot : portainer updated to 2.45.0 (upstream 2.45.0) --- portainer/CHANGELOG.md | 3 +++ portainer/Dockerfile | 2 +- portainer/config.yaml | 2 +- portainer/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 8b0931382c..bc4a3c8e14 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.45.0 (2026-08-29) +- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) + ## 2.44.0.1 (2026-08-05) - Ingress: request uncompressed responses from Portainer so they carry a Content-Length and stay on the Home Assistant relay's buffered path. Portainer compresses its own responses, and the Accept-Encoding strip in proxy_params.conf never applied because the location block declares its own proxy_set_header directives, which makes nginx discard the server-level ones. Partial mitigation for #2766: the page itself and all assets under 4 MB are now buffered, but the two large JavaScript bundles still exceed the relay's 4 MB buffering threshold. Direct access on the web UI port keeps compression diff --git a/portainer/Dockerfile b/portainer/Dockerfile index c10ae5834b..ffcd9964ac 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.44.0" +ARG BUILD_UPSTREAM="2.45.0" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.yaml b/portainer/config.yaml index cc02f3595e..7b7e58bcaa 100644 --- a/portainer/config.yaml +++ b/portainer/config.yaml @@ -42,4 +42,4 @@ schema: slug: portainer udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.44.0.1" +version: "2.45.0" diff --git a/portainer/updater.json b/portainer/updater.json index 94a00b951e..276965ac63 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "2026-08-01", + "last_update": "2026-08-29", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.44.0" + "upstream_version": "2.45.0" }