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 +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/sensu-plugins-dcos/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72e507ad43fb1065b853a85b712d06ae861442e3
|
|
4
|
+
data.tar.gz: 8c559824697de4eb48e860fc0a92708d4d3c0392
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2017-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|