Skip to content

Commit f575b82

Browse files
Merge pull request #2931 from ASFHyP3/develop
Release 10.11.11
2 parents ace1840 + 327fd70 commit f575b82

9 files changed

+17
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
job_spec/ARIA_S1_GUNW.yml
3232
job_spec/OPERA_DISP_TMS.yml
3333
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
34-
default_max_vcpus: 3000
35-
expanded_max_vcpus: 5600
36-
required_surplus: 3500
34+
default_max_vcpus: 1500
35+
expanded_max_vcpus: 3000
36+
required_surplus: 2000
3737
security_environment: EDC
3838
ami_id: /ngap/amis/image_id_ecs_al2023_x86
3939
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net'

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- uses: actions/[email protected]
74-
- uses: snyk/actions/setup@0.4.0
74+
- uses: snyk/actions/setup@v1.0.0
7575
- uses: actions/setup-python@v6
7676
with:
7777
python-version: 3.13

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.11.11]
8+
9+
### Changed
10+
- Reduced default/max vCPUs for hyp3-edc-prod deployment to 1500/3000, reverting the increase from v10.5.1.
11+
712
## [10.11.10]
813

914
### Removed

requirements-all.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
-r requirements-apps-disable-private-dns.txt
66
-r requirements-apps-search-archive.txt
77
-r requirements-apps-update-db.txt
8-
boto3==1.40.40
8+
boto3==1.40.45
99
jinja2==3.1.6
10-
moto[dynamodb]==5.1.13
10+
moto[dynamodb]==5.1.14
1111
pytest==8.4.2
1212
PyYAML==6.0.3
1313
responses==0.25.8
14-
ruff==0.13.2
14+
ruff==0.13.3
1515
mypy==1.18.2
1616
setuptools==80.9.0
1717
setuptools_scm==9.2.0

requirements-apps-api-binary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cryptography==46.0.1
1+
cryptography==46.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
boto3==1.40.40
1+
boto3==1.40.45

requirements-apps-get-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.40.40
1+
boto3==1.40.45
22
./lib/dynamo/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
./lib/dynamo/
22
./lib/lambda_logging/
33
asf_enumeration==0.3.0
4-
asf_search==10.0.4
4+
asf_search==10.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
boto3==1.40.40
1+
boto3==1.40.45
22
./lib/dynamo/
33
./lib/lambda_logging/

0 commit comments

Comments
 (0)