itamae 1.10.0 → 1.10.1

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: 3c8a12f995297dabd31b3252f40b6dd38f0cc9238ca9653a7884d4d0e821824d
4
- data.tar.gz: caf697caf3d0f628b6dc1beffe697c6b97b247cfbb1a711674e44f14c8830dab
3
+ metadata.gz: 8e9e11beb34dd083aaff7d84c7ce47eed12641e3bdd96e182dd2b503fac5c294
4
+ data.tar.gz: 2de0f1ebc33b5f5e096bf924662b0855583f2678eb7f26268b7365afbacbc7d8
5
5
  SHA512:
6
- metadata.gz: 34c6c6d4b83792d9fbe733c8d0ba82ca770d9b194340800ad9afcd9cd33682313458c814f80c80bac3f25389e3dce60132f23da21b8b66032ee08ab850b6dd9e
7
- data.tar.gz: 69bce9ffc7feb0528027d3af15a9127799dffd775a4f9c07dc72a0a98ed6d04fbbd8a8eb13d9fb0d4fbc6b55d4f032d7be51fee365ddb70cfb71de459010f1fc
6
+ metadata.gz: 6ac11c90da5aa4b0301c332547af1ae6f4c41e38e760e5b8676514432e102cd0b70d45fc6c1395900a6236d408fa673dc1a3089a07049af9fb3fde5d9ab50506
7
+ data.tar.gz: c014c539dd0cbfa07baee78ccd88a23acd0519d21b16a0ba1c25e7598737c249d7e4b7a07998067edd16c8d0b96ae8188e87c3f77bf3132211530d4b49188006
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## Unreleased
2
- [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.10.0...master)
2
+ [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.10.1...master)
3
+
4
+ ## v1.10.1
5
+ [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.10.0...v1.10.1)
6
+
7
+ Bugfixes
8
+
9
+ - [fail `--ohai` option when using ohai v13.0.1 or higher](https://github.com/itamae-kitchen/itamae/pull/251)
3
10
 
4
11
  ## v1.10.0
5
12
  [full changelog](https://github.com/itamae-kitchen/itamae/compare/v1.9.13...v1.10.0)
data/lib/itamae/runner.rb CHANGED
@@ -103,7 +103,7 @@ module Itamae
103
103
  end
104
104
 
105
105
  Itamae.logger.info "Loading node data via ohai..."
106
- hash.merge!(JSON.parse(@backend.run_command("ohai").stdout))
106
+ hash.merge!(JSON.parse(@backend.run_command("ohai 2>/dev/null").stdout))
107
107
  end
108
108
 
109
109
  if @options[:node_json]
@@ -1,3 +1,3 @@
1
1
  module Itamae
2
- VERSION = "1.10.0"
2
+ VERSION = "1.10.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-11-12 00:00:00.000000000 Z
13
+ date: 2018-11-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: thor