Skip to content

Latest commit

 

History

History
194 lines (121 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

194 lines (121 loc) · 10.7 KB

Full Changelog

  • Remove support for Ruby 2.3 since Google's API gems have long since dropped support for Ruby 2.3
  • Update the pin on the google-client-api gem to allow depsolving on Ruby 3.0

Full Changelog

  • Add new network_ip config: An IPv4 internal IP address to assign to the instance. If not specified, an unused internal IP is automatically assigned. Thanks @eReGeBe for this new feature!

Full Changelog

  • Updating google-api-client depedency to allow for v0.36
  • Speed up how we require libraries

Full Changelog

  • Updating google-api-client depedency to allow for v0.34

Full Changelog

  • Further slim the gem size on disk
  • Add testing of Ruby 2.6 in Travis

Full Changelog

  • #59: Add support for GCE instance labels
  • Require Ruby 2.3 or later
  • Reduced the number of files we ship in the Gem to reduce install size
  • Resolve minor Chefstyle warnings
  • Simplify and loosen dev deps

Full Changelog

Closed issues:

  • Driver waits forever after creating instance #49

Merged pull requests:

v1.4.0 (2017-09-28)

Full Changelog

Merged pull requests:

v1.3.0 (2017-09-15)

Full Changelog

Closed issues:

  • Driver not in load path in latest chefdk #50
  • Disable instance_name suffix generation #46
  • 'Preparing modules for first use' Causing Tests to Fail #45
  • Allow instance_name prefix to be customizable #40
  • Allow default instance_name prefix to be customizable #39
  • Sort out ruby-1.9 support #25
  • Unsupported parameters are silently ignored #23
  • setting scope on service accounts #20
  • I can not get your sample .kitchen.yml to work. #15

Merged pull requests:

v1.2.0 (2017-02-03)

Full Changelog

Closed issues:

  • Ability to support image-family #41
  • Transition to fog-google #24

Merged pull requests:

v1.1.0 (2016-03-17)

Full Changelog

Merged pull requests:

  • Adding support for image aliases #35 (adamleff)
  • Add support for using subnetworks #34 (adamleff)
  • Automatically disable auto-restart and auto-migrate for preemptible instance #33 (adamleff)
  • Rake and rubocop fixes #32 (adamleff)

v1.0.0 (2016-03-10)

Full Changelog

Closed issues:

  • Add @erjohnso and @adamleff to kitchen-google repo and gem #31

Merged pull requests:

  • Rewrite of kitchen-google to use google-api-client #30 (adamleff)

v0.3.0 (2016-01-24)

Full Changelog

Closed issues:

  • Add auto_restart to tests #27
  • Add docs for Preemptible instances #26
  • GCE Instance created without scoping the service account #21
  • Investigate moving project to test-kitchen organization #16
  • server timeout on custom images. #13

Merged pull requests:

v0.2.0 (2014-09-20)

Full Changelog

Closed issues:

  • generate_inst_name should only produce names that meet Google's requirements #12
  • Add "region" support, deprecate "area" #10

Merged pull requests:

v0.1.2 (2014-04-16)

Full Changelog

Closed issues:

  • Support Faraday 1.9 via ridley >= 3.0.0 #9

v0.1.0 (2014-03-29)

Full Changelog

Closed issues:

  • Update Copyright #8
  • Support Fog 1.20.0 #6

Merged pull requests:

  • adding support for using authorized_keys from a service account #7 (someara)

v0.6.0 (2014-02-23)

Full Changelog

Closed issues:

  • Network and Tag Support #5

0.0.4 (2013-12-28)

Full Changelog

Fixed bugs:

  • test-kitchen 1.0.0.rc.1 breaks auto name generation #2
  • Provisioning fails with "Class: Kitchen::ActionFailed" #1

Closed issues:

  • "kitchen create" duplicates instances #4
  • Intermittent Kitchen::ActionFailed - eventually consistent GCE API? #3

0.0.1 (2013-10-20)

* This Change Log was automatically generated by github_changelog_generator