github ccremer/clustercode 1.2.0

latest releases: v2.0.0, chart/clustercode-0.3.0, v2.0.0-rc5...
8 years ago

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).

Don't miss a new clustercode release

NewReleases is sending notifications on new releases.