sensu-plugins-bigpanda 1.0.0 → 2.0.0
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 +4 -4
- data/CHANGELOG.md +6 -1
- data/README.md +2 -1
- data/lib/sensu-plugins-bigpanda/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d179af7849a479c7e7ab7a0161ba553e66a39ff
|
|
4
|
+
data.tar.gz: 833297dbd103c94db05e0b2f6516b03aeaaabab8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9df36e42496d15c58515e5432e49746d38d4f5dd0d697b4ee725cb4b11cd7f04d66bb837475b2b054228b5e1831364b2978411d6e82d31b4a4a1335b0271785e
|
|
7
|
+
data.tar.gz: 317c6382346b3c99b35b4eeb41dd10a97990dcff226aab6aaeec5a45c45e02c81ab5523f197417570b5e0b8d9e1581baa72620979130f1ace76f947e7e6ff878
|
data/CHANGELOG.md
CHANGED
|
@@ -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/
|
|
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
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bigpanda)
|
|
6
6
|
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-bigpanda)
|
|
7
7
|
[](https://gemnasium.com/sensu-plugins/sensu-plugins-bigpanda)
|
|
8
|
+
](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
|
|
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:
|
|
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-
|
|
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: '
|
|
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: '
|
|
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.
|
|
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
|