Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 1.6 KB

1.3.0 (Unreleased)

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