sensu-plugins-ubiquiti 1.1.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
- SHA1:
3
- metadata.gz: 2c8dff74218d341b3647f6b212861a9d11fbd4cf
4
- data.tar.gz: c7a871cf719ea6043e83a9bb26dcd56fcf27447c
2
+ SHA256:
3
+ metadata.gz: 45100958d83904a62a8efa22248a5ec7cb5a5960658d52aaaa6ddb81783c4cd9
4
+ data.tar.gz: 3b6c5445ddbdf1a79abc9f65637fd531adf87d7c31c48aeb41d615cb1cfa182a
5
5
  SHA512:
6
- metadata.gz: c600f7dab2651753dbc147ebb698535b3b6c1ad72bf53ef63f25d5f199fe1962a7406d14fa699dc347f1ae1308638092a6897522b63dd66361e82c578855190f
7
- data.tar.gz: efb309d339bbddb337346d1e7594a8fb4accff68eab35f848728fae3e894829684e95843851e8994ae47e2670aa026ee181f73f9f76a1fdfbd27f7bf2bbbbb56
6
+ metadata.gz: 218807b7c627f25893877a27735c7662bfa1450b13a10669a5076abb786098d216fa2818ec48a9521a45d00af7365d840e643b345e6077192e4d4ed81764bd35
7
+ data.tar.gz: 9b384e535f89e8b4518b25a74bdd28ea8feb7fb8f037ca4e945fe2bc0722c4b8b5eab5ba80ddccd6d43e47865bdbd17e55727b2fa387b8cbbe23233b7208a9e2
data/CHANGELOG.md CHANGED
@@ -1,10 +1,27 @@
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.0.0] - 2018-01-31
9
+ ### Security
10
+ - updated `rubocop` dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@jaredledvina)
11
+
12
+ ### Breaking Changes
13
+ - in order to bring in new rubocop dependency we need to drop ruby 2.0 support as it is EOL and aligns with out support policy. (@jaredledvina)
14
+
15
+ ### Added
16
+ - Ruby 2.4.1 testing
17
+
18
+ ### Changed
19
+ - update Changelog guidelines location (@majormoses)
20
+
21
+ ### Fixed
22
+ - PR template spelling
23
+ - misc formatting (@majormoses)
24
+
8
25
  ## [1.1.0] - 2016-10-26
9
26
  ### Added
10
27
  - Add `site_id` option for collecting metrics from a non-default site
@@ -28,6 +45,7 @@ Note: this release changes the check parameters due to removing the shell out to
28
45
  ### Added
29
46
  - initial release of this sensu plugin repo
30
47
 
31
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ubiquiti/compare/1.1.0...HEAD
48
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-ubiquiti/compare/2.0.0...HEAD
49
+ [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-ubiquiti/compare/1.1.0...2.0.0
32
50
  [1.1.0]: https://github.com/sensu-plugins/sensu-plugins-ubiquiti/compare/1.0.0...1.1.0
33
51
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-ubiquiti/compare/0.0.1...1.0.0
@@ -1,7 +1,7 @@
1
1
  module SensuPluginsUbiquiti
2
2
  module Version
3
- MAJOR = 1
4
- MINOR = 1
3
+ MAJOR = 2
4
+ MINOR = 0
5
5
  PATCH = 0
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-ubiquiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.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: 2016-10-26 00:00:00.000000000 Z
11
+ date: 2018-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 0.40.0
145
+ version: 0.51.0
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 0.40.0
152
+ version: 0.51.0
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: yard
155
155
  requirement: !ruby/object:Gem::Requirement
@@ -195,7 +195,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - ">="
197
197
  - !ruby/object:Gem::Version
198
- version: 2.0.0
198
+ version: 2.1.0
199
199
  required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  requirements:
201
201
  - - ">="
@@ -203,7 +203,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
203
203
  version: '0'
204
204
  requirements: []
205
205
  rubyforge_project:
206
- rubygems_version: 2.5.1
206
+ rubygems_version: 2.7.4
207
207
  signing_key:
208
208
  specification_version: 4
209
209
  summary: Sensu plugins for Ubiquiti network equipment