Updater bot : portainer updated to 2.45.0 (upstream 2.45.0)

This commit is contained in:
alexbelgium
2026-08-29 01:30:23 +02:00
parent f81b2a03b5
commit f9b394645f
4 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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"
}