This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed at Our CHANGELOG Guidelines . Which is based on Keep A Changelog
3.1.0 - 2021-03-31
- Use TCPSocket logic with timeout for check-zookeeper-mode.rb and metricz-zookepper.rb
- Update development_dependency: yard >= 0.9.20
- Remove CentOS 6 Asset build, CentOS6 reach end of life
- Remove deplicate count option in check-zookeeper-cluster.rb
3.0.0 - 2020-03-19
- Bump
sensu-plugin
dependency to~> 4.0
you can read the changelog entries for 4.0, 3.0, and 2.0 - Make minimum supported ruby version 2.3.0
- Bonsai Asset enablement. Making changes to travis config to enable Bonsai asset building during release deployment
- Update development dependency: bundler ~> 2.1
- Update development dependency: codeclimate-test-reporter ~> 1.0
- Update development_dependency: github-markup ~> 3.0
- Update development_dependency: rake ~> 12.3
- Updated how zookeeper information is scraped to use string matching instead of positional matching to accomedate newer zookeeper releases adding additional attributes.
2.0.0 - 2018-01-18
- updated rubocop dependency to
~> 0.51.0
per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@thomasriley)
- removed < ruby 2.1 support which was pulled as part of security updates (@thomasriley)
- Various amendments to comply with Rubocop (@thomasriley)
1.5.0 - 2017-12-06
- check-netty-zookeeper-cluster.rb: new script to check if a zookeeper v. 3.5 cluster is OK (@duncaan)
1.4.0 - 2017-10-31
- Added zookeeper port option to metrics-zookeeper-cluster.rb
- Fixed a return bug in case of an error on metrics-zookeeper-cluster.rb
1.3.0 - 2017-09-09
- metrics-zookeeper-cluster.rb: new script to gather metrics from a zookeeper cluster (@fsniper)
- metrics-zookeeper-cluster.rb: use the plugin name + version as the default user agent over some arbitrary version of curl (@majormoses)
- updated PR template and CHANGELOG with new CHANGELOG guideline location (@majormoses)
- spelling in PR template (@majormoses)
1.2.0 - 2017-08-28
- check-zookeper-cluster
- Ruby 2.4.1 testing
1.1.0 - 2017-03-23
- add
check-zookeeper-mode
to check if zookeeper is in the expected mode (@karthik-altiscale)
1.0.0 - 2017-03-21
- check-zookeeper-reqs (@grem11n)
- check-zookeeper-latency (@grem11n)
- check-zookeeper-file-descriptors (@grem11n)
- support for Ruby 2.3.0 (@eheydrick)
metrics-zookeeper.rb
: Switch to using themntr
command to gather metrics and add additional metrics (@jasiek191)
- support for Ruby 1.9.3 (@eheydrick)
0.1.0 - 2016-03-05
- check-zookeeper-ruok
0.0.4 - 2015-12-10
- check-znode
- metrics-zookeeper
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.2 - 2015-06-03
- added binstubs
- removed cruft from /lib
- initial release