Skip to content

Commit 2141b22

Browse files
author
Todd Campbell
committed
Rolling Version 4.2.2 to fix Bonsai
Signed-off-by: Todd Campbell <[email protected]>
1 parent 1a01891 commit 2141b22

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

lib/sensu-plugins-elasticsearch/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)