Skip to content

Commit a6f8b38

Browse files
authored
Merge pull request #2904 from ASFHyP3/develop
Release v10.11.5
2 parents 8969d57 + 938accb commit a6f8b38

19 files changed

+63
-48
lines changed

.github/workflows/deploy-custom-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,14 +295,14 @@ jobs:
295295
with:
296296
fetch-depth: 0
297297

298-
- uses: aws-actions/configure-aws-credentials@v4
298+
- uses: aws-actions/configure-aws-credentials@v5
299299
with:
300300
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
301301
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
302302
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
303303
aws-region: ${{ secrets.AWS_REGION }}
304304

305-
- uses: actions/setup-python@v5
305+
- uses: actions/setup-python@v6
306306
with:
307307
python-version: 3.13
308308

.github/workflows/deploy-custom-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,14 @@ jobs:
135135
with:
136136
fetch-depth: 0
137137

138-
- uses: aws-actions/configure-aws-credentials@v4
138+
- uses: aws-actions/configure-aws-credentials@v5
139139
with:
140140
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
141141
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
142142
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
143143
aws-region: ${{ secrets.AWS_REGION }}
144144

145-
- uses: actions/setup-python@v5
145+
- uses: actions/setup-python@v6
146146
with:
147147
python-version: 3.13
148148

.github/workflows/deploy-daac-prod.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
job_files: >-
5050
job_spec/OPERA_RTC_S1_SLC.yml
5151
instance_types: c6i.2xlarge,c6id.2xlarge,c7i.2xlarge,c6i.4xlarge,c6id.4xlarge,c7i.4xlarge
52-
default_max_vcpus: 10000
53-
expanded_max_vcpus: 10000
52+
default_max_vcpus: 12000
53+
expanded_max_vcpus: 12000
5454
required_surplus: 0
5555
security_environment: EDC
5656
ami_id: /ngap/amis/image_id_ecs_al2023_x86
@@ -64,14 +64,14 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666

67-
- uses: aws-actions/configure-aws-credentials@v4
67+
- uses: aws-actions/configure-aws-credentials@v5
6868
with:
6969
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
7070
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
7171
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
7272
aws-region: ${{ secrets.AWS_REGION }}
7373

74-
- uses: actions/setup-python@v5
74+
- uses: actions/setup-python@v6
7575
with:
7676
python-version: 3.13
7777

.github/workflows/deploy-daac-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ jobs:
6767
with:
6868
fetch-depth: 0
6969

70-
- uses: aws-actions/configure-aws-credentials@v4
70+
- uses: aws-actions/configure-aws-credentials@v5
7171
with:
7272
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
7373
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
7474
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
7575
aws-region: ${{ secrets.AWS_REGION }}
7676

77-
- uses: actions/setup-python@v5
77+
- uses: actions/setup-python@v6
7878
with:
7979
python-version: 3.13
8080

.github/workflows/deploy-lavas-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545

46-
- uses: aws-actions/configure-aws-credentials@v4
46+
- uses: aws-actions/configure-aws-credentials@v5
4747
with:
4848
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
4949
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
5050
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
5151
aws-region: ${{ secrets.AWS_REGION }}
5252

53-
- uses: actions/setup-python@v5
53+
- uses: actions/setup-python@v6
5454
with:
5555
python-version: 3.13
5656

.github/workflows/deploy-lavas-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444

45-
- uses: aws-actions/configure-aws-credentials@v4
45+
- uses: aws-actions/configure-aws-credentials@v5
4646
with:
4747
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
4848
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
4949
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
5050
aws-region: ${{ secrets.AWS_REGION }}
5151

52-
- uses: actions/setup-python@v5
52+
- uses: actions/setup-python@v6
5353
with:
5454
python-version: 3.13
5555

.github/workflows/deploy-enterprise-prod.yml renamed to .github/workflows/deploy-plus-prod.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Enterprise prod to AWS
1+
name: Deploy HyP3+ prod to AWS
22

33
on:
44
push:
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- environment: hyp3-enterprise
18-
domain: hyp3-enterprise.asf.alaska.edu
17+
- environment: hyp3-plus
18+
domain: hyp3-plus.asf.alaska.edu
1919
template_bucket: cf-templates-qgq5ahzym464-us-west-2
2020
image_tag: latest
2121
product_lifetime_in_days: 30
@@ -44,14 +44,14 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646

47-
- uses: aws-actions/configure-aws-credentials@v4
47+
- uses: aws-actions/configure-aws-credentials@v5
4848
with:
4949
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
5050
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
5151
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
5252
aws-region: ${{ secrets.AWS_REGION }}
5353

54-
- uses: actions/setup-python@v5
54+
- uses: actions/setup-python@v6
5555
with:
5656
python-version: 3.13
5757

.github/workflows/deploy-enterprise-test.yml renamed to .github/workflows/deploy-plus-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Enterprise test to AWS
1+
name: Deploy HyP3+ test to AWS
22

33
on:
44
push:
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- environment: hyp3-enterprise-test
18-
domain: hyp3-enterprise-test.asf.alaska.edu
17+
- environment: hyp3-plus-test
18+
domain: hyp3-plus-test.asf.alaska.edu
1919
template_bucket: cf-templates-qgq5ahzym464-us-west-2
2020
image_tag: test
2121
product_lifetime_in_days: 30
@@ -44,14 +44,14 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646

47-
- uses: aws-actions/configure-aws-credentials@v4
47+
- uses: aws-actions/configure-aws-credentials@v5
4848
with:
4949
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
5050
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
5151
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
5252
aws-region: ${{ secrets.AWS_REGION }}
5353

54-
- uses: actions/setup-python@v5
54+
- uses: actions/setup-python@v6
5555
with:
5656
python-version: 3.13
5757

.github/workflows/deploy-services-sandbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444

45-
- uses: aws-actions/configure-aws-credentials@v4
45+
- uses: aws-actions/configure-aws-credentials@v5
4646
with:
4747
aws-access-key-id: ${{ secrets.V2_AWS_ACCESS_KEY_ID }}
4848
aws-secret-access-key: ${{ secrets.V2_AWS_SECRET_ACCESS_KEY }}
4949
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
5050
aws-region: ${{ secrets.AWS_REGION }}
5151

52-
- uses: actions/setup-python@v5
52+
- uses: actions/setup-python@v6
5353
with:
5454
python-version: 3.13
5555

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
security_environment: [ASF, EDC, JPL, JPL-public]
2525
steps:
2626
- uses: actions/[email protected]
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: 3.13
3030
- run: |
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/[email protected]
41-
- uses: actions/setup-python@v5
41+
- uses: actions/setup-python@v6
4242
with:
4343
python-version: 3.13
4444
- run: |
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
ruby-version: 2.7
5757
- run: gem install statelint
58-
- uses: actions/setup-python@v5
58+
- uses: actions/setup-python@v6
5959
with:
6060
python-version: 3.13
6161
- run: |
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- uses: actions/[email protected]
7474
- uses: snyk/actions/[email protected]
75-
- uses: actions/setup-python@v5
75+
- uses: actions/setup-python@v6
7676
with:
7777
python-version: 3.13
7878
- run: |

0 commit comments

Comments
 (0)