Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.69 KB

File metadata and controls

50 lines (38 loc) · 1.69 KB

#Change Log This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed at Keep A Changelog

1.0.0 - 2016-05-24

Note: this release changes how connections are made to the Docker API and also changes some options. Review your check commands before deploying this version.

Added

  • Added check-container-logs.rb to check docker logs for matching strings
  • Support for Ruby 2.3.0
  • metrics-docker-container.rb: add option to override the default path to cgroup.proc

Removed

  • Support for Ruby 1.9.3

Changed

  • check-docker-container.rb: output the number of running containers
  • Refactor to connect to the Docker API socket directly instead of using the docker or docker-api gems
  • Update to rubocop 0.40 and cleanup
  • check-container-logs.rb: added -s|--seconds-ago option to be able to set time interval more precisely

0.0.4 - 2015-08-10

Changed

  • updated dependencies (added missing dependency sys-proctable)
  • added docker metrics using docker api

0.0.3 - 2015-07-14

Changed

  • updated sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-02

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-04-30

Added

  • initial release