sensu-plugins-nginx 2.2.0 → 2.2.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
- SHA1:
3
- metadata.gz: f91006d3a2911836cca95f8deab121163b9dd0cd
4
- data.tar.gz: b73a1860364049fac976e9556fca40ab177c4492
2
+ SHA256:
3
+ metadata.gz: a913342f1a4479bc1be5ef421bf6c34111f83e527205e3ad9406b741c88590dc
4
+ data.tar.gz: ea791eee3a3f7c317f67a36b6a951b7869baab9a2447d1e7a8b8b1433bab1c09
5
5
  SHA512:
6
- metadata.gz: 6043962646a2159114b2763d5144cbde906102d8911bf2117fcc084e6d4254b120f39a1502f4b250a8d4bd44cc84c3d127b956513672d7080e7c61df58756cce
7
- data.tar.gz: bebcde8d556434511c8055a075e38a2823ef9770a76b7d67f53e1c599d0baeb20335fc8b362ce65cb75b9415de30f74ed24b8ddaca6b5a7c04df6671df8c65db
6
+ metadata.gz: 0ad6adb1a72c5b8f40dc6ac6510b129abfe54d328276e80b8e64dc68bf886893babf953f658952c29ab8ab5e12dea2775cb48cadb01323a6d3fa1f5ee958a27b
7
+ data.tar.gz: 91bf8c75f83dd81a1679997dcc75956f98a7b676c76f52992d9c32c709d2cf2fc461e5381f51a0d0d69753be6ef23762eb36a7d3dfe3cb720a2bfb20ed476278
@@ -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 at [Keep A Changelog](http://keepachangelog.com/)
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.0...HEAD
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
@@ -108,7 +108,7 @@ class CheckNginxStatus < Sensu::Plugin::Check::CLI
108
108
  end
109
109
  return response
110
110
  end
111
- rescue => e
111
+ rescue StandardError => e
112
112
  unknown "Could not fetch Nginx status | #{e.message}"
113
113
  end
114
114
  end
@@ -2,7 +2,7 @@ module SensuPluginsNginx
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 2
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-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
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: 2017-07-02 00:00:00.000000000 Z
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.40.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.40.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.4.5
196
+ rubygems_version: 2.7.6
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: Sensu plugins for the NGINX server