From 3ac223f49afd165ba76d90bfeab34dcabdc3c259 Mon Sep 17 00:00:00 2001 From: Artem Yakimenko Date: Fri, 21 Jul 2017 15:48:47 +1000 Subject: [PATCH] Releasing 1.0 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/ --- README.md | 3 ++- lib/vagrant-google/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 632b3b9..e277dd8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/lib/vagrant-google/version.rb b/lib/vagrant-google/version.rb index 04463a1..c91ad13 100644 --- a/lib/vagrant-google/version.rb +++ b/lib/vagrant-google/version.rb @@ -13,6 +13,6 @@ # limitations under the License. module VagrantPlugins module Google - VERSION = "0.2.5".freeze + VERSION = "1.0.0".freeze end end