Skip to content

v0.76.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:17
f3a910c

🐛 Bug Fixes

Edge / maintenance page shown permanently behind a forward proxy (#446)

In environments with a forward proxy (HTTP_PROXY/HTTPS_PROXY, e.g. injected into containers by a Docker daemon proxy), the edge-proxy could get stuck on its maintenance/"deploying" holding page forever even though the product was healthy: RSGO's container-internal call to the edge's Caddy admin API was routed through the proxy, failed silently, and the edge never switched to proxy mode.

Fix: all HTTP clients whose target is reachable directly — edge admin API, HTTP maintenance observer, webhook maintenance setter, HTTP health checks, and the PRTG clients (customer LAN) — now bypass the forward proxy (UseProxy = false). Internet-egress clients (registries, GitHub, Cloudflare) keep the default proxy behaviour. No NO_PROXY configuration needed.

Deployment reliability (#444, #445)

  • Product removal now reliably removes all containers, with retry and verification passes (no leftover containers).
  • A deployment now fails on an image-pull failure instead of silently starting from a stale local image.

Full Changelog: v0.76.0...v0.76.1