Skip to content

Releases: mitchellh/vagrant-google

v2.6.0 (December 2020)

08 Dec 06:02
7bb32ac
Compare
Choose a tag to compare

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

  • #247 chore: Update Gemfile with new vagrant-spec branch name [mavin]
  • #241 Fix unfortunate CI on: trigger typo [temikus]
  • #240 Update development environment, add CI functionality [Temikus]
  • #239 Remove old fixup in Gemfile [Temikus]
  • #237 Bump image size for test skeleton [Temikus]

v2.5.0 (September 2019)

08 Dec 02:16
9e8df20
Compare
Choose a tag to compare

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)

05 May 00:09
b38431d
Compare
Choose a tag to compare

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

23 Feb 00:29
983cd73
Compare
Choose a tag to compare

User-facing

  • #210 Allow adding additional disks to the instances. [whynick1]

Development

  • #211 Rspec-its is now explicitly required for unit tests. [temikus]

v2.2.1

06 Oct 12:08
3a3644a
Compare
Choose a tag to compare

User-facing

  • #206 Fix image selection logic - Plugin no longer traces back with
    image_family config option. [temikus]

Development

  • #206 Bumped dependencies. [temikus]
    • fog-google version to 1.8.1
    • vagrant & vagrant-spec are now pointing to new upstream Hashicorp org repos

v2.2.0

06 Oct 12:07
8222a5d
Compare
Choose a tag to compare

Fixed

  • Bumped fog-google to v1.4.
    This is a necessary upstream update to work properly with Ruby 2.4+ on some
    platforms.

v2.1.0

08 Jun 06:29
417f16f
Compare
Choose a tag to compare

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

26 Mar 16:29
234bbad
Compare
Choose a tag to compare

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

Google Compute Engine plugin for Vagrant - v1.0.0

23 Jul 11:53
Compare
Choose a tag to compare

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

07 Oct 13:45
Compare
Choose a tag to compare

Bugfix release - no new features