knife-google 3.3.6 → 3.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79bb948dc01979a7abe337108a6d908c6a5fd0aef3aad35f687a3570d0e0f2aa
4
- data.tar.gz: 4e3d943d4ec4f4b9440d1cf2e59af79f72acb4010f49a7f6d590147cedd18b5f
3
+ metadata.gz: cc99e522c4ed14a46ab334613046353d05a276e5e0e3feffd3fb5c00ce4f95d6
4
+ data.tar.gz: 60c8eab68161e8a46f82f3430884d8914311f6a2c454a73bc99b88ff0c3d3be9
5
5
  SHA512:
6
- metadata.gz: 76e15187ff2749b8b9d91451368f95e7d38b6d4c671500c045402b1098ba2a24f1fc3e21bf06f56f9305bdf75f268dd7a516972fc9d88ab2447a3a1a3458dbca
7
- data.tar.gz: ee18351ce616bc95a530d93dc3d84365f93736060c41565aec279b065645ad28b1aa2df5e7089396917de6a2e0843a26bcdd62180628d813b9311ea29580ac0f
6
+ metadata.gz: eb29fc10a5ea59789616c660aff9ed43ba1b564b424d5b055b76f3d2fe7b32234cc270cf95b59d9f0e038c93016abd151d94b8095d3e53695f4d20c0dbca2663
7
+ data.tar.gz: 75ee1b1d32d682194a93dd01c21cfb8fcff7fefcca2ebe2433e09844c9e9bd326462165bb7dd413165537f75cd6258614d4e9724e367cee1b17ccfdf1e97a175
@@ -15,7 +15,7 @@
15
15
  #
16
16
  module Knife
17
17
  module Google
18
- VERSION = "3.3.6"
18
+ VERSION = "3.3.7"
19
19
  MAJOR, MINOR, TINY = VERSION.split(".")
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.6
4
+ version: 3.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chiraq Jog
@@ -69,27 +69,9 @@ email:
69
69
  - partnereng@chef.io
70
70
  executables: []
71
71
  extensions: []
72
- extra_rdoc_files:
73
- - README.md
74
- - LICENSE
72
+ extra_rdoc_files: []
75
73
  files:
76
- - ".expeditor/config.yml"
77
- - ".expeditor/update_version.sh"
78
- - ".github/CODEOWNERS"
79
- - ".github/ISSUE_TEMPLATE.md"
80
- - ".github/PULL_REQUEST_TEMPLATE.md"
81
- - ".gitignore"
82
- - ".rspec"
83
- - ".travis.yml"
84
- - CHANGELOG.md
85
- - Gemfile
86
74
  - LICENSE
87
- - README.md
88
- - RELEASE_NOTES.md
89
- - Rakefile
90
- - TESTING.md
91
- - VERSION
92
- - knife-google.gemspec
93
75
  - lib/chef/knife/cloud/google_service.rb
94
76
  - lib/chef/knife/cloud/google_service_helpers.rb
95
77
  - lib/chef/knife/cloud/google_service_options.rb
@@ -105,19 +87,6 @@ files:
105
87
  - lib/chef/knife/google_server_show.rb
106
88
  - lib/chef/knife/google_zone_list.rb
107
89
  - lib/knife-google/version.rb
108
- - spec/cloud/google_service_helpers_spec.rb
109
- - spec/cloud/google_service_spec.rb
110
- - spec/google_disk_create_spec.rb
111
- - spec/google_disk_delete_spec.rb
112
- - spec/google_disk_list_spec.rb
113
- - spec/google_project_quotas_spec.rb
114
- - spec/google_region_list_spec.rb
115
- - spec/google_region_quotas_spec.rb
116
- - spec/google_server_create_spec.rb
117
- - spec/google_server_delete_spec.rb
118
- - spec/google_server_list_spec.rb
119
- - spec/google_server_show_spec.rb
120
- - spec/google_zone_list_spec.rb
121
90
  homepage: https://github.com/chef/knife-google
122
91
  licenses:
