sensu-plugins-kubernetes 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGI5NmFlZDdkYjgyNGZiNjUwYTk3MGM1Y2M4OWQ1ZmZhY2Q5MmUwMw==
4
+ MDM4ZWRiMWVjMjBiM2I5ZmEzNjVkYmU1ZDVlYWY2NzFmMDAyMmRiZQ==
5
5
  data.tar.gz: !binary |-
6
- Njk1NGYyNTU0YjUxZmZkNGI5NjFiMTgzNTNhNjJiNDVlMTIzMTRhYw==
6
+ YzBiMjVlZDBlZjA1OWU1MmRmZTc3NzkzMDU2ZTk3MDZhMmE4Yjg0NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjNlOGZhZjFlOTRiNTBmMTBkODlhNTAzYWI3NWFkYTg0YjhiMTNiNmQzODFi
10
- NTk0ZDlhNWQxYTkwN2M1M2M5NTcwMTgxNTZiNjZkODkyZThmMWVlNDFiMjJj
11
- NWZmMTAwMWI2NzRmNzMyZmVkMmNhNWRhZDdmYTY5NTI1MDYzMWU=
9
+ YzQ2N2EzMGIyOGNkMzZhMDBiZTE4NTk4YjBjZjkxNzhjNjkzMWY1ODlmODkw
10
+ YzUwODBiMzg5ZmZiNmVkMDk5YTljYjIwZjkzMTUzOTA1ZmFiZGJhZDIxYzFj
11
+ ZGFhMmEzYmNjZjZhNjM2ZTJiZWNiMmVlYjA0MDhlNmUxMDEyYjc=
12
12
  data.tar.gz: !binary |-
13
- N2MxZjNiZmQ2YWM5N2UzYmY4NTMzYTczZTI3YjQzODg4YjYxZjBjZmYzNTVj
14
- YThiYjBjYjU1ODQwMDlmNzdjNGYwY2ZjNDMzMmJiZmI3ZTIyNzNjNDUxNWZj
15
- YmEwNzcyM2VhNTBiNjk2ODRkN2I2ZTQ5MjY0NzMxZjYxMzU1YTQ=
13
+ OTZiZTZjNjhmNWM2NDBkNmI2ZTdjMDU4YjQwZGQ2ZTBmMThhOGM5MzQyNTll
14
+ NGFkODAyMTE0NzRiMjdkMzZhM2EzZDk3YjFjNDgwNzg5ZTUzYjY0NGQ2MDE4
15
+ MmUwMDdhMzA4NmRmYWVhYmE2OGQ4MzZiMDY4ZjdmZTFlOTdjZWY=
@@ -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.0.1...HEAD
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
@@ -87,7 +87,7 @@ module Sensu
87
87
  token_file: config[:api_token_file]
88
88
  )
89
89
  rescue ArgumentError => e
90
- critial e.message
90
+ critical e.message
91
91
  end
92
92
  end
93
93
  end
@@ -2,7 +2,7 @@ module SensuPluginsKubernetes
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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.0
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-15 00:00:00.000000000 Z
11
+ date: 2016-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin