Release LoadGen Api, Appliance and MCP Server: 1.0.0.11837
LoadGen General
- Improved the appliance emergency updater script with sudo support for non-root SSH users, numbered step output (
[1/9]..[9/9]), an explicit token-file existence check, a brief post-restart wait before verifying the new agent version, automatic retry on the CDN download, and a final "Backup retained at..." line so operators have a clear manual rollback path. The script's ASCII banner was cleaned up to render correctly in Windows terminals across code pages.
LoadGen Api
- [#8515] Fixed "Provision default InfluxDB datasources" succeeding on the InfluxDB side but failing to register the datasources in the API configuration with
Access to the path 'headless-datastore.json' is denied. The appliance agent now sets the correct ownership on the configuration file after every write so the API container can update it on subsequent saves, and the provisioning endpoint returns a single descriptive 500 with a copy-paste recovery command instead of five misleading warnings followed by a 200 OK.
LoadGen Appliance
- [#8485] Reworked the appliance pre-login banner once more after operator feedback. The URL line now shows only a validated fully-qualified domain name. A bare-IP URL is never shown, because an IP URL would fail with
ERRSSLUNRECOGNIZEDNAMEALERT. When no valid domain name can be resolved, the URL line is omitted gracefully and the existing IP row remains as the recovery breadcrumb.
LoadGen MCP Server
- No MCP Server changes in this release.