sensu-plugins-bigpanda 1.0.0 → 2.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
  SHA1:
3
- metadata.gz: 1d3d1a0e17f80cb85d3956ef423ea094875c3ab5
4
- data.tar.gz: 93a191df235d1385eee42249998de298f81019e9
3
+ metadata.gz: 8d179af7849a479c7e7ab7a0161ba553e66a39ff
4
+ data.tar.gz: 833297dbd103c94db05e0b2f6516b03aeaaabab8
5
5
  SHA512:
6
- metadata.gz: 23d242c7613a20d9722e7a1fc9726d4eefea7ed28787919ef7d38d4e0b5af0f991e8fceda4867a6ec1ef75d9f7b71f6512b64b375cdb0c00d29656aa499dfcda
7
- data.tar.gz: 923807bb439030a002b1961979b3403d69f44c0a0129c25b925b490ad72b49824c90911857246e3874989f36ae37f231e0b6e736fb30fcd278d5a36caa32d556
6
+ metadata.gz: 9df36e42496d15c58515e5432e49746d38d4f5dd0d697b4ee725cb4b11cd7f04d66bb837475b2b054228b5e1831364b2978411d6e82d31b4a4a1335b0271785e
7
+ data.tar.gz: 317c6382346b3c99b35b4eeb41dd10a97990dcff226aab6aaeec5a45c45e02c81ab5523f197417570b5e0b8d9e1581baa72620979130f1ace76f947e7e6ff878
@@ -5,6 +5,10 @@ This CHANGELOG follows the format laid out [here](https://github.com/sensu-plugi
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.0.0] - 2018-04-28
9
+ ### Breaking Changes
10
+ - bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses)
11
+
8
12
  ## [1.0.0] - 2018-01-31
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)
@@ -18,6 +22,7 @@ This CHANGELOG follows the format laid out [here](https://github.com/sensu-plugi
18
22
  ### Added
19
23
  - Add testing for Ruby 2.4.1
20
24
 
21
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-bigpanda/compare/1.0.0...HEAD
25
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-bigpanda/compare/2.0.0...HEAD
26
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-bigpanda/compare/1.0.0...2.0.0
22
27
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-bigpanda/compare/0.1.0...1.0.0
23
28
  [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-bigpanda/compare/5e3b6c5bb931d7ced3fcad579589ab1f5c88c2c9...0.1.0
data/README.md CHANGED
@@ -5,13 +5,14 @@
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bigpanda/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bigpanda)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bigpanda/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bigpanda)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-bigpanda.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-bigpanda)
8
+ ![Community Slack](https://slack.sensu.io/badge.svg)](https://slack.sensu.io/badge)
8
9
 
9
10
  ## Functionality
10
11
 
11
12
  ## Files
12
13
  * bin/handler-bigpanda.rb
13
14
  *
14
- *
15
+ *
15
16
 
16
17
  ## Usage
17
18
 
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsBigPanda
2
2
  module Version
3
- MAJOR = 1
3
+ MAJOR = 2
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-bigpanda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.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-01-31 00:00:00.000000000 Z
11
+ date: 2018-04-28 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: '2.4'
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: '2.4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.5.2.1
194
+ rubygems_version: 2.6.11
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: Sensu plugin handler for sending Sensu event data to BigPanda