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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/sensu-plugins-elasticsearch/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 950aefd42d282c9e64e78f41823180e5bee0ddde3e0b5881394aa0c082942930
|
|
4
|
+
data.tar.gz: 5d5579c163ad69f62c5eef83fac118ac83059f2df4e94ca9b2f2377c388e50ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60d49fcd3d11d3b05e5140b06234a519d0ff5b7ac4f5925fad238c8093c2615327851ccdfd647e2ffe848ee0ebe85548920d1e58e3ccbc332ed8b1606d91f4c0
|
|
7
|
+
data.tar.gz: 3c2c28f1fb5bc4ce26bddea71f1a3bba2d3f389693aaf4801c136ad2c93e89bdc0bd7925eac6c4d5fc22ed4b268d44df4764df3eec95549dc9be57cc16f424d4
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|