CHANGELOG.md in sensu-plugins-elasticsearch-0.5.3 vs CHANGELOG.md in sensu-plugins-elasticsearch-1.0.0
- old
+ new
@@ -3,10 +3,31 @@
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+## [1.0.0] - 2016-07-29
+### Added
+- Added AWS transport gem and configuration for check-es-query-* sensu calls to use --transport=AWS (@brendangibat)
+- Added a rescue for 503 on several checks: (@majormoses)
+ - check-es-circuit-breakers.rb
+ - check-es-cluster-status.rb
+ - check-es-file-descriptors.rb
+ - check-es-heap.rb
+- Added option --localhost for check-es-circuit-breakers.rb to only check its local node for broken circuit (@majormoses)
+- Add Ruby 2.3.0 support (@eheydrick)
+- Allow using newer patch versions of elasticsearch gem within the same minor (@majormoses)
+- Add check-es-cluster-health to check Elasticsearch cluster health and status (@brendangibat)
+- Add check-es-indices-size to check if indicies grow above a certain size (@brendangibat)
+- Add handler-es-delete-indices handler to delete indicies (@brendangibat)
+
+### Removed
+- Ruby 1.9.3 support (@eheydrick)
+
+### Changed
+- Update to Rubocop 0.40 and cleanup (@eheydrick)
+
## [0.5.3] - 2016-04-02
### Added
- check-es-indexes (check for dup indexes) (Yieldbot)
- check-es-shard-allocation (check ElasticSearch shard allocation persistent and transient settings) (Yieldbot)
- Adding offset flag to allow specifying of a end time offset
@@ -45,10 +66,11 @@
### Changed
- Update metrics-es-node-graphite.rb, check-es-node-status.rb, and check-es-file-descriptors.rb for Elasticsearch 2.0
- Update elasticsearch gem to 1.0.14
### Added
+- Add check-es-cluster-health that checks health status with elasticsearch gem and can use AWS transport for checks.
- Add check-es-circuit-breakers.rb, to alert when circuit breakers have been tripped
## [0.2.0] - 2015-10-15
### Changed
- cluster-status check: added a new `status_timeout` option that will use elasticsearch's [`wait_for_status` parameter](https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#request-params) and wait up to the given number of seconds for the cluster to be green. This pervents false alerting during normal elasticsearch operations.
@@ -83,11 +105,12 @@
## 0.0.1 - 2015-05-21
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.5.3...HEAD
-[0.5.3]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.4.2...0.4.3
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.0.0...HEAD
+[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.5.3...1.0.0
+[0.5.3]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.4.3...0.5.3
[0.4.3]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.3.2...0.4.0
[0.3.2]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/0.3.1...0.3.2