sensu-plugins-redis 3.0.0 → 3.0.1

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: 883f9d315c6dd7a2f6bea0c088534e5b5a7ef0581b34a218e7888d6cdcb85d7c
4
- data.tar.gz: 8bf3f0f0549608197dddb8f8ef3281cefd9667428429bf3e2194ca27494908ca
3
+ metadata.gz: c5c30ca17cb9821c0c72576a22de349055ef7f25611a8ea26e0c5e1cb6053277
4
+ data.tar.gz: a725b3951b2f767cb327ee3e1bd66ccf55e5ae24ec19321b388efe1d400362af
5
5
  SHA512:
6
- metadata.gz: f97c12d895e837f6adc4e569a9aa9d456d86fd4f32dc838ef7d2f2660376764d49a469cab3b3d426c599420c7107ae033b5979a7ae45b88e6eccf98fe43584ff
7
- data.tar.gz: 13e5e3f0d472ae442b4fc0652d24bfa2da57a5d7062d108c6715753e5d8c3d0d0c9e604fd7b4193a1288d42653ac5ffff4df65da3f729d1b0481c98efa40636a
6
+ metadata.gz: f7f10e029aa4209e94bff47c090c4d6c5f1612886f522325f0bd395b48a462ca3507655ddf6a93d2d96b45c66027731a1c8f73aa9f3c917cf55a578bcc92541c
7
+ data.tar.gz: 552ab10a05bfeb096aedbea18a7ee2cfa20fdd1ec282627f0928ed8fcc39692a7857908c0c666f98f3b2b75c0e1d220e253e1237c1d8a6bbc045316fd0c645d1
@@ -6,6 +6,10 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.0.1] - 2018-03-28
10
+ ### Security
11
+ - updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
12
+
9
13
  ## [3.0.0] - 2018-03-17
10
14
  ### Security
11
15
  - updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
@@ -144,7 +148,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
144
148
  ### Added
145
149
  - initial release
146
150
 
147
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.4.0...HEAD
151
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/3.0.1...HEAD
152
+ [3.0.1]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/3.0.0...3.0.1
148
153
  [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.4.0...3.0.0
149
154
  [2.4.0]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.3.2...2.4.0
150
155
  [2.3.2]: https://github.com/sensu-plugins/sensu-plugins-redis/compare/2.3.1...2.3.2
@@ -2,7 +2,7 @@ module SensuPluginsRedis
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.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-17 00:00:00.000000000 Z
11
+ date: 2018-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -232,14 +232,14 @@ dependencies:
232
232
  requirements:
233
233
  - - "~>"
234
234
  - !ruby/object:Gem::Version
235
- version: '0.8'
235
+ version: 0.9.11
236
236
  type: :development
237
237
  prerelease: false
238
238
  version_requirements: !ruby/object:Gem::Requirement
239
239
  requirements:
240
240
  - - "~>"
241
241
  - !ruby/object:Gem::Version
242
- version: '0.8'
242
+ version: 0.9.11
243
243
  description: |-
244
244
  This plugin provides native Redis instrumentation
245
245
  for monitoring and metrics collection, including: