diff --git a/.changes/2.4.2.md b/.changes/2.4.2.md new file mode 100644 index 00000000..8d4532a3 --- /dev/null +++ b/.changes/2.4.2.md @@ -0,0 +1,9 @@ +## 2.4.2 (January 24, 2024) + +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](https://github.com/hashicorp/terraform-provider-archive/issues/298)) +* resource/archive_file: Prevent error when generating archive from source containing symbolically linked directories, and `exclude_symlink_directories` is set to true ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298)) +* resource/archive_file: Return error when generated archive would be empty ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298)) +* data-source/archive_file: Return error when generated archive would be empty ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298)) + diff --git a/.changes/unreleased/BUG FIXES-20240115-101358.yaml b/.changes/unreleased/BUG FIXES-20240115-101358.yaml deleted file mode 100644 index 9571d833..00000000 --- a/.changes/unreleased/BUG FIXES-20240115-101358.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: BUG FIXES -body: 'data-source/archive_file: Prevent error when generating archive from source - containing symbolically linked directories, and `exclude_symlink_directories` - is set to true' -time: 2024-01-15T10:13:58.177253Z -custom: - Issue: "298" diff --git a/.changes/unreleased/BUG FIXES-20240115-101510.yaml b/.changes/unreleased/BUG FIXES-20240115-101510.yaml deleted file mode 100644 index 96259e8b..00000000 --- a/.changes/unreleased/BUG FIXES-20240115-101510.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: 'resource/archive_file: Prevent error when generating archive from source containing - symbolically linked directories, and `exclude_symlink_directories` is set to true' -time: 2024-01-15T10:15:10.869072Z -custom: - Issue: "298" diff --git a/.changes/unreleased/BUG FIXES-20240117-101851.yaml b/.changes/unreleased/BUG FIXES-20240117-101851.yaml deleted file mode 100644 index 99e4f247..00000000 --- a/.changes/unreleased/BUG FIXES-20240117-101851.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'resource/archive_file: Return error when generated archive would be empty' -time: 2024-01-17T10:18:51.941981Z -custom: - Issue: "298" diff --git a/.changes/unreleased/BUG FIXES-20240117-101923.yaml b/.changes/unreleased/BUG FIXES-20240117-101923.yaml deleted file mode 100644 index c51c97e1..00000000 --- a/.changes/unreleased/BUG FIXES-20240117-101923.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: 'data-source/archive_file: Return error when generated archive would be empty' -time: 2024-01-17T10:19:23.907477Z -custom: - Issue: "298" diff --git a/CHANGELOG.md b/CHANGELOG.md index d5248a03..fe3b584f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.4.2 (January 24, 2024) + +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](https://github.com/hashicorp/terraform-provider-archive/issues/298)) +* resource/archive_file: Prevent error when generating archive from source containing symbolically linked directories, and `exclude_symlink_directories` is set to true ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298)) +* resource/archive_file: Return error when generated archive would be empty ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298)) +* data-source/archive_file: Return error when generated archive would be empty ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298)) + ## 2.4.1 (December 18, 2023) NOTES: