Skip to content

Commit

Permalink
add v4.9.1 changelog entry and project fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Udit committed Apr 17, 2021
1 parent 01a606e commit 5a7d737
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotcom-acceptance-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Anonymous)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO
RUN_ALL: true
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Acceptance Tests (Individual)
id: acceptance-tests-individual
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO
RUN_ALL: true
Expand All @@ -47,7 +47,7 @@ jobs:

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

- name: Acceptance Tests (Organization)
id: acceptance-tests-organization
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO
RUN_ALL: true
Expand All @@ -75,7 +75,7 @@ jobs:
GITHUB_TEST_OWNER: github-terraform-test-user

- name: Failed Acceptance Tests (Organization)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
if: ${{ failure() }}
with:
TF_LOG: DEBUG
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dotcom-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Anonymous)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO

Expand All @@ -29,7 +29,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Individual)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO
GITHUB_OWNER: github-terraform-test-user
Expand All @@ -45,7 +45,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Organization)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO
GITHUB_ORGANIZATION: terraformtesting
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ghes-acceptance-tests-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Anonymous)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"

Expand All @@ -50,7 +50,7 @@ jobs:

- name: Acceptance Tests (Individual)
id: acceptance-tests-individual
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO
RUN_ALL: true
Expand All @@ -60,7 +60,7 @@ jobs:

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

- name: Acceptance Tests (Organization)
id: acceptance-tests-organization
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
TF_LOG: INFO
RUN_ALL: true
Expand All @@ -90,7 +90,7 @@ jobs:
GITHUB_TEST_USER_TOKEN: ${{ secrets.GHES_TEST_USER_TOKEN }}

- name: Failed Acceptance Tests (Organization)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
if: ${{ failure() }}
with:
TF_LOG: DEBUG
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ghes-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Anonymous)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"

Expand All @@ -43,7 +43,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Individual)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"
GITHUB_OWNER: administrator
Expand All @@ -60,7 +60,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
- name: Acceptance Tests (Organization)
uses: terraformtesting/acceptance-tests@v2.1.0
uses: terraformtesting/acceptance-tests@v2.2.0
with:
GITHUB_BASE_URL: "https://terraformtesting-ghe.eastus.cloudapp.azure.com/"
GITHUB_ORGANIZATION: terraformtesting
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ checksum:
signs:
- artifacts: checksum
args:
# if you are using this in a GitHub action or some other automated pipeline, you
# if you are using this in a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--batch"
- "--local-user"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.9.1 (April 17, 2021)

BUG FIXES:

- Bump Go version to 1.16 for acceptance tests and darwin/arm64 releases
- Update acceptance tests to v2.2.0
- Re-instate releases of darwin/arm64

## 4.9.0 (April 17, 2021)

ENHANCEMENTS:
Expand Down

0 comments on commit 5a7d737

Please sign in to comment.