This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed here
3.0.0 - 2020-04-14
english0.6.3 has been yanked - https://rubygems.org/gems/english/versions/0.6.3.- Bump minimum required ruby to 2.3
- Update bundler development dep to
2.1to match travis environment - Update sensu-plugin dep to
~> 4.0. you can read the changelog entries for 4.0 - Update rake dep
- Update robocup dep
- Update yard dep
2.0.0 - 2018-03-31
- dropped ruby 2.1 support (@yuri-zubov sponsored by Actility, https://www.actility.com)
- added
rest-clientas a dependency which requires you to have a local c compiler present to install this plugin (@yuri-zubov sponsored by Actility, https://www.actility.com)
- updated yard dependency to
~> 0.9.11per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@yuri-zubov sponsored by Actility, https://www.actility.com) - updated rubocop dependency to
~> 0.51.0per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@yuri-zubov sponsored by Actility, https://www.actility.com)
- Added ability to get metrics from VertX (@yuri-zubov sponsored by Actility, https://www.actility.com)
- Added health-check VertX (@yuri-zubov sponsored by Actility, https://www.actility.com)
- updated Changelog guidelines location (@majormoses)
1.3.0 - 2017-09-05
- option
-lto change if you wish to grab the max or the current heap limits (@Juan-Moreno)
1.2.0 - 2017-08-20
- check-java-permgen.rb: added an option to specify java bin dir (@sovaa)
1.1.0 - 2017-08-12
- check-java-permgen.rb: added an option to run
jpsandjstsatwith sudo (@sovaa)
1.0.0 - 2017-07-24
- Minimum Ruby runtime version is now 2.0 (@eheydrick)
- ruby 2.3 testing on release (@majormoses)
- ruby 2.4.1 testing (@majormoses)
- Ruby 1.9.3 from deploy-time testing (@eheydrick)
- CHANGELOG issues because 0.0.5 was never released (@majormoses)
0.0.6 - 2017-06-09
- refactor of check-java-heap-pcnt.sh, metrics-java-heap-graphite.sh made java version agnostic. jstat -gc returns 17 columns and has metaspace in java8. jstat -gc returns 15 columns and has permgen space in java 7, 6. These will work for both versions.
- run jstat only once for performance improvement
- Fix issue #11.
- java-heap-pcnt, check-java-heap-pcnt-java8, metrics-java-heap-graphite-java8 could be removed in a future release
0.0.5 - 2016-11-02
- metrics-jstat.py: support added for py2.6 (RHEL/CentOS 6.x)
- check-java-heap-pcnt.sh: add -j option to specify location of java binaries
- check-java-heap-pcnt.sh: add -o option to allow specifying command line arguments to jps
0.0.4 - 2016-04-26
- metrics-jstat.py: run jps with the verbose flag to allow for matching on the entire command line
- rename java-heap-pcnt to check-java-heap-pcnt. java-heap-pcnt will be removed in a future release
- add binstubs for non-ruby scripts
- metrics-jstat.py: exit 0 on success
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