CHANGELOG.md in sensu-plugins-java-0.0.5 vs CHANGELOG.md in sensu-plugins-java-0.0.6

- old
+ new

@@ -1,10 +1,18 @@ #Change Log This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) +## [Unreleased] +## [0.0.6] - 2017-06-09 +### Changed +- 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 ### Changed - 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 @@ -34,9 +42,10 @@ ## 0.0.1 - 2015-05-29 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.4...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.6...HEAD +[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.4...0.0.6 [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.1...0.0.2