mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-16 06:39:08 +02:00
Updater bot : portainer updated to 2.45.0 (upstream 2.45.0)
This commit is contained in:
@@ -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)
|
## 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
|
- 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
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
ARG BUILD_UPSTREAM="2.44.0"
|
ARG BUILD_UPSTREAM="2.45.0"
|
||||||
|
|
||||||
# spellcheck disable=SC2015
|
# spellcheck disable=SC2015
|
||||||
# hadolint ignore=SC2015
|
# hadolint ignore=SC2015
|
||||||
|
|||||||
@@ -42,4 +42,4 @@ schema:
|
|||||||
slug: portainer
|
slug: portainer
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "2.44.0.1"
|
version: "2.45.0"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_havingasset": "true",
|
"github_havingasset": "true",
|
||||||
"last_update": "2026-08-01",
|
"last_update": "2026-08-29",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "portainer",
|
"slug": "portainer",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "portainer/portainer",
|
"upstream_repo": "portainer/portainer",
|
||||||
"upstream_version": "2.44.0"
|
"upstream_version": "2.45.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user