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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d4b05d835f38905ae48705e33f61119ea2ae24f9b3d530570713a648427c2a4
4
- data.tar.gz: f108572cfcce11191b29b43a705480175ceee7cd3a215a70d44ee94ae5a7a594
3
+ metadata.gz: 579450eb89fa17729387bb3c7a893a0a4012aed0853b63c75c77b8e835316fc0
4
+ data.tar.gz: 47a56f8c8928ac44f27ee71bda6e42ea12fd3ee2c49bc463a0b1b2d0ba5da1b2
5
5
  SHA512:
6
- metadata.gz: 5304a47a130bd885cc27b87be59aaae0cd194ae37ed3319b75606b5f23afe4751611cde89a8befa5b26883cd988418419acc18cdf8fea662412db1bc6822faff
7
- data.tar.gz: 89e3a57bfa330abbc3305a760a283e7db2e9fcfc0ec5942c412d98a9a5ebec44f115f25e62f185f3a13f47d43a0762f8c49d88bb0fca042c11710e6f71a75af0
6
+ metadata.gz: ccf5a9ed5a3d823b6ac99bc28723e6276e15ce3183f2bf7dc84d6de5538ecad6e90e6e32dee12326acfb2b3b02c1e8373b1850325e8e2285a028f09b2aaa7bfc
7
+ data.tar.gz: 5184c932fc589eb30cb6ed6cd746d82fc99fcf9f394580a30045e6833305685fdf274cd607b5eba875bc361049c4bdb0d0326dbe986adaf18495a61290e9f40a
@@ -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
@@ -4,7 +4,7 @@ module SensuPluginsHttp
4
4
  module Version
5
5
  MAJOR = 2
6
6
  MINOR = 8
7
- PATCH = 3
7
+ PATCH = 4
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
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.3
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-15 00:00:00.000000000 Z
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: '0.8'
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: '0.8'
270
+ version: 0.9.11
271
271
  description: |-
272
272
  This plugin provides native HTTP instrumentation
273
273
  for monitoring and metrics collection, including: