Skip to content

Commit f970331

Browse files
authored
[PRM-690] Feb 26 upgrades (#611)
1 parent 5930df5 commit f970331

9 files changed

Lines changed: 13 additions & 11 deletions

.github/actions/tf-plan-apply/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
terraform_version:
2323
description: "Terraform version to use"
2424
required: false
25-
default: "1.14.3"
25+
default: "1.14.5"
2626

2727
working_directory:
2828
description: "Terraform working directory"

.github/workflows/automated-deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup Terraform
6161
uses: hashicorp/setup-terraform@v3
6262
with:
63-
terraform_version: 1.14.3
63+
terraform_version: 1.14.5
6464
terraform_wrapper: true
6565

6666
- name: Initialise Terraform

.github/workflows/base-cleanup-lambda-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: env.DISTRIBUTION_ID != ''
7070
run: |
7171
python3 -m venv ./venv
72-
./venv/bin/pip3 install --upgrade pip boto3==1.33.11
72+
./venv/bin/pip3 install --upgrade pip boto3==1.42.1
7373
7474
- name: Remove Lambda@Edge & CloudFront Associations
7575
if: env.DISTRIBUTION_ID != ''

.github/workflows/base-cleanup-workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
python3 -m venv ./venv
4848
./venv/bin/pip3 install --upgrade pip
49-
./venv/bin/pip3 install boto3==1.33.11
49+
./venv/bin/pip3 install boto3==1.42.1
5050
5151
- name: Configure AWS Credentials
5252
uses: aws-actions/configure-aws-credentials@v5

.github/workflows/cron-daily-health-check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Terraform
4444
uses: hashicorp/setup-terraform@v3
4545
with:
46-
terraform_version: 1.14.3
46+
terraform_version: 1.14.5
4747
terraform_wrapper: false
4848

4949
- name: Initialise Terraform
@@ -134,9 +134,11 @@ jobs:
134134
start: serve -s dist
135135
browser: chrome
136136
working-directory: ./app
137+
spec: |
138+
cypress/e2e/0-ndr-core-tests/*.cy.js
139+
cypress/e2e/0-ndr-core-tests/**/*.cy.js
137140
env:
138141
CYPRESS_BASE_URL: http://localhost:3000
139-
CYPRESS_grepTags: 'regression'
140142

141143
- name: Upload Artifacts (Screenshots)
142144
uses: actions/upload-artifact@v6

.github/workflows/cron-tear-down-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Terraform
5757
uses: hashicorp/setup-terraform@v3
5858
with:
59-
terraform_version: 1.14.3
59+
terraform_version: 1.14.5
6060
terraform_wrapper: false
6161

6262
- name: Initialise Terraform

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Terraform
3939
uses: hashicorp/setup-terraform@v3
4040
with:
41-
terraform_version: 1.14.3
41+
terraform_version: 1.14.5
4242
terraform_wrapper: false
4343

4444
- name: Initialise Terraform

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Terraform
3939
uses: hashicorp/setup-terraform@v3
4040
with:
41-
terraform_version: 1.14.3
41+
terraform_version: 1.14.5
4242
terraform_wrapper: false
4343

4444
- name: Initialise Terraform

.github/workflows/tear-down-sandbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup Terraform
8888
uses: hashicorp/setup-terraform@v3
8989
with:
90-
terraform_version: 1.14.3
90+
terraform_version: 1.14.5
9191

9292
- name: Initialise Terraform
9393
run: terraform init -backend-config=${{ vars.TF_BACKEND_FILE }}
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup Terraform
125125
uses: hashicorp/setup-terraform@v3
126126
with:
127-
terraform_version: 1.14.3
127+
terraform_version: 1.14.5
128128

129129
- name: Initialise Terraform
130130
run: terraform init -backend-config=bucket=ndr-dev-terraform-state-${{ secrets.AWS_ACCOUNT_ID }}

0 commit comments

Comments
 (0)