Skip to content

Commit

Permalink
Releasing 1.0
Browse files Browse the repository at this point in the history
Vagrant-google plugin can now be considered stable in its basic
functionality.

- Added subnetwork support [Wyosotis]
- Miscellaneous small bugfixes, doc and test updates [coryvirok,scanf,luto,Wyosotis,utdrmac,temikus]

Huge thanks to all contributors \o/
  • Loading branch information
Temikus committed Jul 21, 2017
1 parent f03bb3e commit 3ac223f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a [Vagrant](http://www.vagrantup.com) 1.2+ plugin that adds an
[Google Compute Engine](http://cloud.google.com/compute/) (GCE) provider to
Vagrant, allowing Vagrant to control and provision instances in GCE.

**NOTE:** This plugin requires Vagrant 1.2+.
The maintainers for this plugin are @temikus(primary), @erjohnso(backup).

## Features

Expand Down Expand Up @@ -187,6 +187,7 @@ This provider exposes quite a few provider-specific configuration options:
e.g. 10/08/2015 13:15:15 is "i-2015081013-15637fda".
* `network` - The name of the network to use for the instance. Default is
"default".
* `subnetwork` - The name of the subnetwork to use for the instance.
* `tags` - An array of tags to apply to this instance.
* `zone` - The zone name where the instance will be created.
* `can_ip_forward` - Boolean whether to enable IP Forwarding.
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-google/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.
module VagrantPlugins
module Google
VERSION = "0.2.5".freeze
VERSION = "1.0.0".freeze
end
end

0 comments on commit 3ac223f

Please sign in to comment.