knife-inspect 0.9.0 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +16 -1
- data/lib/health_inspector/checklists/cookbooks.rb +4 -0
- data/lib/health_inspector/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89c00f0b6f41512ce3384854fc731746e997aa8b
|
4
|
+
data.tar.gz: 5f348ee2a2957d74e67a2d526695227046678f9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cf8232cabde6f90c15d65e78b5d8f826cc30767e68b589406dd4d2478334c5747101af5403bf57a56c2be1f2d2d3a86540a3839f7915b361343e54e89e02caa
|
7
|
+
data.tar.gz: c18f0c00b0b9687c2309037c0f8cdb6ebf2c5e988106b8daf5fa3fa046563993bb90b538d9c5bca982989e393531a14256fe1b80b7f1f1177c882da614da7ef1
|
data/HISTORY.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1
|
-
## 0.9.
|
1
|
+
## 0.9.2 ( 2014-08-11 )
|
2
|
+
|
3
|
+
* Bug fix: Fixed regression in the regression fix for Chef 10 that broke
|
4
|
+
knife-inspect with Chef 11
|
5
|
+
([#25][#25])
|
6
|
+
|
7
|
+
## 0.9.1 ( 2014-08-11 )
|
8
|
+
|
9
|
+
* Bug fix: Fixed regression that broke knife-inspect with Chef 10.32.2
|
10
|
+
(and probably previous Chef 10 versions)
|
11
|
+
([#25][#25])
|
12
|
+
This release was yanked from RubyGems due to a bug. Please download 0.9.2
|
13
|
+
instead.
|
14
|
+
|
15
|
+
## 0.9.0 ( 2014-08-11 )
|
2
16
|
|
3
17
|
* Bug fix: update yajl-ruby dependency to 1.2, 1.1 segfaulted in some cases
|
4
18
|
([#22][#22])
|
@@ -134,3 +148,4 @@
|
|
134
148
|
[#21]: https://github.com/bmarini/knife-inspect/issues/21
|
135
149
|
[#22]: https://github.com/bmarini/knife-inspect/issues/22
|
136
150
|
[#7]: https://github.com/bmarini/knife-inspect/issues/7
|
151
|
+
[#25]: https://github.com/bmarini/knife-inspect/issues/25
|