Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@mstemm mstemm released this 23 Jan 00:43
· 44 commits to master since this release

Released 2016-01-22

Major Changes

  • NOTICE: As part of the update to juttle 0.3.0, the configuration syntax for adapters changed from the name of the module (e.g. "juttle-elastic-adapter") to the type of the adapter ("elastic").
  • Errors from juttle programs are now shown in the outrigger browser window [#29].
  • Add a "Show Juttle" link that shows the source code of the current program [#59].
  • Include OpenTSDB support [#116].

Minor Changes

  • Rearrange all example programs so they can be run from a single set of docker-compose files. [#80]
  • Embed all example juttle programs in the base outrigger docker image so they can be run without having to git clone the outrigger repository first. [#104]
  • Minor changes to Travis-CI configuration to reflect the changes in [#48].
  • Add unit tests for browser/outriggerd interactions. [#12]
  • Expose the juttle CLI in the bin directory of the outrigger installation. [#86]
  • Add example programs for the gmail adapter. [#89]
  • Switch to using eslint for lint checking, which also includes changes to style enforcement. [#90].
  • Add example programs for influx integration using monitoring of docker containers with cAdvisor. [#23]
  • Add additional other example programs. [#110]

Bug Fixes

  • Prevent a race condition where a short-lived program could start, run, and stop before the browser could open a websocket to receive the program's output. [#64]
  • Fix innocuous ERROR in outrigger logs related to sending commands to an already-closed subprocess. [#82]