File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-cpu-checks Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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.0.0] - 2016-06-15
7
9
### Changed
8
10
- Modified check-cpu.rb to change state if >= threshold
9
11
- Updated Rubocop to 0.40, applied auto-correct
@@ -38,7 +40,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
38
40
- initial release
39
41
40
42
41
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.4...HEAD
43
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/1.0.0...HEAD
44
+ [ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.4...1.0.0
42
45
[ 0.0.4 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.3...0.0.4
43
46
[ 0.0.3 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.2...0.0.3
44
47
[ 0.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-cpu-checks/compare/0.0.1...0.0.2
Original file line number Diff line number Diff line change 1
1
module SensuPluginsCpuChecks
2
2
module Version
3
- MAJOR = 0
3
+ MAJOR = 1
4
4
MINOR = 0
5
- PATCH = 5
5
+ PATCH = 0
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