sensu-plugins-disk-checks 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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-disk-checks/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: 6a0e99fb96d8f5c4535e80a8997cbdaaea748cb856d6c4c4531175d6ecb160b2
|
4
|
+
data.tar.gz: 1fc9a89b7caa658ce283d1767be07d663bca422f25c6a2da3a8fa770eb017cb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dea1c510c87658d1ca0ba9794003c92911405a89fd6b17f04f39d2cf37ec4ce5f39969f66a86c170fca819ce663f2be6c24ef6afed0e480fe2fffe2c1d3635e6
|
7
|
+
data.tar.gz: 8691673fd0e84ce7d59af24861c4ae984aabc0129452e4d7bc99167c824ee9f3031258b0814336ab23211fb9e8fc836a8e0660367492124ba9dbb32c710c5e4f
|
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
|
+
## [3.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)
|
11
|
+
|
8
12
|
## [3.0.0] - 2018-03-07
|
9
13
|
### Security
|
10
14
|
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
|
@@ -171,7 +175,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
|
|
171
175
|
### Added
|
172
176
|
- initial release
|
173
177
|
|
174
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.0.
|
178
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.0.1...HEAD
|
179
|
+
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.0.0...3.0.1
|
175
180
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/2.5.1...3.0.0
|
176
181
|
[2.5.1]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/2.5.0...2.5.1
|
177
182
|
[2.5.0]: https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/2.4.2...2.5.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-disk-checks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.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-
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|
@@ -156,14 +156,14 @@ dependencies:
|
|
156
156
|
requirements:
|
157
157
|
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
|
-
version:
|
159
|
+
version: 0.9.11
|
160
160
|
type: :development
|
161
161
|
prerelease: false
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
163
163
|
requirements:
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version:
|
166
|
+
version: 0.9.11
|
167
167
|
description: |-
|
168
168
|
This plugin provides native disk instrumentation
|
169
169
|
for monitoring and metrics collection, including:
|