Skip to content

Commit 23f53a4

Browse files
author
Jeremy Udit
committed
add v4.9.1 changelog entry and project fixes
1 parent 127c8cd commit 23f53a4

File tree

6 files changed

+25
-17
lines changed

6 files changed

+25
-17
lines changed

.github/workflows/dotcom-acceptance-tests-all.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.ref }}
2222
fetch-depth: 2
2323
- name: Acceptance Tests (Anonymous)
24-
uses: terraformtesting/acceptance-tests@v2.1.0
24+
uses: terraformtesting/acceptance-tests@v2.2.0
2525
with:
2626
TF_LOG: INFO
2727
RUN_ALL: true
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Acceptance Tests (Individual)
3939
id: acceptance-tests-individual
40-
uses: terraformtesting/acceptance-tests@v2.1.0
40+
uses: terraformtesting/acceptance-tests@v2.2.0
4141
with:
4242
TF_LOG: INFO
4343
RUN_ALL: true
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Failed Acceptance Tests (Individual)
4949
if: ${{ failure() }}
50-
uses: terraformtesting/acceptance-tests@v2.1.0
50+
uses: terraformtesting/acceptance-tests@v2.2.0
5151
with:
5252
TF_LOG: DEBUG
5353
RUN_ALLOWED: ${{ steps.acceptance-tests-individual.outputs.failed }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Acceptance Tests (Organization)
6868
id: acceptance-tests-organization
69-
uses: terraformtesting/acceptance-tests@v2.1.0
69+
uses: terraformtesting/acceptance-tests@v2.2.0
7070
with:
7171
TF_LOG: INFO
7272
RUN_ALL: true
@@ -75,7 +75,7 @@ jobs:
7575
GITHUB_TEST_OWNER: github-terraform-test-user
7676

7777
- name: Failed Acceptance Tests (Organization)
78-
uses: terraformtesting/acceptance-tests@v2.1.0
78+
uses: terraformtesting/acceptance-tests@v2.2.0
7979
if: ${{ failure() }}
8080
with:
8181
TF_LOG: DEBUG

.github/workflows/dotcom-acceptance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.event.pull_request.head.ref }}
1717
fetch-depth: 2
1818
- name: Acceptance Tests (Anonymous)
19-
uses: terraformtesting/acceptance-tests@v2.1.0
19+
uses: terraformtesting/acceptance-tests@v2.2.0
2020
with:
2121
TF_LOG: INFO
2222

@@ -29,7 +29,7 @@ jobs:
2929
ref: ${{ github.event.pull_request.head.ref }}
3030
fetch-depth: 2
3131
- name: Acceptance Tests (Individual)
32-
uses: terraformtesting/acceptance-tests@v2.1.0
32+
uses: terraformtesting/acceptance-tests@v2.2.0
3333
with:
3434
TF_LOG: INFO
3535
GITHUB_OWNER: github-terraform-test-user
@@ -45,7 +45,7 @@ jobs:
4545
ref: ${{ github.event.pull_request.head.ref }}
4646
fetch-depth: 2
4747
- name: Acceptance Tests (Organization)
48-
uses: terraformtesting/acceptance-tests@v2.1.0
48+
uses: terraformtesting/acceptance-tests@v2.2.0
4949
with:
5050
TF_LOG: INFO
5151
GITHUB_ORGANIZATION: terraformtesting

.github/workflows/ghes-acceptance-tests-all.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ github.event.pull_request.head.ref }}
3434
fetch-depth: 2
3535
- name: Acceptance Tests (Anonymous)
36-
uses: terraformtesting/acceptance-tests@v2.1.0
36+
uses: terraformtesting/acceptance-tests@v2.2.0
3737
with:
3838
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"
3939

@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Acceptance Tests (Individual)
5252
id: acceptance-tests-individual
53-
uses: terraformtesting/acceptance-tests@v2.1.0
53+
uses: terraformtesting/acceptance-tests@v2.2.0
5454
with:
5555
TF_LOG: INFO
5656
RUN_ALL: true
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Failed Acceptance Tests (Individual)
6262
if: ${{ failure() }}
63-
uses: terraformtesting/acceptance-tests@v2.1.0
63+
uses: terraformtesting/acceptance-tests@v2.2.0
6464
with:
6565
TF_LOG: DEBUG
6666
RUN_ALLOWED: ${{ steps.acceptance-tests-individual.outputs.failed }}
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Acceptance Tests (Organization)
8383
id: acceptance-tests-organization
84-
uses: terraformtesting/acceptance-tests@v2.1.0
84+
uses: terraformtesting/acceptance-tests@v2.2.0
8585
with:
8686
TF_LOG: INFO
8787
RUN_ALL: true
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_TEST_USER_TOKEN: ${{ secrets.GHES_TEST_USER_TOKEN }}
9191

9292
- name: Failed Acceptance Tests (Organization)
93-
uses: terraformtesting/acceptance-tests@v2.1.0
93+
uses: terraformtesting/acceptance-tests@v2.2.0
9494
if: ${{ failure() }}
9595
with:
9696
TF_LOG: DEBUG

.github/workflows/ghes-acceptance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ github.event.pull_request.head.ref }}
2929
fetch-depth: 2
3030
- name: Acceptance Tests (Anonymous)
31-
uses: terraformtesting/acceptance-tests@v2.1.0
31+
uses: terraformtesting/acceptance-tests@v2.2.0
3232
with:
3333
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"
3434

@@ -43,7 +43,7 @@ jobs:
4343
ref: ${{ github.event.pull_request.head.ref }}
4444
fetch-depth: 2
4545
- name: Acceptance Tests (Individual)
46-
uses: terraformtesting/acceptance-tests@v2.1.0
46+
uses: terraformtesting/acceptance-tests@v2.2.0
4747
with:
4848
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"
4949
GITHUB_OWNER: administrator
@@ -60,7 +60,7 @@ jobs:
6060
ref: ${{ github.event.pull_request.head.ref }}
6161
fetch-depth: 2
6262
- name: Acceptance Tests (Organization)
63-
uses: terraformtesting/acceptance-tests@v2.1.0
63+
uses: terraformtesting/acceptance-tests@v2.2.0
6464
with:
6565
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"
6666
GITHUB_ORGANIZATION: terraformtesting

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ checksum:
3838
signs:
3939
- artifacts: checksum
4040
args:
41-
# if you are using this in a GitHub action or some other automated pipeline, you
41+
# if you are using this in a GitHub action or some other automated pipeline, you
4242
# need to pass the batch flag to indicate its not interactive.
4343
- "--batch"
4444
- "--local-user"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.9.1 (April 17, 2021)
2+
3+
BUG FIXES:
4+
5+
- Bump Go version to 1.16 for acceptance tests and darwin/arm64 releases
6+
- Update acceptance tests to v2.2.0
7+
- Re-instate releases of darwin/arm64
8+
19
## 4.9.0 (April 17, 2021)
210

311
ENHANCEMENTS:

0 commit comments

Comments
 (0)