sensu-plugins-graphite 2.2.0 → 2.2.1

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: d927f5d0696a7ae2fd4e5b80737c2dd04871dcf5
4
- data.tar.gz: 00a59e69564492be952412b9fa7ee085cebe7217
3
+ metadata.gz: 652a431ad40e8910a4a2a006cce0d85577c7904a
4
+ data.tar.gz: 47002818adf4e226e4b69a0d0ea470d1cee0f456
5
5
  SHA512:
6
- metadata.gz: e99c76be15977f9ba3423c5fd42fd4b6b121d4670dcd8ccda431bed1ccf93e275c9edd1336b49d73cc2cb8714db2c09897d3a42bf39434701a4befc49ffa3c57
7
- data.tar.gz: d5c6ca351b7a3f13e5433a2492f7cd6132c746be4ed76ff71d50d741fee2c3b1b3e539ccceae71656735a9a504f479867cbfffad49dde28757a41980d1c3f16f
6
+ metadata.gz: e3145d2716aef707c3f20b545db71f698cb2c4026bb46165a77dc857fc5498f3d5d7a1887d6ffa63997bcf5db67a2abf9d280f2e7bd53df0e46802905be7977f
7
+ data.tar.gz: 69cb43e03d65f78e047505912443b46a13b626aab6b17e2f3643ac78863bf78878ad05b270f253bd20d3d79119d708781f1b757c5d5a8818430e79030fdfc59f
@@ -1,18 +1,24 @@
1
- #Change Log
1
+ # Change Log
2
2
  This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
- ## [2.1.0]
8
+ ## [2.2.1] - 2017-06-13
9
+ ### Fixed
10
+ - Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts
11
+
12
+ ## [2.2.0] - 2017-06-11
13
+ ### Removed
14
+ - check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy
15
+
16
+ ## [2.1.0] - 2017-06-11
9
17
  ### Changed
10
18
  - Disable filtering for handler-graphite-status.rb
11
19
  ### Fixed
12
20
  - Error handling in graphite handlers
13
21
  - Duplicate short option in check-graphite.rb
14
- ### Removed
15
- - check-graphite-data.rb: Removed unused method `retrieve_data` since it's duplicate from graphite_proxy
16
22
 
17
23
  ## [2.0.0] - 2016-06-21
18
24
  ### Added
@@ -71,7 +77,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
71
77
  ### Added
72
78
  - initial release
73
79
 
74
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...HEAD
80
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.1...HEAD
81
+ [2.2.1]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...2.2.1
75
82
  [2.2.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
76
83
  [2.1.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0
77
84
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.1.0...2.0.0
@@ -76,7 +76,6 @@ module SensuPluginsGraphite
76
76
 
77
77
  hostname_sub: {
78
78
  description: 'Character used to replace periods (.) in hostname (default: _)',
79
- short: '-s CHARACTER',
80
79
  long: '--host-sub CHARACTER'
81
80
  },
82
81
 
@@ -2,7 +2,7 @@ module SensuPluginsGraphite
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 2
5
- PATCH = 0
5
+ PATCH = 1
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-graphite
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
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: 2017-06-11 00:00:00.000000000 Z
11
+ date: 2017-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: array_stats