Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

73 lines (42 loc) · 1.79 KB

1.0.6-ztk5 (May 6, 2021)

  • build on Go 1.6, support Apple Silicon

1.0.6-ztk4 (Feb 26, 2021)

  • bugfix: fix scp invocation for EC2 Connect

1.0.6-ztk3 (Feb 7, 2021)

  • bugfix: use proper ssh key path in tunnel subcommand

1.0.6-ztk2 (Feb 7, 2021)

  • bugfix: fix output of find subcommand

1.0.6-ztk (December 30, 2020)

NEW FEATURES:

  • global preinit_hook
  • use profile as a last column in find
  • fix ec2 connect for tunneling
  • merge upstream 1.06

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