Skip to content

Commit 1129319

Browse files
committed
prep for 3.3.0 release
1 parent 8e4bfd3 commit 1129319

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here ](https://github.com/sensu-plugin
55

66
## [Unreleased]
77

8+
## [3.3.0] - 2018-11-26
89
### Changed
910
- `check-kube-pods-running.rb`: Skip a POD which is in the not ready state for shorter time than the specified time. Otherwise, the check alerts if we get lots of new PODs which are spawned every second and get up or get terminated longer than a minute. (@sys-ops)
1011

@@ -84,7 +85,8 @@ pending pods, the restart count portion has been split into it's own check, `che
8485
### Added
8586
- initial release
8687

87-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.2.0...HEAD
88+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.3.0...HEAD
89+
[3.3.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.2.0...3.3.0
8890
[3.2.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.1.1...3.2.0
8991
[3.1.1]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.1.0...3.1.1
9092
[3.1.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/3.0.1...3.1.0

lib/sensu-plugins-kubernetes/version.rb

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

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')

0 commit comments

Comments
 (0)