sensu-plugins-nginx 2.2.0 → 2.2.1
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 +5 -5
- data/CHANGELOG.md +18 -4
- data/bin/check-nginx-status.rb +1 -1
- data/lib/sensu-plugins-nginx/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a913342f1a4479bc1be5ef421bf6c34111f83e527205e3ad9406b741c88590dc
|
|
4
|
+
data.tar.gz: ea791eee3a3f7c317f67a36b6a951b7869baab9a2447d1e7a8b8b1433bab1c09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ad6adb1a72c5b8f40dc6ac6510b129abfe54d328276e80b8e64dc68bf886893babf953f658952c29ab8ab5e12dea2775cb48cadb01323a6d3fa1f5ee958a27b
|
|
7
|
+
data.tar.gz: 91bf8c75f83dd81a1679997dcc75956f98a7b676c76f52992d9c32c709d2cf2fc461e5381f51a0d0d69753be6ef23762eb36a7d3dfe3cb720a2bfb20ed476278
|
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,26 @@
|
|
|
1
|
-
#Change Log
|
|
1
|
+
# Change Log
|
|
2
2
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
3
3
|
|
|
4
|
-
This CHANGELOG follows the format listed
|
|
4
|
+
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.2.1] - 2018-03-17
|
|
9
|
+
### Security
|
|
10
|
+
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- misc typos (@majormoses)
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- uipdated Changelog guidelines location (@majormoses)
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- ruby 2.4 testing (@majormoses)
|
|
20
|
+
|
|
8
21
|
### [2.2.0] - 2017-07-02
|
|
9
22
|
## Added
|
|
10
|
-
- add jwt token support
|
|
23
|
+
- add jwt token support (@Ishahar)
|
|
11
24
|
|
|
12
25
|
## [2.1.0] - 2017-02-28
|
|
13
26
|
### Added
|
|
@@ -64,7 +77,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
64
77
|
## 0.0.1 - 2015-02-11 **YANKED**
|
|
65
78
|
- initial stable release
|
|
66
79
|
|
|
67
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.
|
|
80
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.1...HEAD
|
|
81
|
+
[2.2.1]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.0...2.2.1
|
|
68
82
|
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.1.0...2.2.0
|
|
69
83
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.0.0...2.1.0
|
|
70
84
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/1.0.0...2.0.0
|
data/bin/check-nginx-status.rb
CHANGED
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.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:
|
|
11
|
+
date: 2018-03-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.
|
|
131
|
+
version: 0.51.0
|
|
132
132
|
type: :development
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.
|
|
138
|
+
version: 0.51.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: yard
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
193
193
|
version: '0'
|
|
194
194
|
requirements: []
|
|
195
195
|
rubyforge_project:
|
|
196
|
-
rubygems_version: 2.
|
|
196
|
+
rubygems_version: 2.7.6
|
|
197
197
|
signing_key:
|
|
198
198
|
specification_version: 4
|
|
199
199
|
summary: Sensu plugins for the NGINX server
|