sensu-plugins-nginx 3.1.1 → 3.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36f8776d591986d3a0b6d9cb0655031f396d9ba1ab72c983d0d0df8a2af53377
4
- data.tar.gz: 1696829aa84d537064c208a81d1867461ed279eb83a486168ef0215ad1714936
3
+ metadata.gz: 57145870c8395ff4b2466c6139b9026f8cdb618daf74320ed1f237ac6de45b5e
4
+ data.tar.gz: dc0d357bf8344fe5cef25b81742451a1d4a46ef35334a3372a103c195405d960
5
5
  SHA512:
6
- metadata.gz: ab2afaffe60bec3933806d80a61f0eb1079fca84a9134bdd38b80f9951d66c17356ed6248793847f1c968ece67bb9e4657ad60bb5a162bc8ff56578b77f14605
7
- data.tar.gz: 2faf3923bd9feecab57f8ea14455b594f6d1dc5ee9888baf8d8b26dbaae892f5f78a338c824fcf45bf3b1177b5f10eb6f698d7d2a3a2aa72cb494a4f516fe2d1
6
+ metadata.gz: b49387f6ab6b6b77505a7a514b61009d2b404d94a10ffbff3d1eb1d49e208b3b7628faadc54944faa9281fdbe891ad3ffe0ee89e66b73191c4eaf6a9d2ddd706
7
+ data.tar.gz: a27432446730c18599273f1facc1a539fbe939223e54d9be60c79d410e126d8961f6eadb0fad802f2c98b5a1bdb00e25ffe8d073003d2e71ad18ebdba4bba77b
@@ -5,7 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
- ## [3.1.0] - 2020-04-03
8
+ ## [3.1.2] - 2020-04-03
9
+ ### Changed
10
+ - Removed bare centos build from bonsai definition
11
+
12
+ ## [3.1.1] - 2020-04-03
9
13
  ### Changed
10
14
  - Fixed travis build
11
15
 
@@ -4,7 +4,7 @@ module SensuPluginsNginx
4
4
  module Version
5
5
  MAJOR = 3
6
6
  MINOR = 1
7
- PATCH = 1
7
+ PATCH = 2
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors