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)
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)
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)
NOTES:
- This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#287)
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)
NOTES:
- Provider has been re-written using the new
terraform-plugin-framework
(#170).
ENHANCEMENTS:
- New opt-in flag to specify the
output_file_mode
to produce more deterministic behavior across operating systems. (#90)
DEPENDENCIES:
- Update
github.com/hashicorp/terraform-plugin-sdk/v2
tov2.6.1
(#95)
NOTES:
Changelogs now list all dependency updates in a separate section. These are understood to have no user-facing changes except those detailed in earlier sections.
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
Binary releases of this provider now include the linux-arm64 platform.
BREAKING CHANGES:
- Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#72)
BUG FIXES:
- Fixed path bug with exclusions on Windows (#71)
NOTES:
- The provider has switched to the standalone TF SDK, there should be no noticeable impact on compatibility. (#50)
- 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.
- 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.
IMPROVEMENTS:
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
ENHANCEMENTS:
- Add
excludes
to thearchive_file
data source to exclude files when usingsource_dir
(#18)
BUG FIXES:
BUG FIXES:
- Fix modified time affecting zip contents and causing spurious diffs (#16)
BUG FIXES:
- Fix issue with flags not being copied on a single file and regression introduced in 1.0.1 (#13)
BUG FIXES:
- Fix issue with flags not being copied in to archive (#9)
- No changes from 0.1.0; just adjusting to the new version numbering scheme.
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout