Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1000 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 1000 Bytes

0.1.2 (July 03, 2020)

BUG FIXES:

  • Data Source git_repository: Fix nil pointer reference for remote url (#36)

0.1.1 (July 01, 2020)

ENHANCEMENTS:

  • Provider: support for setting the username, password, private_key, private_key_file, ignore_host_key and skip_tls_verify properties (#8, #30)
  • Data Source git_repository: support for setting the branch, tag and url properties (#8)
  • Data Source git_repository: support for setting default repository location using GIT_DIR environment variable (#4)

0.1.0 (February 26, 2020)

  • Initial release