Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) · 2.45 KB

1.4.0 (Unreleased)

NOTES:

  • Updated to v1.12 of the TF plugin SDK [GH-70]

BUG FIXES:

  • Fixed path bug with exclusions on Windows [GH-71]

1.3.0 (September 30, 2019)

NOTES:

  • The provider has switched to the standalone TF SDK, there should be no noticeable impact on compatibility. (#50)

1.2.2 (April 30, 2019)

  • This release includes another Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.

1.2.1 (April 12, 2019)

  • This release includes only a Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.

1.2.0 (March 20, 2019)

IMPROVEMENTS:

  • The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.

1.1.0 (July 30, 2018)

ENHANCEMENTS:

  • Add excludes to the archive_file data source to exclude files when using source_dir (#18)

BUG FIXES:

  • Fix zip file path names to use forward slash on Windows (#25)
  • Fix panic in filepath.Walk call (#26)

1.0.3 (March 23, 2018)

BUG FIXES:

  • Fix modified time affecting zip contents and causing spurious diffs (#16)

1.0.2 (March 16, 2018)

BUG FIXES:

  • Fix issue with flags not being copied on a single file and regression introduced in 1.0.1 (#13)

1.0.1 (March 13, 2018)

BUG FIXES:

  • Fix issue with flags not being copied in to archive (#9)

1.0.0 (September 15, 2017)

0.1.0 (June 20, 2017)

NOTES:

  • Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout