From c45df5e06cabfc7b5b4205af6fc33c5d0c2f150f Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Wed, 19 Sep 2018 13:15:28 -0700 Subject: [PATCH] Update compute for chef to 0.3.1 (#468) Merged PR #468. --- build/chef/compute | 2 +- build/terraform | 2 +- products/compute/chef.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/chef/compute b/build/chef/compute index 1d90426dcb55..258b14fb6612 160000 --- a/build/chef/compute +++ b/build/chef/compute @@ -1 +1 @@ -Subproject commit 1d90426dcb556a91a445dbe99385c681537d977b +Subproject commit 258b14fb66125b3fe2e05cbb58ad9cd7e17f05c9 diff --git a/build/terraform b/build/terraform index c9f1a9ed01ce..46d297b8c8ac 160000 --- a/build/terraform +++ b/build/terraform @@ -1 +1 @@ -Subproject commit c9f1a9ed01ce76d3cf28a0ca927ea9815eb0c426 +Subproject commit 46d297b8c8ace1d1691666709bbf03c7454b7a22 diff --git a/products/compute/chef.yaml b/products/compute/chef.yaml index 264ca20aa9e9..6d2a2a315965 100644 --- a/products/compute/chef.yaml +++ b/products/compute/chef.yaml @@ -16,7 +16,7 @@ # edit InstanceGroup --- !ruby/object:Provider::Chef::Config manifest: !ruby/object:Provider::Chef::Manifest - version: '0.3.0' + version: '0.3.1' source: 'https://github.com/GoogleCloudPlatform/chef-google-compute' issues: 'https://github.com/GoogleCloudPlatform/chef-google-compute/issues' summary: 'A Chef cookbook to manage Google Cloud Compute resources'