Skip to content

Releases: gooddata/smoker

v2.1.4

25 Apr 11:56
Compare
Choose a tag to compare
Merge pull request #51 from pbenas/oom

BUGFIX: check plugin still alive

v2.1.3

20 Apr 13:51
Compare
Choose a tag to compare
Merge pull request #49 from pbenas/warnok

TRIVIAL: exit 0 with plugins in warning state

v2.0.1

04 May 12:56
Compare
Choose a tag to compare

This version is first stable version after major refactoring.
Please report any issues and don't hessitate to provide a feedback.

Changelog

  • [server] new API server based on Flask
  • [server] rewriten to use multiprocesses instead of threads
    • so plugins can be restarted (configuration reload is still not supported, but possible)
    • timeout is finally working for all types of plugins
  • [client] support for host discovery plugins
  • [build] better support for building RPM (eg. in Koji), Makefile to make some tasks easier

v2.0-rc2

19 Feb 12:12
Compare
Choose a tag to compare
v2.0-rc2 Pre-release
Pre-release

Changelog

  • bugfixes to move forward to final v2.0

v2.0-rc1

09 Feb 13:37
Compare
Choose a tag to compare
v2.0-rc1 Pre-release
Pre-release

Release candidate of version 2.0 containing major enhancements on both server and client.
Thanks to Petr Benas [email protected] for all of these great features :-)

Changelog

  • [server] new API server based on Flask
  • [server] rewriten to use multiprocesses instead of threads
    • so plugins can be restarted (configuration reload is still not supported, but possible)
    • timeout is finally working for all types of plugins
  • [client] support for host discovery plugins