Releases: mitchellh/vagrant-google
Releases · mitchellh/vagrant-google
v2.6.0 (December 2020)
User-facing
Added
- #248 Add support for modifying the configuration of Shielded VM [lcy0321]
- #244 Add accelerator (GPU) configuration [johanvdhaegen]
- #216 Add support for Windows hosts through WinRM [dvanbrug]
Fixed
- #246 Fix config override during metadata merge [mavin]
- #249 Fix shielded API failures on non-shielded VM's [temikus]
- #227 Fix additional disks being auto-deleted unless a disk type is specified [chrisgavin]
Development
Fixed
v2.5.0 (September 2019)
User-facing
Added
- #222 Added internal IP support [andrewh1978]
Deprecated
- #220 Deprecated google_client_email parameter, as it's no longer needed or
supported by fog-google [temikus]
Development
Added
- #223 Set up unit test GitHub Action worflow [temikus]
Fixed
- #225 Locked the vagrant dep to 2.2.4 due to bundler issues on 2.2.5 [temikus]
v2.4.0 (April 2019)
User-facing
Added
- #213 Implemented Application Default Credentials authentication [mavin]
Fixed
- #214 Set a default zone only if
default
network is used [mavin] - #215 Allow tags,labels and additional_disks to be merged with multiple
configs [mavin]
Development
- #213 Bumped dependencies [mavin]
- fog-google version to 1.9.0
v2.3.0
v2.2.1
v2.2.0
v2.1.0
Added:
- Added new configuration option image_project_id to allow using GCE images from other projects. [seanmalloy]
- Added new configuration option network_project_id to allow using GCP Shared VPC networks. [seanmalloy]
- Added new configuration option service_account to allow setting the IAM service account on instances. [seanmalloy]
Deprecated:
- Deprecate configuration option service_accounts. Use scopes configuration option instead. [seanmalloy]
GCE plugin for Vagrant - v2.0.0
Google Compute Engine plugin for Vagrant - v2.0.0
- Update to use fog-google gem v1
- Add new configuration option
labels
for setting labels
on GCE instances - Fix disk cleanup issue causing the disk to be marked as created before insertion
- Test environment fixups to avoid 'Encoded files can't be read outside of the Vagrant installer.'
- Breaking changes:
- Drop support for configuration option
google_key_location
(GCP P12 key) image
parameter no longer defaults to an arbitrary image and must be
specified at runtime- Rsync behavior now consistent with Vagrant's default, removed old rsync code
- Drop support for configuration option
Google Compute Engine plugin for Vagrant - v1.0.0
Vagrant-google plugin can now be considered stable in its basic functionality.
New in this release:
- Added subnetwork support [Wyosotis]
- Miscellaneous small bugfixes, doc and test updates [coryvirok,scanf,luto,Wyosotis,utdrmac,temikus]
Huge thanks to all contributors!
Google Compute Engine plugin for Vagrant - v0.2.5
Bugfix release - no new features