CHANGELOG.md in sensu-plugins-elasticsearch-1.0.0 vs CHANGELOG.md in sensu-plugins-elasticsearch-1.1.0
- old
+ new
@@ -3,10 +3,22 @@
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
+## [1.1.0] - 2016-11-14
+### Changed
+- Changed check-es-heap.rb to be compatible with Elasticsearch 5.0 (@christianherro)
+
+### Added
+- Added check-es-query-ratio.tb to support ratio-type checks (@alcasim)
+- Added direct support to check-es-indices-size.rb to delete indicies without the handler-es-delete-indices.rb
+
+### Fixed
+- aws-sdk 2.5.x breaks aws-es-transport (@sstarcher)
+- check-es-indicies-size - fix array mapping by (@nyxcharon)
+
## [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
@@ -24,10 +36,13 @@
- Ruby 1.9.3 support (@eheydrick)
### Changed
- Update to Rubocop 0.40 and cleanup (@eheydrick)
+### Fixed
+- check-es-indicies-size.rb - broken for newer updates
+
## [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
@@ -105,10 +120,11 @@
## 0.0.1 - 2015-05-21
### Added
- initial release
-[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.0.0...HEAD
+[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.1.0...HEAD
+[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.0.0...1.1.0
[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