Skip to content

v1.2.0 — Config Management

Choose a tag to compare

@HughesCuit HughesCuit released this 15 May 13:19

Config Management

New Features

  • Config API: GET/PUT /api/v1/config for reading and updating cluster configuration
  • Config Validation: GET /api/v1/config/validate validates configuration and returns detailed errors
  • Config YAML Export: GET /api/v1/config/yaml returns raw YAML output
  • Hot Restart: PUT /api/v1/config/restart sends restart signal
  • Dashboard Config Page: Full configuration management UI at /dashboard/config.html

Improvements

  • WithConfig() server option for config persistence
  • Auto-save configuration on PUT requests
  • Config validation on all write operations

Bug Fixes

  • Fixed missing /config/validate, /config/yaml, /config/restart endpoints (E2E discovered)