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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 959304579cbc689ac3a317f0bb6be9e1d0b248a2c0c3f6b6204d9544d5bdf8c6
4
- data.tar.gz: 65f04291cc84017e1a91bfbd9a324dc65b28c67865c3e83a3e1cc20b3bb281dc
3
+ metadata.gz: 2b4b8cbc26ab05fb3686c80de96a5fd348f60e31ae113b768c03ea77f3e7eb58
4
+ data.tar.gz: f5ab2dfbfeb7569eda3d7674adaf4b729187df2ab53cd7e87c28d55caed6e603
5
5
  SHA512:
6
- metadata.gz: 7682fb088055c37adda0a24f424358080c89983a5793c65f9d30045cea2d2a54c239ca7d7069c8257b3ac4bcd9fccc7e0fb090502d24a635c395c769cc7039e8
7
- data.tar.gz: 3e4e60e125589a4b582a0ec3f1b7b0a0123a8b03ec467540bf84a49b7ec5fc062262ca776ad9016cb7d258acfb61c51fcc679ba2079b00c6cd2dc6cf49983810
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
@@ -8,7 +8,7 @@ module SensuPluginsHabitat
8
8
  # The minor version.
9
9
  MINOR = 1
10
10
  # The patch version.
11
- PATCH = 5
11
+ PATCH = 6
12
12
  # Concat them into a version string
13
13
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
14
14
  end
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.5
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-05-13 00:00:00.000000000 Z
11
+ date: 2019-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin