sensu-plugins-dcos 0.2.1 → 0.3.0

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: 07bd997624bf5387753484ba744031370e8ce7a3
4
- data.tar.gz: 42fca613ad7272657e3f8f9a520e8195721f6075
3
+ metadata.gz: 72e507ad43fb1065b853a85b712d06ae861442e3
4
+ data.tar.gz: 8c559824697de4eb48e860fc0a92708d4d3c0392
5
5
  SHA512:
6
- metadata.gz: 7a526af3510a72c212c5d3ffea0b9e6c606c69482d9a663625bb52a01c7c352303f39848203aac98762a31f1620a26fb50ecdbb6ccdd14698203ca9f84a06f8e
7
- data.tar.gz: dc85810f822b53443ff3d17079e06849569eb515f5998663b28b2c8ad000d8c475a5020fbbf9ab5b283c60e79ff4a5392ea64faa3d38c88e8940677cd4da66dc
6
+ metadata.gz: 958266b51628e79e1a34aed90cd901c260874f4cbeb6cffc81927212c8733ea030efc7d17389ba5b29d57c5bbd12d62fdae13384265dad4d0f1a68cb76bbf9a2
7
+ data.tar.gz: 9f56d654e5fdce81cf3fc84d576d5b67aab842579367b02a9962dc4118e875255dbaf689f2e44448046168ef0fcc52bcf9a4c28ec51c4baef0c15a9a824b9179
data/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.3.0] - 2017-09-19
10
+ ### Added
11
+ - started re-testing all supported ruby versions again (@majormoses)
12
+ - kitchen converge on all tested versions in travis in a matrix fashion (@majormoses)
13
+
14
+ ### Changed
15
+ - created a quick task to run all but integration and switched travis to use it. (@majormoses)
16
+
9
17
  ## [0.2.1] - 2017-09-12
10
18
  ### Added
11
19
  - `check-dcos-jobs-health.rb`: checks the health of a DC/OS jobs exposed by the mesos API endpoint /tasks (@mgaitien)
@@ -52,7 +60,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
52
60
  ### Added
53
61
  - Initial release
54
62
 
55
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dcos/compare/0.2.1...HEAD
63
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-dcos/compare/0.3.0...HEAD
64
+ [0.3.0]: https://github.com/sensu-plugins/sensu-plugins-dcos/compare/0.2.1...0.3.0
56
65
  [0.2.1]: https://github.com/sensu-plugins/sensu-plugins-dcos/compare/0.1.1...0.2.1
57
66
  [0.1.1]: https://github.com/sensu-plugins/sensu-plugins-dcos/compare/0.1.0...0.1.1
58
67
  [0.1.0]: https://github.com/sensu-plugins/sensu-plugins-dcos/compare/0.0.4...0.1.0
@@ -3,8 +3,8 @@
3
3
  module SensuPluginsDcos
4
4
  module Version
5
5
  MAJOR = 0
6
- MINOR = 2
7
- PATCH = 1
6
+ MINOR = 3
7
+ PATCH = 0
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-dcos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PTC and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-12 00:00:00.000000000 Z
11
+ date: 2017-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin