sensu-plugins-nginx 2.2.3 → 3.0.0

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
2
  SHA256:
3
- metadata.gz: f3ff636aa00b9386fd664bd26e69db63df17f98ae13669155a7ad5dd1da0fe9c
4
- data.tar.gz: e99f8005aa39837afbc4c9323645f4d46ada521ce37a5b975751e0e797864b54
3
+ metadata.gz: 370a398c391a6568b578f95b7b29c249f96ce3807f1dba4a78e1f0fdf0c68a7e
4
+ data.tar.gz: 30091c5cb91e23203bb824d2597c50c44770608373ea2a7309a637d7b92d3da8
5
5
  SHA512:
6
- metadata.gz: 2fc94213bf4497c117610c6c3a927d67331ca8ad1f88f3295a98be1ac384382f3a94a555577ae36d3ab7f931201cefe577c2b535c5b78bf3f18a26cd89a83258
7
- data.tar.gz: b6fe030ae1ac8d503a16eec3d8501cd7240566633a797442529d9dae51e52fa1de3744585ee0fac32e0158960a843aef1182471056f53c2cf70fcf598f72ff6e
6
+ metadata.gz: e379546b2554625efa76abb088510211d7438d03cfb058fffda88e0423271bd88dc047c816c777c1bd350da05761da14975c8054dae449c94def05797ebf2324
7
+ data.tar.gz: 39396fcda2512ddd6bd4608cf39a603eea85cfccf289186860d9cb27040c6f9aa3e5fb4dce346c52b58189b26c267559d95eec36826c1dd255ba48f1c170601a
@@ -5,6 +5,14 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [3.0.0] - 2019-09-16
9
+ ### Breaking Changes
10
+ - Bump `sensu-plugin` dependency from `~> 1.2` to `~> 4.0` you can read the changelog entries for [4.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#400---2018-02-17), [3.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04), and [2.0](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29)
11
+
12
+ ### Added
13
+ - Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
14
+ - Require latest sensu-plugin for [Sensu Go support](https://github.com/sensu-plugins/sensu-plugin#sensu-go-enablement)
15
+
8
16
  ## [2.2.3] - 2018-10-01
9
17
  ### Fixed
10
18
  - `check-nginx-status.rb`: Fixed usage of hostheader without setting url
@@ -85,7 +93,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
85
93
  ## 0.0.1 - 2015-02-11 **YANKED**
86
94
  - initial stable release
87
95
 
88
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.3...HEAD
96
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/3.0.0...HEAD
97
+ [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.3...3.0.0
89
98
  [2.2.3]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.2...2.2.3
90
99
  [2.2.2]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.1...2.2.2
91
100
  [2.2.1]: https://github.com/sensu-plugins/sensu-plugins-nginx/compare/2.2.0...2.2.1
data/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-nginx/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-nginx)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-nginx/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-nginx)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-nginx.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-nginx)
8
+ [![Sensu Bonsai Asset](https://img.shields.io/badge/Bonsai-Download%20Me-brightgreen.svg?colorB=89C967&logo=sensu)](https://bonsai.sensu.io/assets/sensu-plugins/sensu-plugins-nginx)
9
+
10
+ ## Sensu Asset
11
+ The Sensu assets packaged from this repository are built against the Sensu Ruby runtime environment. When using these assets as part of a Sensu Go resource (check, mutator or handler), make sure you include the corresponding Sensu Ruby runtime asset in the list of assets needed by the resource. The current ruby-runtime assets can be found [here](https://bonsai.sensu.io/assets/sensu/sensu-ruby-runtime) in the [Bonsai Asset Index](bonsai.sensu.io).
8
12
 
9
13
  ## Functionality
10
14
 
@@ -1,8 +1,8 @@
1
1
  module SensuPluginsNginx
2
2
  module Version
3
- MAJOR = 2
4
- MINOR = 2
5
- PATCH = 3
3
+ MAJOR = 3
4
+ MINOR = 0
5
+ PATCH = 0
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.3
4
+ version: 3.0.0
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-10-02 00:00:00.000000000 Z
11
+ date: 2019-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.2'
19
+ version: '4.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.2'
26
+ version: '4.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '1.3'
61
+ version: '3.0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '1.3'
68
+ version: '3.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: pry
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -185,7 +185,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
185
185
  requirements:
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: '2.1'
188
+ version: 2.3.0
189
189
  required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  requirements:
191
191
  - - ">="