Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 1.34 KB

1.0.6 (September 14, 2020)

NEW FEATURES:

  • [GH-21]: Add support for preinit_hook command for provider

1.0.5 (January 9, 2020)

NEW FEATURES:

  • [GH-13]: Implemented --ssh-command flag for ssh command for remote execution

1.0.4 (March 15, 2019)

  • EC2 provider: fallback to Private IP/DNS when public is not available

1.0.3 (March 14, 2019)

BUG FIXES:

  • [GH-11]: Add missing ssh/scp extra args support

1.0.2 (December 17, 2018)

BUG FIXES:

  • [GH-6]: AwsEc2Cache Refresh() fix
  • [GH-8]: Print errors when checking for the newer version
  • [GH-9]: Fix cache refresh messages

OTHER:

  • [GH-7]: Enable unit-tests and test PR building with Travis

1.0.1 (December 13, 2018)

NEW FEATURES:

  • Check for the newest version when using --verbose flag

BUG FIXES:

  • [GH-1]: execute CheckForNewVersion after parsing flags
  • Add warning message when no providers configured
  • Fix joining paths when creating cache files
  • Fix config file example

1.0.0 (December 11, 2018)

Initial public release