File tree Expand file tree Collapse file tree 6 files changed +25
-17
lines changed
Expand file tree Collapse file tree 6 files changed +25
-17
lines changed Original file line number Diff line number Diff line change 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
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
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 }}
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
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
Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
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
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 }}
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
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
Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ checksum:
3838signs :
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"
Original file line number Diff line number Diff line change 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
311ENHANCEMENTS:
You can’t perform that action at this time.
0 commit comments