Skip to content

Commit 6497da2

Browse files
Update changelog
1 parent c03e0a6 commit 6497da2

File tree

5 files changed

+22
-20
lines changed

5 files changed

+22
-20
lines changed

.changes/2.4.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 2.4.0 (June 07, 2023)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#200](https://github.com/hashicorp/terraform-provider-archive/issues/200))
6+
7+
ENHANCEMENTS:
8+
9+
* 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](https://github.com/hashicorp/terraform-provider-archive/issues/183))
10+
* 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](https://github.com/hashicorp/terraform-provider-archive/issues/183))
11+

.changes/unreleased/ENHANCEMENTS-20230606-065824.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20230606-065847.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/NOTES-20230303-141529.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.4.0 (June 07, 2023)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#200](https://github.com/hashicorp/terraform-provider-archive/issues/200))
6+
7+
ENHANCEMENTS:
8+
9+
* 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](https://github.com/hashicorp/terraform-provider-archive/issues/183))
10+
* 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](https://github.com/hashicorp/terraform-provider-archive/issues/183))
11+
112
## 2.3.0 (January 18, 2023)
213

314
NOTES:

0 commit comments

Comments
 (0)