File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
lib/sensu-plugins-graphite Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ 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
+
7
8
## [ 2.1.0]
8
9
### Changed
9
10
- Disable filtering for handler-graphite-status.rb
10
11
### Fixed
11
12
- Error handling in graphite handlers
12
13
- Duplicate short option in check-graphite.rb
13
14
### Removed
14
- - Method retrieve_data in check-graphite-data since it's duplicate from graphite_proxy
15
+ - check-graphite-data.rb: Removed unused method ` retrieve_data ` since it's duplicate from graphite_proxy
15
16
16
17
## [ 2.0.0] - 2016-06-21
17
18
### Added
@@ -70,7 +71,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
70
71
### Added
71
72
- initial release
72
73
73
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...HEAD
74
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.2.0...HEAD
75
+ [ 2.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.1.0...2.2.0
74
76
[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/2.0.0...2.1.0
75
77
[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.1.0...2.0.0
76
78
[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsGraphite
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 1
4
+ MINOR = 2
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments