sensu-plugins-kubernetes 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/CHANGELOG.md +7 -1
- data/lib/sensu-plugins-kubernetes/cli.rb +1 -1
- data/lib/sensu-plugins-kubernetes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDM4ZWRiMWVjMjBiM2I5ZmEzNjVkYmU1ZDVlYWY2NzFmMDAyMmRiZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YzBiMjVlZDBlZjA1OWU1MmRmZTc3NzkzMDU2ZTk3MDZhMmE4Yjg0NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzQ2N2EzMGIyOGNkMzZhMDBiZTE4NTk4YjBjZjkxNzhjNjkzMWY1ODlmODkw
|
|
10
|
+
YzUwODBiMzg5ZmZiNmVkMDk5YTljYjIwZjkzMTUzOTA1ZmFiZGJhZDIxYzFj
|
|
11
|
+
ZGFhMmEzYmNjZjZhNjM2ZTJiZWNiMmVlYjA0MDhlNmUxMDEyYjc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTZiZTZjNjhmNWM2NDBkNmI2ZTdjMDU4YjQwZGQ2ZTBmMThhOGM5MzQyNTll
|
|
14
|
+
NGFkODAyMTE0NzRiMjdkMzZhM2EzZDk3YjFjNDgwNzg5ZTUzYjY0NGQ2MDE4
|
|
15
|
+
MmUwMDdhMzA4NmRmYWVhYmE2OGQ4MzZiMDY4ZjdmZTFlOTdjZWY=
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.1.1] - 2016-05-17
|
|
9
|
+
### Fixed
|
|
10
|
+
- cli.rb: Fixed typo in critical call
|
|
11
|
+
|
|
8
12
|
## [0.1.0] - 2016-05-15
|
|
9
13
|
### Added
|
|
10
14
|
- Added flag to ignore namespaces in check-kube-pods-pending
|
|
@@ -26,4 +30,6 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
26
30
|
### Added
|
|
27
31
|
- initial release
|
|
28
32
|
|
|
29
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/0.
|
|
33
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/0.1.1...HEAD
|
|
34
|
+
[0.1.1]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/0.1.0...0.1.1
|
|
35
|
+
[0.1.0]: https://github.com/sensu-plugins/sensu-plugins-kubernetes/compare/0.0.1...0.1.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-kubernetes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu-Plugins and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|