Skip to content

Commit

Permalink
Merge pull request #80 from ClogenyTechnologies/sid/release-2-0-0
Browse files Browse the repository at this point in the history
Updated release notes and changelog files
  • Loading branch information
Nimisha Sharad committed Nov 5, 2015
2 parents 1cd6493 + 6ad750f commit 05b067d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
@@ -1,8 +1,11 @@
# knife-google Change Log

## Unreleased:

None
## Release 2.0.0
* [knife-google #68] (https://github.com/chef/knife-google/pull/68) Added badges: gem version, build status, and deps
* [knife-google #69] (https://github.com/chef/knife-google/pull/69) Changed homepage to the GitHub repo
* [knife-google #70] (https://github.com/chef/knife-google/pull/70) Fixed --bootstrap-version command line option
* [knife-google #76] (https://github.com/chef/knife-google/pull/76) Added support for picking options from knife.rb
* [knife-google #77] (https://github.com/chef/knife-google/pull/77) Changed option names according to the long options and used locate_config_value_method

## Last Release 1.3.1 (04/24/2014)

Expand Down
25 changes: 8 additions & 17 deletions RELEASE_NOTES.md
Expand Up @@ -6,22 +6,13 @@ Example Note:
## Example Heading
Details about the thing that changed that needs to get included in the Release Notes in markdown.
-->
# knife-google 1.3.1 Release Notes :
This release of knife-google contains a fix for an issue where access tokens
could expire during long-running operations such as `knife google server
create`. If you've experienced intermittent failures with your usage of the
knife-google plug-in, you should consider upgrading to this version.
# knife-google 2.0.0 Release Notes :
In this release of knife-google the option names have been changed to conform to the long option names.
For example the `zone` option has been changed to `--gce-zone` as per the long option.
Also, support has been added so that the options can be set from knife.rb file.

Thanks go to Eric Johnson at Google for the fix.
## Issues fixed in knife-google 2.0.0

## knife-google on RubyGems and Github
https://rubygems.org/gems/knife-google
https://github.com/opscode/knife-google

## Issues fixed in knife-google 1.3.1

* KNIFE-473: knife-google should refresh access token

## knife-google Breaking Changes:

None.
* [knife-google #70] (https://github.com/chef/knife-google/pull/70) Fix for --bootstrap-version command line option
* [knife-google #76] (https://github.com/chef/knife-google/pull/76) Fix for picking options from knife.rb
* [knife-google #77] (https://github.com/chef/knife-google/pull/77) Changed option names according to long options

0 comments on commit 05b067d

Please sign in to comment.