File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
lib/sensu-plugins-cpu-checks Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ 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
+ ## [ 1.1.2] - 2017-06-20
7
9
### Fixed
8
10
- ` metrics-cpu.rb ` /` metrics-cpu-pcnt-usage.rb ` : Set the correct type for --proc-path (@bimlendu )
9
11
10
- ## [ 1.1.0 ] - 2017-05-02
12
+ ## [ 1.1.1 ] - 2017-05-02
11
13
### Changed
12
14
- no real change just bumping due to deployment issue.
13
15
@@ -55,8 +57,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55
57
- initial release
56
58
57
59
58
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.1...HEAD
59
- [ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.0...1.1.0
60
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.2...HEAD
61
+ [ 1.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.1...1.1.2
62
+ [ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.1.0...1.1.1
60
63
[ 1.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.0.0...1.1.0
61
64
[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.4...1.0.0
62
65
[ 0.0.4 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.3...0.0.4
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsCpuChecks
2
2
module Version
3
3
MAJOR = 1
4
4
MINOR = 1
5
- PATCH = 1
5
+ PATCH = 2
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