Skip to content

Commit a69eb6f

Browse files
committed
prep for 3.0.0 release
1 parent 0c909fe commit a69eb6f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7+
8+
## [3.0.0] - 2017-09-12
79
### Breaking Change
810
- check-kube-nodes-ready.rb no longer triggers an alert if an unschedulable node becomes NotReady (@tg90nor)
911

1012
## [2.0.0] - 2017-08-28
1113
### Added
1214
- Add option to explicitly include specific namespaces (@simulalex)
13-
15+
1416
### Breaking Change
1517
- Drops support for Ruby-2.0, now requires Ruby >= 2.1.0 (@simulalex)
1618

@@ -63,7 +65,8 @@ pending pods, the restart count portion has been split into it's own check, `che
6365
### Added
6466
- initial release
6567

66-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/2.0.0...HEAD
68+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.0.0...HEAD
69+
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/2.0.0...3.0.0
6770
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/1.1.0...2.0.0
6871
[1.1.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/1.0.0...1.1.0
6972
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/0.1.2...1.0.0

lib/sensu-plugins-kubernetes/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module SensuPluginsKubernetes
22
module Version
3-
MAJOR = 2
3+
MAJOR = 3
44
MINOR = 0
55
PATCH = 0
66

0 commit comments

Comments
 (0)