Skip to content

1.2.0

Choose a tag to compare

@ccremer ccremer released this 04 Sep 13:58
· 467 commits to master since this release

New Features

webadmin

  • New WebAdmin UI! Currently displays only the current tasks in the cluster along with their progress. There is more to come!

Changes

  • REST: The response of REST API for /api/v1/tasks changed. New fields: nodename, updated, progress. More details are described in the API documents, which are now served at ip.or.dns:8080/static/swagger.html or ip.or.dns:8080/static/swagger.json.
  • Docker: The image does not expose port 7700 anymore. It does come with an nginx webserver instead, which serves the WebAdmin UI on port 8080 and redirects /api/v1/ requests internally to port 7700. Therefore it is not recommended to change CC_REST_API_PORT setting. Edit your docker-compose.yml to reflect these changes.
  • Netdata: If you have the plugin enabled, be sure to change the port in the hostname field(s) to 8080 (or another port if you published a different host port on docker).