sensu-plugins-habitat 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/sensu_plugins_habitat/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b4b8cbc26ab05fb3686c80de96a5fd348f60e31ae113b768c03ea77f3e7eb58
|
4
|
+
data.tar.gz: f5ab2dfbfeb7569eda3d7674adaf4b729187df2ab53cd7e87c28d55caed6e603
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84c377a9e2201551780c7378ad6f97e4fc7e5825fe76d6d5522d4ee8d0ae0b5a45bdf8c341627854109420cd4d2633eb5a815eba8a9b9a46c2d70b5051febfcf
|
7
|
+
data.tar.gz: fab477e022d421591d24553550aa118e4efda3a0e11a02b7862555f19a3764e8480021212f08a429078e105f6e7d67d973b0a165eeadcdf3d88dee8a852f9b6b
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
5
5
|
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
|
6
6
|
|
7
|
+
## [0.1.6] - 2019-06-12
|
8
|
+
### Changed
|
9
|
+
- Pin CI to a Chef-DK that doesn't require a commercial license
|
10
|
+
- Pin CI to a Habitat that doesn't require a commercial license
|
11
|
+
|
7
12
|
## [0.1.5] - 2019-05-13
|
8
13
|
### Changed
|
9
14
|
- Create a release after creating the tag
|
@@ -32,6 +37,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
32
37
|
### Added
|
33
38
|
- Initial release
|
34
39
|
|
40
|
+
[0.1.6]: https://github.com/socrata-platform/sensu-plugins-habitat/compare/v0.1.5...v0.1.6
|
41
|
+
[0.1.5]: https://github.com/socrata-platform/sensu-plugins-habitat/compare/v0.1.4...v0.1.5
|
42
|
+
[0.1.4]: https://github.com/socrata-platform/sensu-plugins-habitat/compare/v0.1.3...v0.1.4
|
43
|
+
[0.1.3]: https://github.com/socrata-platform/sensu-plugins-habitat/compare/v0.1.2...v0.1.3
|
35
44
|
[0.1.2]: https://github.com/socrata-platform/sensu-plugins-habitat/compare/v0.1.1...v0.1.2
|
36
45
|
[0.1.1]: https://github.com/socrata-platform/sensu-plugins-habitat/compare/v0.1.0...v0.1.1
|
37
46
|
[0.1.0]: https://github.com/socrata-platform/sensu-plugins-habitat/tree/v0.1.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-habitat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tyler Technologies
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sensu-plugin
|