sensu-plugins-docker 1.1.4 → 1.1.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13e0d41ce9b79a3f6f2219724fc7b3c8b406c87e
4
- data.tar.gz: 7253c2517084083dc67b63af02d1aad9e673763c
3
+ metadata.gz: 22859b2cd9171cec6717e9d745f3f9c61b032836
4
+ data.tar.gz: 73dcf2f816ea66c6639dd98df6dc6b025dcfa37d
5
5
  SHA512:
6
- metadata.gz: 2f7c6e32000108b4eea041a666e315ec18eb44f019ffa70c932ab496cbbd83ef919830bac397c980af71526c1cde5e483c5885276c76cf53dcba2b815f9a865c
7
- data.tar.gz: 39db1365fc49d39b10b50808308b0b028cf8b59a39377acf0c015d3d93d1243b5212b3a1a118fa0c10fa1e3ee05f93d89e12fd437cf14d85962e85e02f2ebf04
6
+ metadata.gz: 99f88d5de72110bb8f2027fcc8a35c7fe803f9c95e7e377b29a2b4aa798a17592241861e05910420736a3acbf36b047a67b120104e6c9645e347597f4016a4b2
7
+ data.tar.gz: 9a9f8043a80181eb68db768f9aeeba8f7496774302a23fcb24ea7edc9f7fde70cc49ca2fd1243a9a5a5f4668a452a97ef5e82da78f0121adc452cec43a06e9d4
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.1.5] - 2016-11-26
9
+ ### Changed
10
+ - Loosen `sensu-plugin` dependency to `~> 1.2` (#44)
11
+
8
12
  ## [1.1.4] - 2016-11-26
9
13
  ### Changed
10
14
  - metrics-docker-stats.rb: Fix JSON parse error if there is more than one chunk
@@ -68,7 +72,8 @@ changes some options. Review your check commands before deploying this version.
68
72
  ### Added
69
73
  - initial release
70
74
 
71
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.4...HEAD
75
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.5...HEAD
76
+ [1.1.5]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.4...1.1.5
72
77
  [1.1.4]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.3...1.1.4
73
78
  [1.1.3]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.2...1.1.3
74
79
  [1.1.2]: https://github.com/sensu-plugins/sensu-plugins-docker/compare/1.1.1...1.1.2
@@ -2,7 +2,7 @@ module SensuPluginsDocker
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- PATCH = 4
5
+ PATCH = 5
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 1.2.0
33
+ version: '1.2'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 1.2.0
40
+ version: '1.2'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sys-proctable
43
43
  requirement: !ruby/object:Gem::Requirement