sensu-plugins-elasticsearch 2.0.0 → 2.0.1
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 +6 -2
- data/lib/sensu-plugins-elasticsearch/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8670e9f65b20a6f85378ee9032c23b74629e0d6a95a521331cb67bfef2efabec
|
|
4
|
+
data.tar.gz: 010d92d8dd23da486812678576f3fe6a875e1e5acd9840eebfcd79144649624d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ee36bc9adefa729af3dd3722c9dae1d155614b573ca3e7e222eef3f60547571305abad3565ba41ba2bbc71175e3cec3695af55748721181cf24046a75662f75
|
|
7
|
+
data.tar.gz: 576cf47e7a42ce677da7aaa544de177dfaf7ae7dd5fdce619e92bd1cec07335bc3e7b668a14ec2f4b8a5bc9525febb2fdbc7586ff92f482597122f49c831ede7
|
data/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
## [2.0.
|
|
8
|
+
## [2.0.1] - 2018-03-27
|
|
9
|
+
### Security
|
|
10
|
+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
|
|
9
11
|
|
|
12
|
+
## [2.0.0] - 2018-03-07
|
|
10
13
|
### Security
|
|
11
14
|
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
|
|
12
15
|
|
|
@@ -248,7 +251,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
248
251
|
- initial release
|
|
249
252
|
|
|
250
253
|
|
|
251
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.
|
|
254
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.1...HEAD
|
|
255
|
+
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/2.0.0...2.0.1
|
|
252
256
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.12.0...2.0.0
|
|
253
257
|
[1.12.0]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.1...1.12.0
|
|
254
258
|
[1.11.1]: https://github.com/sensu-plugins/sensu-plugins-elasticsearch/compare/1.11.0...1.11.1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-elasticsearch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu Plugins and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-es-transport
|
|
@@ -258,14 +258,14 @@ dependencies:
|
|
|
258
258
|
requirements:
|
|
259
259
|
- - "~>"
|
|
260
260
|
- !ruby/object:Gem::Version
|
|
261
|
-
version:
|
|
261
|
+
version: 0.9.11
|
|
262
262
|
type: :development
|
|
263
263
|
prerelease: false
|
|
264
264
|
version_requirements: !ruby/object:Gem::Requirement
|
|
265
265
|
requirements:
|
|
266
266
|
- - "~>"
|
|
267
267
|
- !ruby/object:Gem::Version
|
|
268
|
-
version:
|
|
268
|
+
version: 0.9.11
|
|
269
269
|
description: |-
|
|
270
270
|
This plugin provides native ElasticSearch instrumentation
|
|
271
271
|
for monitoring and metrics collection, including:
|