File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
lib/sensu-plugins-graphite Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 2.2.1] - 2017-06-13
7
9
### Fixed
8
10
- Remove short options -s on hostname_sub, it was unusable. This affects check-graphite-data and check check-graphite-hosts
9
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
+
10
16
## [ 2.1.0] - 2017-06-11
11
17
### Changed
12
18
- Disable filtering for handler-graphite-status.rb
13
19
### Fixed
14
20
- Error handling in graphite handlers
15
21
- Duplicate short option in check-graphite.rb
16
- ### Removed
17
- - check-graphite-data.rb: Removed unused method ` retrieve_data ` since it's duplicate from graphite_proxy
18
22
19
23
## [ 2.0.0] - 2016-06-21
20
24
### Added
@@ -73,7 +77,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
73
77
### Added
74
78
- initial release
75
79
76
- [ 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
77
82
[ 2.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
78
83
[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0
79
84
[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.1.0...2.0.0
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments