sensu-plugins-elasticsearch 4.2.1 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5cc6e382b81ced2742f38d8e269f91334c9dfb22b7e1b3f81004a192493d82a0
4
- data.tar.gz: 9c25eb061a1ec5bf71fbd26050bf32741df93e78ecc8d837c040136927eda3e3
3
+ metadata.gz: 950aefd42d282c9e64e78f41823180e5bee0ddde3e0b5881394aa0c082942930
4
+ data.tar.gz: 5d5579c163ad69f62c5eef83fac118ac83059f2df4e94ca9b2f2377c388e50ef
5
5
  SHA512:
6
- metadata.gz: c4733360bb8e7c8c03ddb25e9cb8e8445e3e306eb0f69d31860a100c802acd836dfc9f2de0a21a43842c04c58f5a659b296a194ab3e8913fb4079b7af30b2abf
7
- data.tar.gz: e8327d1f1c275d376fc160ae56eda1ddca0e000ba9cdb9a0cf57b524768c067dfe87cbc4a16d097e5e8e0a52572fb141e4a11422b568c50f905adba7c0941c54
6
+ metadata.gz: 60d49fcd3d11d3b05e5140b06234a519d0ff5b7ac4f5925fad238c8093c2615327851ccdfd647e2ffe848ee0ebe85548920d1e58e3ccbc332ed8b1606d91f4c0
7
+ data.tar.gz: 3c2c28f1fb5bc4ce26bddea71f1a3bba2d3f389693aaf4801c136ad2c93e89bdc0bd7925eac6c4d5fc22ed4b268d44df4764df3eec95549dc9be57cc16f424d4
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [4.2.2] 2020-12-09
9
+ ### Changed
10
+ - Replaced CentOS 6 in Bonsai with CentOS 8
11
+
8
12
  ## [4.2.1] 2020-12-09
9
13
  ### Fixed
10
14
  - 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
286
290
 
287
291
 
288
292
  [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
289
294
  [4.2.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.2.0...4.2.1
290
295
  [4.2.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.1.0...4.2.0
291
296
  [4.1.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/4.0.1...4.1.0
@@ -2,7 +2,7 @@ module SensuPluginsElasticsearch
2
2
  module Version
3
3
  MAJOR = 4
4
4
  MINOR = 2
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.1
4
+ version: 4.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu Plugins and contributors