Skip to content

Commit be6471f

Browse files
authored
Merge pull request #3176 from ASFHyP3/develop
Release v10.17.8
2 parents 60beb3c + 7dcb917 commit be6471f

13 files changed

Lines changed: 36 additions & 26 deletions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
url: https://${{ matrix.domain }}
314314

315315
steps:
316-
- uses: actions/checkout@v7.0.0
316+
- uses: actions/checkout@v7.0.1
317317
with:
318318
fetch-depth: 0
319319

@@ -324,7 +324,7 @@ jobs:
324324
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
325325
aws-region: ${{ secrets.AWS_REGION }}
326326

327-
- uses: actions/setup-python@v6
327+
- uses: actions/setup-python@v7
328328
with:
329329
python-version: 3.13
330330

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
url: https://${{ matrix.domain }}
186186

187187
steps:
188-
- uses: actions/checkout@v7.0.0
188+
- uses: actions/checkout@v7.0.1
189189
with:
190190
fetch-depth: 0
191191

@@ -196,7 +196,7 @@ jobs:
196196
aws-session-token: ${{ secrets.V2_AWS_SESSION_TOKEN }}
197197
aws-region: ${{ secrets.AWS_REGION }}
198198

199-
- uses: actions/setup-python@v6
199+
- uses: actions/setup-python@v7
200200
with:
201201
python-version: 3.13
202202

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: ${{ matrix.environment }}
4848

4949
steps:
50-
- uses: actions/checkout@v7.0.0
50+
- uses: actions/checkout@v7.0.1
5151
with:
5252
fetch-depth: 0
5353

@@ -56,7 +56,7 @@ jobs:
5656
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
5757
aws-region: ${{ secrets.AWS_REGION }}
5858

59-
- uses: actions/setup-python@v6
59+
- uses: actions/setup-python@v7
6060
with:
6161
python-version: 3.13
6262

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: ${{ matrix.environment }}
4848

4949
steps:
50-
- uses: actions/checkout@v7.0.0
50+
- uses: actions/checkout@v7.0.1
5151
with:
5252
fetch-depth: 0
5353

@@ -56,7 +56,7 @@ jobs:
5656
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
5757
aws-region: ${{ secrets.AWS_REGION }}
5858

59-
- uses: actions/setup-python@v6
59+
- uses: actions/setup-python@v7
6060
with:
6161
python-version: 3.13
6262

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: ${{ matrix.environment }}
4646

4747
steps:
48-
- uses: actions/checkout@v7.0.0
48+
- uses: actions/checkout@v7.0.1
4949
with:
5050
fetch-depth: 0
5151

@@ -54,7 +54,7 @@ jobs:
5454
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
5555
aws-region: ${{ secrets.AWS_REGION }}
5656

57-
- uses: actions/setup-python@v6
57+
- uses: actions/setup-python@v7
5858
with:
5959
python-version: 3.13
6060

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
url: https://${{ matrix.domain }}
4646

4747
steps:
48-
- uses: actions/checkout@v7.0.0
48+
- uses: actions/checkout@v7.0.1
4949
with:
5050
fetch-depth: 0
5151

@@ -54,7 +54,7 @@ jobs:
5454
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
5555
aws-region: ${{ secrets.AWS_REGION }}
5656

57-
- uses: actions/setup-python@v6
57+
- uses: actions/setup-python@v7
5858
with:
5959
python-version: 3.13
6060

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
url: https://${{ matrix.domain }}
4747

4848
steps:
49-
- uses: actions/checkout@v7.0.0
49+
- uses: actions/checkout@v7.0.1
5050
with:
5151
fetch-depth: 0
5252

@@ -55,7 +55,7 @@ jobs:
5555
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
5656
aws-region: ${{ secrets.AWS_REGION }}
5757

58-
- uses: actions/setup-python@v6
58+
- uses: actions/setup-python@v7
5959
with:
6060
python-version: 3.13
6161

.github/workflows/static-analysis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
matrix:
3030
security_environment: [ASF, EDC, JPL, JPL-public]
3131
steps:
32-
- uses: actions/checkout@v7.0.0
33-
- uses: actions/setup-python@v6
32+
- uses: actions/checkout@v7.0.1
33+
- uses: actions/setup-python@v7
3434
with:
3535
python-version: 3.13
3636
- run: |
@@ -43,8 +43,8 @@ jobs:
4343
openapi-spec-validator:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v7.0.0
47-
- uses: actions/setup-python@v6
46+
- uses: actions/checkout@v7.0.1
47+
- uses: actions/setup-python@v7
4848
with:
4949
python-version: 3.13
5050
- run: |
@@ -56,12 +56,12 @@ jobs:
5656
statelint:
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/checkout@v7.0.0
59+
- uses: actions/checkout@v7.0.1
6060
- uses: ruby/setup-ruby@v1
6161
with:
6262
ruby-version: 2.7
6363
- run: gem install statelint
64-
- uses: actions/setup-python@v6
64+
- uses: actions/setup-python@v7
6565
with:
6666
python-version: 3.13
6767
- run: |
@@ -77,9 +77,9 @@ jobs:
7777
runs-on: ubuntu-latest
7878
if: ${{ ! github.event.pull_request.head.repo.fork }}
7979
steps:
80-
- uses: actions/checkout@v7.0.0
80+
- uses: actions/checkout@v7.0.1
8181
- uses: snyk/actions/setup@v1.0.0
82-
- uses: actions/setup-python@v6
82+
- uses: actions/setup-python@v7
8383
with:
8484
python-version: 3.13
8585
- run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v7.0.0
18+
- uses: actions/checkout@v7.0.1
1919

20-
- uses: actions/setup-python@v6
20+
- uses: actions/setup-python@v7
2121
with:
2222
python-version: 3.13
2323

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [10.17.8]
8+
9+
### Fixed
10+
11+
- `/user` endpoint no longer times out for users with large amounts of jobs.
12+
713
## [10.17.7]
814

915
### Added

0 commit comments

Comments
 (0)