Release LoadGen Api, Appliance and MCP Server: 1.0.0.11798
LoadGen General
- No general changes in this release.
LoadGen Api
- Fixed Insight agents receiving a hardcoded port (8086) even when the operator's URL implied a different port (such as 443 for HTTPS endpoints); the port now always matches the URL the operator typed
- Fixed Insight datasource URL rewriting incorrectly replacing remote or managed InfluxDB endpoints with the appliance's internal Docker hostname; the rewrite is now scoped to the appliance's own bundled InfluxDB only, leaving cloud and customer-hosted endpoints intact
LoadGen Appliance
- Fixed configuring monitoring subdomains via the Services tab silently failing because the docker-compose YAML parser stopped at comment lines, leaving SSL certificates ungenerated and the monitoring services list empty
- Added defensive filtering so unresolved docker-compose template tokens and the nginx-proxy catch-all regex can never leak through to the API surface or to certificate generation
- Extended compose-template merging to preserve user-configured Grafana and InfluxDB virtual-host subdomains so future migrations no longer silently reset them to template placeholders
- Fixed every appliance built from the shipped image inheriting the same licensing identity. New appliances now generate a unique random hostname and instance ID on first boot.
- Fixed enabling Grafana for the first time on a fresh appliance crash-looping the container due to a permission error on the bind-mount directory; the directory is now pre-staged with the correct ownership before the container starts
LoadGen MCP Server
- No MCP Server changes in this release.