123
92
  - Apache-2.0
@@ -1,41 +0,0 @@
1
- # Documentation available at https://expeditor.chef.io/docs/getting-started/
2
- ---
3
- # Slack channel in Chef Software slack to send notifications about build failures, etc
4
- slack:
5
- notify_channel: sustaining-notify
6
-
7
- # This publish is triggered by the `built_in:publish_rubygems` artifact_action.
8
- rubygems:
9
- - knife-google
10
-
11
- github:
12
- # This deletes the GitHub PR branch after successfully merged into the release branch
13
- delete_branch_on_merge: true
14
- # The tag format to use (e.g. v1.0.0)
15
- version_tag_format: "v{{version}}"
16
- # allow bumping the minor release via label
17
- minor_bump_labels:
18
- - "Expeditor: Bump Minor Version"
19
-
20
- changelog:
21
- rollup_header: Changes not yet released to rubygems.org
22
-
23
- # These actions are taken, in order they are specified, anytime a Pull Request is merged.
24
- merge_actions:
25
- - built_in:bump_version:
26
- ignore_labels:
27
- - "Expeditor: Skip Version Bump"
28
- - "Expeditor: Skip All"
29
- - bash:.expeditor/update_version.sh:
30
- only_if: built_in:bump_version
31
- - built_in:update_changelog:
32
- ignore_labels:
33
- - "Expeditor: Exclude From Changelog"
34
- - "Expeditor: Skip All"
35
- - built_in:build_gem:
36
- only_if: built_in:bump_version
37
-
38
- promote:
39
- actions:
40
- - built_in:rollover_changelog
41
- - built_in:publish_rubygems
@@ -1,12 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # After a PR merge, Chef Expeditor will bump the PATCH version in the VERSION file.
4
- # It then executes this file to update any other files/components with that new version.
5
- #
6
-
7
- set -evx
8
-
9
- sed -i -r "s/^(\s*)VERSION = \".+\"/\1VERSION = \"$(cat VERSION)\"/" lib/knife-google/version.rb
10
-
11
- # Once Expeditor finishes executing this script, it will commit the changes and push
12
- # the commit as a new tag corresponding to the value in the VERSION file.
@@ -1,4 +0,0 @@
1
- # Order is important. The last matching pattern has the most precedence.
2
-
3
- * @chef/msys-developers
4
- .expeditor/** @chef/jex-team
@@ -1,21 +0,0 @@
1
- # Version:
2
-
3
- [Version of the project installed]
4
-
5
- # Environment: [Details about the environment such as the Operating System, cookbook details, etc...]
6
-
7
- # Scenario:
8
-
9
- [What you are trying to achieve and you can't?]
10
-
11
- # Steps to Reproduce:
12
-
13
- [If you are filing an issue what are the things we need to do in order to repro your problem?]
14
-
15
- # Expected Result:
16
-
17
- [What are you expecting to happen as the consequence of above reproduction steps?]
18
-
19
- # Actual Result:
20
-
21
- [What actually happens after the reproduction steps?]
@@ -1,14 +0,0 @@
1
- ### Description
2
-
3
- [Please describe what this change achieves]
4
-
5
- ### Issues Resolved
6
-
7
- [List any existing issues this PR resolves, or any Discourse or
8
- StackOverflow discussion that's relevant]
9
-
10
- ### Check List
11
-
12
- - [ ] New functionality includes tests
13
- - [ ] All tests pass
14
- - [ ] All commits have been signed-off for the Developer Certificate of Origin. See <https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco>
data/.gitignore DELETED
@@ -1,26 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- coverage
6
- InstalledFiles
7
- lib/bundler/man
8
- pkg
9
- rdoc
10
- spec/reports
11
- test/tmp
12
- test/version_tmp
13
- tmp
14
-
15
- # YARD artifacts
16
- .yardoc
17
- _yardoc
18
- doc/
19
- .swp
20
- .swo
21
- Gemfile.lock
22
- .rvmrc
23
- .ruby-version
24
-
25
- .direnv/
26
- .envrc
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --color
2
- -fdocumentation
3
-
@@ -1,27 +0,0 @@
1
- sudo: false
2
- language: ruby
3
- cache: bundler
4
-
5
- matrix:
6
- include:
7
- - rvm: 2.3.7
8
- - rvm: 2.4.4
9
- - rvm: 2.5.1
10
- - rvm: ruby-head
11
- allow_failures:
12
- - rvm: ruby-head
13
-
14
- branches:
15
- only:
16
- - master
17
-
18
- bundler_args: --without docs development
19
-
20
- script: bundle exec rake
21
-
22
- notifications:
23
- slack:
24
- on_success: change
25
- on_failure: always
26
- rooms:
27
- secure: ml+Ph8FuoU4TgEqGmjERaF5peoNTRhllG5rBFDUgGxPCKRxE9snYDwc+29RAhA7izlaUABIA3fWT11SdF2RMTUorsrz0PbYtyBZuI9AKloww1CUFMl2kr8+DRt/AzMcGYs8OgQW12NLNNRV72X4wUKsJXpazVHsXctU/Fh/AqX0=
@@ -1,252 +0,0 @@
1
- # knife-google Change Log
2
-
3
- Note: this log contains only changes from knife-google release 1.1.0 and later
4
- -- it does not contain the changes from prior releases. To view change history
5
- prior to release 1.1.0, please visit the [source repository](https://github.com/chef/knife-google/commits).
6
-
7
- <!-- latest_release 3.3.6 -->
8
- ## [v3.3.6](https://github.com/chef/knife-google/tree/v3.3.6) (2018-11-20)
9
-
10
- #### Merged Pull Requests
11
- - MSYS-917 Allows knife google zone list, region list, region quotas, project quotas to run without giving --gce_zone option [#142](https://github.com/chef/knife-google/pull/142) ([Vasu1105](https://github.com/Vasu1105))
12
- <!-- latest_release -->
13
-
14
- <!-- release_rollup since=3.3.3 -->
15
- ### Changes not yet released to rubygems.org
16
-
17
- #### Merged Pull Requests
18
- - MSYS-917 Allows knife google zone list, region list, region quotas, project quotas to run without giving --gce_zone option [#142](https://github.com/chef/knife-google/pull/142) ([Vasu1105](https://github.com/Vasu1105)) <!-- 3.3.6 -->
19
- - Documenting the knife-google manual testing prerequisite [#141](https://github.com/chef/knife-google/pull/141) ([Vasu1105](https://github.com/Vasu1105)) <!-- 3.3.5 -->
20
- - Remove github_changelog_generator development dependency [#138](https://github.com/chef/knife-google/pull/138) ([tas50](https://github.com/tas50)) <!-- 3.3.4 -->
21
- <!-- release_rollup -->
22
-
23
- <!-- latest_stable_release -->
24
- ## [v3.3.3](https://github.com/chef/knife-google/tree/v3.3.3) (2018-10-17)
25
-
26
- #### Merged Pull Requests
27
- - Empty commit to test expeditor [#136](https://github.com/chef/knife-google/pull/136) ([btm](https://github.com/btm))
28
- - Allow for newer google-api-client releases [#137](https://github.com/chef/knife-google/pull/137) ([tas50](https://github.com/tas50))
29
- <!-- latest_stable_release -->
30
-
31
-
32
-
33
- ## [3.3.0](https://github.com/chef/knife-google/tree/v3.3.0)
34
-
35
- [Full Changelog](https://github.com/chef/knife-google/compare/v3.2.0...v3.3.0)
36
-
37
- - Increased the dependency on google-api-client from 0.9.X to 0.19.X to bring in the latest improvements to the API
38
- - Remove the dependency on Chef entirely since it's assumed Chef is already installed
39
-
40
- ## [3.2.0](https://github.com/chef/knife-google/tree/v3.2.0)
41
-
42
- [Full Changelog](https://github.com/chef/knife-google/compare/v3.1.1...v3.2.0)
43
-
44
- - Loosen the dependency on Chef so this gem can work with Chef 13+
45
-
46
- ## [3.3.0](https://github.com/chef/knife-google/tree/v3.3.0)
47
-
48
- [Full Changelog](https://github.com/chef/knife-google/compare/v3.2.0...v3.3.0)
49
-
50
- - Increased the dependency on google-api-client from 0.9.X to 0.19.X to bring in the latest improvements to the API
51
- - Remove the dependency on Chef entirely since it's assumed Chef is already installed
52
-
53
- ## [3.2.0](https://github.com/chef/knife-google/tree/v3.2.0)
54
-
55
- [Full Changelog](https://github.com/chef/knife-google/compare/v3.1.1...v3.2.0)
56
-
57
- - Loosen the dependency on Chef so this gem can work with Chef 13+
58
-
59
- ## [3.1.1](https://github.com/chef/knife-google/tree/v3.1.1)
60
-
61
- [Full Changelog](https://github.com/chef/knife-google/compare/v3.1.0...v3.1.1)
62
-
63
- **Closed issues:**
64
-
65
- - Can't Modify Frozen String [\#118](https://github.com/chef/knife-google/issues/118)
66
-
67
- **Merged pull requests:**
68
-
69
- - Fix for \#118 [\#119](https://github.com/chef/knife-google/pull/119) ([jjasghar](https://github.com/jjasghar))
70
-
71
- ## [v3.1.0](https://github.com/chef/knife-google/tree/v3.1.0) (2016-11-08)
72
- [Full Changelog](https://github.com/chef/knife-google/compare/v3.0.0...v3.1.0)
73
-
74
- **Closed issues:**
75
-
76
- - No support for GCE image family [\#108](https://github.com/chef/knife-google/issues/108)
77
-
78
- **Merged pull requests:**
79
-
80
- - v3.1.0 [\#115](https://github.com/chef/knife-google/pull/115) ([jjasghar](https://github.com/jjasghar))
81
- - Move deps to the Gemfile [\#114](https://github.com/chef/knife-google/pull/114) ([tas50](https://github.com/tas50))
82
- - make public\_ip work for any case 'none' at 'instance\_access\_configs\_for' [\#106](https://github.com/chef/knife-google/pull/106) ([abhishekkr](https://github.com/abhishekkr))
83
-
84
- ## [v3.0.0](https://github.com/chef/knife-google/tree/v3.0.0) (2016-09-28)
85
- [Full Changelog](https://github.com/chef/knife-google/compare/v2.2.1...v3.0.0)
86
-
87
- **Merged pull requests:**
88
-
89
- - v3.0.0 version [\#113](https://github.com/chef/knife-google/pull/113) ([jjasghar](https://github.com/jjasghar))
90
- - Require Ruby 2.2 and add 2.3 testing [\#111](https://github.com/chef/knife-google/pull/111) ([tas50](https://github.com/tas50))
91
-
92
- ## [v2.2.1](https://github.com/chef/knife-google/tree/v2.2.1) (2016-09-27)
93
- [Full Changelog](https://github.com/chef/knife-google/compare/v2.2.0...v2.2.1)
94
-
95
- **Closed issues:**
96
-
97
- - Google::Apis::ClientError [\#107](https://github.com/chef/knife-google/issues/107)
98
-
99
- **Merged pull requests:**
100
-
101
- - fixed region and zone [\#112](https://github.com/chef/knife-google/pull/112) ([jjasghar](https://github.com/jjasghar))
102
- - v2.2.1: Version bump + Travis Update [\#110](https://github.com/chef/knife-google/pull/110) ([cblecker](https://github.com/cblecker))
103
- - \[Issue \#108\] Matching public image families and adding Ubuntu 16.04 [\#109](https://github.com/chef/knife-google/pull/109) ([nelsonjr](https://github.com/nelsonjr))
104
-
105
- ## [v2.2.0](https://github.com/chef/knife-google/tree/v2.2.0) (2016-03-17)
106
- [Full Changelog](https://github.com/chef/knife-google/compare/v2.1.0...v2.2.0)
107
-
108
- **Implemented enhancements:**
109
-
110
- - New Functionality: knife-google unable to spinup servers in subnets [\#89](https://github.com/chef/knife-google/issues/89)
111
- - Creating a preemptible instance flag feature [\#72](https://github.com/chef/knife-google/issues/72)
112
-
113
- **Closed issues:**
114
-
115
- - Support an alias for latest public image [\#96](https://github.com/chef/knife-google/issues/96)
116
- - knife google command not working [\#87](https://github.com/chef/knife-google/issues/87)
117
- - Server create command returns error [\#86](https://github.com/chef/knife-google/issues/86)
118
- - Can't execute any command with knife [\#84](https://github.com/chef/knife-google/issues/84)
119
- - google-api-client dependency is about to break APIs [\#75](https://github.com/chef/knife-google/issues/75)
120
- - Feature Request: lists for additional assets [\#73](https://github.com/chef/knife-google/issues/73)
121
- - knife google hides quota errors from GCE [\#71](https://github.com/chef/knife-google/issues/71)
122
- - Dependency conflict building from master [\#65](https://github.com/chef/knife-google/issues/65)
123
- - knife-google master should be deployed to RubyGems [\#57](https://github.com/chef/knife-google/issues/57)
124
- - 400 Error from Google During 'knife google setup' [\#55](https://github.com/chef/knife-google/issues/55)
125
- - Documentation for adding a tag to the server [\#53](https://github.com/chef/knife-google/issues/53)
126
-
127
- **Merged pull requests:**
128
-
129
- - Adding support for image aliases [\#104](https://github.com/chef/knife-google/pull/104) ([adamleff](https://github.com/adamleff))
130
- - Add support for deploying instance on subnetworks [\#103](https://github.com/chef/knife-google/pull/103) ([adamleff](https://github.com/adamleff))
131
- - adding support for preemptible GCE instances [\#102](https://github.com/chef/knife-google/pull/102) ([adamleff](https://github.com/adamleff))
132
-
133
- ## [v2.1.0](https://github.com/chef/knife-google/tree/v2.1.0) (2016-03-04)
134
- [Full Changelog](https://github.com/chef/knife-google/compare/v2.0.0...v2.1.0)
135
-
136
- **Closed issues:**
137
-
138
- - Set application\_name and application\_version [\#100](https://github.com/chef/knife-google/issues/100)
139
- - Support the use of service account scope aliases [\#95](https://github.com/chef/knife-google/issues/95)
140
-
141
- **Merged pull requests:**
142
-
143
- - Adding application name and version when creating the connection [\#101](https://github.com/chef/knife-google/pull/101) ([adamleff](https://github.com/adamleff))
144
- - add support for service account scope aliases [\#99](https://github.com/chef/knife-google/pull/99) ([adamleff](https://github.com/adamleff))
145
- - README updates, reincorporating changes from \#93 [\#98](https://github.com/chef/knife-google/pull/98) ([adamleff](https://github.com/adamleff))
146
-
147
- ## [v2.0.0](https://github.com/chef/knife-google/tree/v2.0.0) (2016-03-01)
148
- [Full Changelog](https://github.com/chef/knife-google/compare/1.3.1...v2.0.0)
149
-
150
- **Implemented enhancements:**
151
-
152
- - Complete rewrite of knife-google gem, replacing use of `fog` with `google-api-ruby-client` [\#66](https://github.com/chef/knife-google/pull/66) ([paulrossman](https://github.com/paulrossman))
153
-
154
- **Closed issues:**
155
-
156
- - rake install does not work [\#91](https://github.com/chef/knife-google/issues/91)
157
- - Error in metadata parsing while creating a compute instance [\#82](https://github.com/chef/knife-google/issues/82)
158
- - Spinning up a GCP instance from an EC2 instance results in an error [\#81](https://github.com/chef/knife-google/issues/81)
159
- - GCP Service Accounts [\#79](https://github.com/chef/knife-google/issues/79)
160
- - knife-google not setting custom metadata [\#74](https://github.com/chef/knife-google/issues/74)
161
- - `--bootstrap-version` flag isn't working [\#67](https://github.com/chef/knife-google/issues/67)
162
- - knife google server create is having an error boostraping [\#62](https://github.com/chef/knife-google/issues/62)
163
- - no implicit conversion of nil into String on knife google server create [\#61](https://github.com/chef/knife-google/issues/61)
164
- - ERROR: Image 'ubuntu-1404-trusty-v20150316' not found [\#59](https://github.com/chef/knife-google/issues/59)
165
- - knife-google fails with google-api-client \>0.8 [\#44](https://github.com/chef/knife-google/issues/44)
166
- - google-knife and knife dependency versions [\#43](https://github.com/chef/knife-google/issues/43)
167
- - For any command "ERROR: ArgumentError: unknown keyword: interval" [\#42](https://github.com/chef/knife-google/issues/42)
168
- - Knife google failing to setup [\#40](https://github.com/chef/knife-google/issues/40)
169
- - Password prompt each time I run 'knife google server create' or 'knife bootstrap' with GCE instances [\#39](https://github.com/chef/knife-google/issues/39)
170
- - Failing to create a server with a custom image [\#38](https://github.com/chef/knife-google/issues/38)
171
- - Custom Metadata [\#37](https://github.com/chef/knife-google/issues/37)
172
-
173
- **Merged pull requests:**
174
-
175
- - Rewrite of knife-google using knife-cloud, adding windows support [\#94](https://github.com/chef/knife-google/pull/94) ([adamleff](https://github.com/adamleff))
176
- - Google api ruby client [\#93](https://github.com/chef/knife-google/pull/93) ([paulrossman](https://github.com/paulrossman))
177
- - Error when installing via `rake install` [\#92](https://github.com/chef/knife-google/pull/92) ([l337ch](https://github.com/l337ch))
178
- - Updated ffi and win32-service versions [\#90](https://github.com/chef/knife-google/pull/90) ([adamedx](https://github.com/adamedx))
179
- - Updated ffi and win32-service versions [\#88](https://github.com/chef/knife-google/pull/88) ([Vasu1105](https://github.com/Vasu1105))
180
- - Changes for fixing the issue with excuting knife google commands. [\#85](https://github.com/chef/knife-google/pull/85) ([Vasu1105](https://github.com/Vasu1105))
181
- - Error in metadata parsing while creating a compute instance [\#83](https://github.com/chef/knife-google/pull/83) ([SinisterLight](https://github.com/SinisterLight))
182
- - Updated release notes and changelog files [\#80](https://github.com/chef/knife-google/pull/80) ([siddheshwar-more](https://github.com/siddheshwar-more))
183
- - Bumping the version to 2.0.0 [\#78](https://github.com/chef/knife-google/pull/78) ([siddheshwar-more](https://github.com/siddheshwar-more))
184
- - Changed option names according to the long options and used locate\_config\_value\_method [\#77](https://github.com/chef/knife-google/pull/77) ([siddheshwar-more](https://github.com/siddheshwar-more))
185
- - Added support for picking options from knife.rb [\#76](https://github.com/chef/knife-google/pull/76) ([siddheshwar-more](https://github.com/siddheshwar-more))
186
- - Fixed --bootstrap-version command line option [\#70](https://github.com/chef/knife-google/pull/70) ([Vasu1105](https://github.com/Vasu1105))
187
- - Change homepage to the GitHub repo. [\#69](https://github.com/chef/knife-google/pull/69) ([mbrukman](https://github.com/mbrukman))
188
- - Added badges: gem version, build status, and deps. [\#68](https://github.com/chef/knife-google/pull/68) ([mbrukman](https://github.com/mbrukman))
189
- - 1.4.3 version bump [\#64](https://github.com/chef/knife-google/pull/64) ([paulrossman](https://github.com/paulrossman))
190
- - bootstrap issue with --gce-public-ip set to none resolved [\#63](https://github.com/chef/knife-google/pull/63) ([Vasu1105](https://github.com/Vasu1105))
191
- - server create support for additional Linux-based operating systems [\#60](https://github.com/chef/knife-google/pull/60) ([paulrossman](https://github.com/paulrossman))
192
- - Fix spec tests [\#58](https://github.com/chef/knife-google/pull/58) ([siddheshwar-more](https://github.com/siddheshwar-more))
193
- - Fix "ERROR: TypeError: no implicit conversion of nil into String" [\#56](https://github.com/chef/knife-google/pull/56) ([BrentChapman](https://github.com/BrentChapman))
194
- - New pd-ssd option, Gemfile updates [\#54](https://github.com/chef/knife-google/pull/54) ([paulrossman](https://github.com/paulrossman))
195
- - fix formatting [\#52](https://github.com/chef/knife-google/pull/52) ([paulrossman](https://github.com/paulrossman))
196
- - fix for undefined method 'snake\_case' [\#51](https://github.com/chef/knife-google/pull/51) ([paulrossman](https://github.com/paulrossman))
197
- - Formatting and grammar fixes. [\#50](https://github.com/chef/knife-google/pull/50) ([mbrukman](https://github.com/mbrukman))
198
- - Fix formatting, spelling, and grammar. [\#49](https://github.com/chef/knife-google/pull/49) ([mbrukman](https://github.com/mbrukman))
199
- - Format commands in headings with code font. [\#48](https://github.com/chef/knife-google/pull/48) ([mbrukman](https://github.com/mbrukman))
200
- - Remove extra indentation for code blocks and lists. [\#47](https://github.com/chef/knife-google/pull/47) ([mbrukman](https://github.com/mbrukman))
201
- - Allow enabling ip forward when creating instance [\#46](https://github.com/chef/knife-google/pull/46) ([luisbosque](https://github.com/luisbosque))
202
- - Add instance's boot disk autodelete option [\#41](https://github.com/chef/knife-google/pull/41) ([nullbus](https://github.com/nullbus))
203
- - minor typos in setup process [\#36](https://github.com/chef/knife-google/pull/36) ([gmiranda23](https://github.com/gmiranda23))
204
- - updated for console UI changes [\#35](https://github.com/chef/knife-google/pull/35) ([gmiranda23](https://github.com/gmiranda23))
205
- - Adding the ability to insert additional disks on server creation [\#32](https://github.com/chef/knife-google/pull/32) ([snapsam](https://github.com/snapsam))
206
-
207
- ## [1.3.1](https://github.com/chef/knife-google/tree/1.3.1) (2014-04-25)
208
- [Full Changelog](https://github.com/chef/knife-google/compare/1.2.0...1.3.1)
209
-
210
- **Merged pull requests:**
211
-
212
- - Update CHANGELOG and release notes for 1.3.1 [\#34](https://github.com/chef/knife-google/pull/34) ([adamedx](https://github.com/adamedx))
213
- - updated readme and minor version bump [\#33](https://github.com/chef/knife-google/pull/33) ([paulrossman](https://github.com/paulrossman))
214
- - Refresh access token [\#31](https://github.com/chef/knife-google/pull/31) ([erjohnso](https://github.com/erjohnso))
215
- - Add release and versioning protocol documentation [\#29](https://github.com/chef/knife-google/pull/29) ([adamedx](https://github.com/adamedx))
216
-
217
- ## [1.2.0](https://github.com/chef/knife-google/tree/1.2.0) (2014-02-17)
218
- [Full Changelog](https://github.com/chef/knife-google/compare/1.1.0...1.2.0)
219
-
220
- **Merged pull requests:**
221
-
222
- - Get google plugin working for knife bootstrapping on GCE instances. [\#28](https://github.com/chef/knife-google/pull/28) ([anthonyu](https://github.com/anthonyu))
223
- - made service accounts easier to use [\#27](https://github.com/chef/knife-google/pull/27) ([paulrossman](https://github.com/paulrossman))
224
- - \[KNIFE-417\] knife-google 1.3.1 [\#26](https://github.com/chef/knife-google/pull/26) ([paulrossman](https://github.com/paulrossman))
225
- - \[KNIFE-417\] knife-google compatible with GCE API v1 [\#25](https://github.com/chef/knife-google/pull/25) ([paulrossman](https://github.com/paulrossman))
226
- - v1beta16 api support [\#24](https://github.com/chef/knife-google/pull/24) ([paulrossman](https://github.com/paulrossman))
227
- - OC-9429: Fix rspec deprecation errors for knife-google [\#21](https://github.com/chef/knife-google/pull/21) ([adamedx](https://github.com/adamedx))
228
- - OC-9429 Fix rspec deprecation errors for knife-google [\#20](https://github.com/chef/knife-google/pull/20) ([siddheshwar-more](https://github.com/siddheshwar-more))
229
-
230
- ## [1.1.0](https://github.com/chef/knife-google/tree/1.1.0) (2013-08-14)
231
- **Merged pull requests:**
232
-
233
- - KNIFE-356: Knife google is using deprecated v1beta14 api, should upgrade to v1beta15 [\#19](https://github.com/chef/knife-google/pull/19) ([adamedx](https://github.com/adamedx))
234
- - V1beta15 updates [\#18](https://github.com/chef/knife-google/pull/18) ([paulrossman](https://github.com/paulrossman))
235
- - \[KNIFE-326\] travis integration validation [\#17](https://github.com/chef/knife-google/pull/17) ([josephrdsmith](https://github.com/josephrdsmith))
236
- - Better Error handling when SSL Certificate is not available [\#16](https://github.com/chef/knife-google/pull/16) ([chirag-jog](https://github.com/chirag-jog))
237
- - OC-7868: Knife google plug-in does not read cli switches from knife.rb [\#15](https://github.com/chef/knife-google/pull/15) ([adamedx](https://github.com/adamedx))
238
- - OC 7869 Knife google does not work on Windows due to REST method failures [\#14](https://github.com/chef/knife-google/pull/14) ([siddheshwar-more](https://github.com/siddheshwar-more))
239
- - Oc 7868 - \[ Taking the zone value from knife config file \] [\#13](https://github.com/chef/knife-google/pull/13) ([prabhu-das](https://github.com/prabhu-das))
240
- - OC-4667: Merge Google API-based implementation [\#12](https://github.com/chef/knife-google/pull/12) ([adamedx](https://github.com/adamedx))
241
- - New implementation using API and updated for v1beta14 [\#11](https://github.com/chef/knife-google/pull/11) ([erjohnso](https://github.com/erjohnso))
242
- - Update to the latest 1.5.0 version of gcutils [\#9](https://github.com/chef/knife-google/pull/9) ([chirag-jog](https://github.com/chirag-jog))
243
- - Support for gcutils-1.3.4 [\#8](https://github.com/chef/knife-google/pull/8) ([chirag-jog](https://github.com/chirag-jog))
244
- - OC-4513: Knife-google Issue with gcutils [\#6](https://github.com/chef/knife-google/pull/6) ([mohitsethi](https://github.com/mohitsethi))
245
- - OC-4235: Implement delay loading to reduce load-time [\#4](https://github.com/chef/knife-google/pull/4) ([mohitsethi](https://github.com/mohitsethi))
246
- - V1beta12 works [\#3](https://github.com/chef/knife-google/pull/3) ([leopd](https://github.com/leopd))
247
- - Updated for clarity. If the PROJECT\_ID is required then it should show i... [\#2](https://github.com/chef/knife-google/pull/2) ([jamescott](https://github.com/jamescott))
248
- - Changed --server-name short option to -s [\#1](https://github.com/chef/knife-google/pull/1) ([paulmooring](https://github.com/paulmooring))
249
-
250
-
251
-
252
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*