sensu-plugins-memory-checks 3.1.2 → 3.1.3
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-memory-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: 0da007562b0f08aedb3388c729a5f9a17d54e69a23a5ccc7294cdac801ca2147
|
|
4
|
+
data.tar.gz: 8e5021e550b4e07e4083c8363ac3e751ca74ab48ac79e41b2a7f3edb39c9b61a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a7847dfceb02ac6182f6ae63920f749f884e5985fd6a917727f28cf0a56a12371ef37be84556c2275b61902fbd10b56ffa4f09f9b9d48fda57aeef70cec40e8
|
|
7
|
+
data.tar.gz: 03470b90e9810585b4b962366a95865be7d70cf3c0c28f8a9be0ad59ae826ca45aec6caad5327fed9adfb0acefc0a02446ec8ac3f92236f5539e52c92533b4d7
|
data/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,11 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
## [3.1.
|
|
8
|
+
## [3.1.3] - 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
|
+
## [3.1.2] - 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
|
|
|
@@ -138,7 +141,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
|
|
|
138
141
|
### Added
|
|
139
142
|
- initial release
|
|
140
143
|
|
|
141
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.
|
|
144
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3...HEAD
|
|
145
|
+
[3.1.3]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.2...3.1.3
|
|
142
146
|
[3.1.2]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.1...3.1.2
|
|
143
147
|
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
|
|
144
148
|
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.0.1...3.1.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-memory-checks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.3
|
|
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 memory instrumentation
|
|
169
169
|
for monitoring and metrics collection, including:
|