Skip to content

Commit 8f4491a

Browse files
authored
Bumping ghaction-terraform-provider-release to v3.0.1 (#303)
* Bumping ghaction-terraform-provider-release to v3.0.1 * Revert "Update changelog" This reverts commit ae346ce.
1 parent ae346ce commit 8f4491a

File tree

7 files changed

+24
-19
lines changed

7 files changed

+24
-19
lines changed

.changes/2.4.2.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
kind: BUG FIXES
2+
body: 'data-source/archive_file: Prevent error when generating archive from source
3+
containing symbolically linked directories, and `exclude_symlink_directories`
4+
is set to true'
5+
time: 2024-01-15T10:13:58.177253Z
6+
custom:
7+
Issue: "298"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: BUG FIXES
2+
body: 'resource/archive_file: Prevent error when generating archive from source containing
3+
symbolically linked directories, and `exclude_symlink_directories` is set to true'
4+
time: 2024-01-15T10:15:10.869072Z
5+
custom:
6+
Issue: "298"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: BUG FIXES
2+
body: 'resource/archive_file: Return error when generated archive would be empty'
3+
time: 2024-01-17T10:18:51.941981Z
4+
custom:
5+
Issue: "298"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: BUG FIXES
2+
body: 'data-source/archive_file: Return error when generated archive would be empty'
3+
time: 2024-01-17T10:19:23.907477Z
4+
custom:
5+
Issue: "298"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
permissions:
102102
contents: write # Needed for goreleaser to create GitHub release
103103
issues: write # Needed for goreleaser to close associated milestone
104-
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@5f7173c3fed1130beb8a346e600b15e7ee7fbef7 # v3.0.0
104+
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/hashicorp.yml@9b5d2ca4b85f3a54d5c4d12e7690ddad1526ff6c # v3.0.1
105105
secrets:
106106
hc-releases-key-prod: '${{ secrets.HC_RELEASES_KEY_PROD }}'
107107
hc-releases-key-staging: '${{ secrets.HC_RELEASES_KEY_STAGING }}'

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
## 2.4.2 (January 23, 2024)
2-
3-
BUG FIXES:
4-
5-
* 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))
6-
* 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))
7-
* resource/archive_file: Return error when generated archive would be empty ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298))
8-
* data-source/archive_file: Return error when generated archive would be empty ([#298](https://github.com/hashicorp/terraform-provider-archive/issues/298))
9-
101
## 2.4.1 (December 18, 2023)
112

123
NOTES:

0 commit comments

Comments
 (0)