Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 1.53 KB

0.6.0 (2015-12-11)

  • Some other improvements and bug fixing
  • Vendoring now using Go vendor experiment + glide
  • Fix: Remove executions on job delete
  • Show full execution output in UI modal
  • New executions results internals using RPC
  • Standarized logging
  • Show job tooltips with info
  • Accept just "pretty" for formatting api requests
  • Change how execution groups work to not use the directory concept.

0.5.5 (2015-11-19)

  • More backend compatibility
  • Accept just pretty for formatting api requests
  • Show executions grouped in web UI
  • Show job tooltips with all job JSON info in web UI
  • Better alerts

0.5.4 (2015-11-17)

  • Fix to web UI paths

0.5.3 (2015-11-16)

  • Web UI works behind http proxy

0.5.2 (2015-11-09)

  • Fix bug in join config parameter that rendered it unusable from config file.

0.5.1 (2015-11-06)

  • Deb package
  • Upgraded libkv to latest
  • New config options (log level, web UI path)

0.5.0 (2015-09-27)

  • Email and Webhook configurable notifications for job executions.
  • Ability to encrypt serf network traffic between nodes.
  • Pretty formating API responses
  • UI now shows the execution status with color coding and partial execution.
  • More API stability and predictability
  • Provided API JSON schema, generated API docs based in the schema
  • Tested on Travis
  • Using Libkv allows to use different storage backends (etcd, consul, zookeeper)
  • Add v1 versioning to the API routes

0.0.4 (2015-08-23)

  • Compiled with Go 1.5
  • Includes cluster nodes view in the UI

0.0.3 (2015-08-20)

  • Initial release