Skip to content

GCE plugin for Vagrant - v2.0.0

Compare
Choose a tag to compare
@erjohnso erjohnso released this 26 Mar 16:29
· 133 commits to master since this release
234bbad

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