Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 2.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.0 (2020-01-30)

Features

  • Add a skip_download var to use global gcloud instead (#22) (19c2263)

Bug Fixes

  • Only download & install when create cmd changes, fixes #23 (a57245b)

0.4.0 - 2020-01-23

Added

  • Added variables for controlling dependency ordering. #17

Fixed

  • On destroy provisioners so gcloud is installed and configured prior to the destroy_cmd. Helpful when running each terraform run in a clean environment (eg. terraform cloud). #11

0.3.0 - 2019-12-21

Added

  • create_cmd_entrypoint and destroy_cmd_entrypoint variables can now be set to a custom script to run. Prior to running the command the module will prepend the module's bin directory to PATH. #9
  • create_cmd_triggers can be set to trigger the create_cmd local-exec again. #9

0.2.0 - 2019-12-18

Changed

  • Updated GCloud SDK to 274.0.0

0.1.0 - 2019-11-19

Added

  • Initial release