sensu-plugins-nginx 2.2.1 → 2.2.2
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 -1
- data/lib/sensu-plugins-nginx/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: 5276c5250e3e6dd5f99ac9fd5a27353a9d6718247b02e1df984c796d0390b686
|
|
4
|
+
data.tar.gz: 4aa4b2842c72be1d0795dcd8c491d69d914491c3c2c83927e3c5911b6eefa025
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0413073eeffc51f84c8b5bfe77778d3a992099e4a24ac99d174d8c9703107f43082dd27d69bafe34b47018035a800d81172805745b5de7901ffdc3610b9fcb83
|
|
7
|
+
data.tar.gz: 53a84d983f335edec10a3fb6e60b9a75844b25d8c527d79735c952152c828ecb29254adb60636346f02d5685f3c71abf53eae201ef2460aac31ce9f17f4402e4
|
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.2.2] - 2018-03-28
|
|
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.2.1] - 2018-03-17
|
|
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)
|
|
@@ -77,7 +81,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
77
81
|
## 0.0.1 - 2015-02-11 **YANKED**
|
|
78
82
|
- initial stable release
|
|
79
83
|
|
|
80
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.
|
|
84
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.2...HEAD
|
|
85
|
+
[2.2.2]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.1...2.2.2
|
|
81
86
|
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.0...2.2.1
|
|
82
87
|
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.1.0...2.2.0
|
|
83
88
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.0.0...2.1.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-nginx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
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-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -142,14 +142,14 @@ dependencies:
|
|
|
142
142
|
requirements:
|
|
143
143
|
- - "~>"
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version:
|
|
145
|
+
version: 0.9.11
|
|
146
146
|
type: :development
|
|
147
147
|
prerelease: false
|
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
149
|
requirements:
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version:
|
|
152
|
+
version: 0.9.11
|
|
153
153
|
description: |-
|
|
154
154
|
This plugin provides native nginx instrumentation
|
|
155
155
|
for metrics collection, including: metrics via `stub_status`.
|