File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 2.1.0 (May 2018)
2
2
3
- * Add new configuration option ` image_project_id ` to allow using GCE images from other projects
4
- * Add new configuration option ` network_project_id ` to allow using GCP Shared VPC networks
5
- * Add new configuration option ` service_account ` to allow setting the IAM service account on instances
6
- * Deprecate configuration option ` service_accounts ` . Use ` scopes ` configuration option instead.
3
+ * Add new configuration option ` image_project_id ` to allow using GCE images from other projects. [ seanmalloy ]
4
+ * Add new configuration option ` network_project_id ` to allow using GCP Shared VPC networks. [ seanmalloy ]
5
+ * Add new configuration option ` service_account ` to allow setting the IAM service account on instances. [ seanmalloy ]
6
+ * Deprecate configuration option ` service_accounts ` . Use ` scopes ` configuration option instead. [ seanmalloy ]
7
7
8
8
# 2.0.0 (March 2018)
9
9
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
module VagrantPlugins
15
15
module Google
16
- VERSION = "2.0 .0" . freeze
16
+ VERSION = "2.1 .0" . freeze
17
17
end
18
18
end
You canβt perform that action at this time.
0 commit comments