sensu-plugins-http 2.8.3 → 2.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/sensu-plugins-http/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: 579450eb89fa17729387bb3c7a893a0a4012aed0853b63c75c77b8e835316fc0
|
4
|
+
data.tar.gz: 47a56f8c8928ac44f27ee71bda6e42ea12fd3ee2c49bc463a0b1b2d0ba5da1b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ccf5a9ed5a3d823b6ac99bc28723e6276e15ce3183f2bf7dc84d6de5538ecad6e90e6e32dee12326acfb2b3b02c1e8373b1850325e8e2285a028f09b2aaa7bfc
|
7
|
+
data.tar.gz: 5184c932fc589eb30cb6ed6cd746d82fc99fcf9f394580a30045e6833305685fdf274cd607b5eba875bc361049c4bdb0d0326dbe986adaf18495a61290e9f40a
|
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
|
+
## [2.8.4] - 2018-03-27
|
9
|
+
### Security
|
10
|
+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
|
11
|
+
|
8
12
|
## [2.8.3] - 2018-03-14
|
9
13
|
### Fixed
|
10
14
|
- `metrics-curl.rb`: fix shell quoting problem at execution and parse correctly curl metrics on non-C locale. (@multani)
|
@@ -182,6 +186,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
182
186
|
- Initial release
|
183
187
|
|
184
188
|
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.8.3...HEAD
|
189
|
+
[2.8.4]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.8.3...2.8.4
|
185
190
|
[2.8.3]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.8.2...2.8.3
|
186
191
|
[2.8.2]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.8.1...2.8.2
|
187
192
|
[2.8.1]: https://github.com/sensu-plugins/sensu-plugins-http/compare/2.8.0...2.8.1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.8.
|
4
|
+
version: 2.8.4
|
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: sensu-plugin
|
@@ -260,14 +260,14 @@ dependencies:
|
|
260
260
|
requirements:
|
261
261
|
- - "~>"
|
262
262
|
- !ruby/object:Gem::Version
|
263
|
-
version:
|
263
|
+
version: 0.9.11
|
264
264
|
type: :development
|
265
265
|
prerelease: false
|
266
266
|
version_requirements: !ruby/object:Gem::Requirement
|
267
267
|
requirements:
|
268
268
|
- - "~>"
|
269
269
|
- !ruby/object:Gem::Version
|
270
|
-
version:
|
270
|
+
version: 0.9.11
|
271
271
|
description: |-
|
272
272
|
This plugin provides native HTTP instrumentation
|
273
273
|
for monitoring and metrics collection, including:
|