File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
lib/sensu-plugins-elasticsearch Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66## [ Unreleased]
77
8+ ## [ 4.2.2] 2020-12-09
9+ ### Changed
10+ - Replaced CentOS 6 in Bonsai with CentOS 8
11+
812## [ 4.2.1] 2020-12-09
913### Fixed
1014- metrics-es-node-graphite.rb: request URL now constructed correctly when ` --cert-file ` flag is used
@@ -286,6 +290,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
286290
287291
288292[ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.2.1...HEAD
293+ [ 4.2.2 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.2.1...4.2.2
289294[ 4.2.1 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.2.0...4.2.1
290295[ 4.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.1.0...4.2.0
291296[ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...4.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsElasticsearch
22 module Version
33 MAJOR = 4
44 MINOR = 2
5- PATCH = 1
5+ PATCH = 2
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments