Skip to content

Releases: hashicorp/terraform-provider-archive

v2.6.0

09 Sep 18:48
Compare
Choose a tag to compare

FEATURES:

  • data-source/archive_file: Add support for creating tar.gz archive files. (#277)
  • resource/archive_file: Add support for creating tar.gz archive files. (#277)

v2.5.0

31 Jul 14:56
Compare
Choose a tag to compare

ENHANCEMENTS:

  • data-source/archive_file: Add glob pattern matching support to the excludes attribute. (#354)
  • resource/archive_file: Add glob pattern matching support to the excludes attribute. (#354)

v2.4.2

24 Jan 06:58
Compare
Choose a tag to compare

BUG FIXES:

  • data-source/archive_file: Prevent error when generating archive from source containing symbolically linked directories, and exclude_symlink_directories is set to true (#298)
  • resource/archive_file: Prevent error when generating archive from source containing symbolically linked directories, and exclude_symlink_directories is set to true (#298)
  • resource/archive_file: Return error when generated archive would be empty (#298)
  • data-source/archive_file: Return error when generated archive would be empty (#298)

v2.4.1

18 Dec 19:54
Compare
Choose a tag to compare

NOTES:

  • This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#287)

v2.4.0

07 Jun 13:23
Compare
Choose a tag to compare

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#200)

ENHANCEMENTS:

  • data-source/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)
  • resource/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)

BUG FIXES:

  • data-source/archive_file: Symbolically linked directories are included in archives by default rather than generating an error (#183)
  • resource/archive_file: Symbolically linked directories are included in archives by default rather than generating an error (#183)

v2.3.0

18 Jan 14:00
Compare
Choose a tag to compare

NOTES: