Skip to content

Commit 98e2c7a

Browse files
authored
Merge pull request #2909 from ASFHyP3/develop
Release v10.11.6
2 parents a6f8b38 + 4a34d60 commit 98e2c7a

11 files changed

+25
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
job_spec/ARIA_S1_COSEIS.yml
100100
job_spec/INSAR_ISCE.yml
101101
instance_types: m6id.xlarge,m6id.2xlarge,m6id.4xlarge,m6id.8xlarge,m6idn.xlarge,m6idn.2xlarge,m6idn.4xlarge,m6idn.8xlarge
102-
default_max_vcpus: 4000 # Max: 13000
103-
expanded_max_vcpus: 4000 # Max: 13000
102+
default_max_vcpus: 13000 # Max: 13000
103+
expanded_max_vcpus: 13000 # Max: 13000
104104
required_surplus: 0
105105
security_environment: JPL-public
106106
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cost_profile: EDC
4949
job_files: >-
5050
job_spec/OPERA_RTC_S1_SLC.yml
51-
instance_types: c6i.2xlarge,c6id.2xlarge,c7i.2xlarge,c6i.4xlarge,c6id.4xlarge,c7i.4xlarge
51+
instance_types: c6i.2xlarge,c6id.2xlarge,c7i.2xlarge
5252
default_max_vcpus: 12000
5353
expanded_max_vcpus: 12000
5454
required_surplus: 0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
opera_rtc_s1_end_date: Default
5252
job_files: >-
5353
job_spec/OPERA_RTC_S1_SLC.yml
54-
instance_types: c6i.2xlarge,c6id.2xlarge,c7i.2xlarge,c6i.4xlarge,c6id.4xlarge,c7i.4xlarge
54+
instance_types: c6i.2xlarge,c6id.2xlarge,c7i.2xlarge
5555
default_max_vcpus: 800
5656
expanded_max_vcpus: 800
5757
required_surplus: 0

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.6]
8+
9+
### Added
10+
- Sentinel-1C support for INSAR_ISCE and ARIA_S1_COSEIS job specifications.
11+
12+
### Changed
13+
- Increase throughput in the `hyp3-a19-jpl` custom deployment by increasing max vCPUs from 4000 to 13000.
14+
- Remove 4xlarge instances from hyp3-opera deployments
15+
716
## [10.11.5]
817

918
### Added

job_spec/ARIA_S1_COSEIS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARIA_S1_COSEIS:
1111
items:
1212
description: The name of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing
1313
type: string
14-
pattern: "^S1[AB]_IW_SLC__1S[SD]V"
14+
pattern: "^S1[ABC]_IW_SLC__1S[SD]V"
1515
minLength: 67
1616
maxLength: 67
1717
example: S1B_IW_SLC__1SDV_20210723T014947_20210723T015014_027915_0354B4_B3A9
@@ -22,7 +22,7 @@ ARIA_S1_COSEIS:
2222
items:
2323
description: The name of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing
2424
type: string
25-
pattern: "^S1[AB]_IW_SLC__1S[SD]V"
25+
pattern: "^S1[ABC]_IW_SLC__1S[SD]V"
2626
minLength: 67
2727
maxLength: 67
2828
example: S1B_IW_SLC__1SDV_20210711T014947_20210711T015013_027740_034F80_D404

job_spec/INSAR_ISCE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ INSAR_ISCE:
1111
items:
1212
description: The name of the Sentinel-1 SLC granules to use as reference scenes for InSAR processing
1313
type: string
14-
pattern: "^S1[AB]_IW_SLC__1S[SD]V"
14+
pattern: "^S1[ABC]_IW_SLC__1S[SD]V"
1515
minLength: 67
1616
maxLength: 67
1717
example: S1B_IW_SLC__1SDV_20210723T014947_20210723T015014_027915_0354B4_B3A9
@@ -22,7 +22,7 @@ INSAR_ISCE:
2222
items:
2323
description: The name of the Sentinel-1 SLC granules to use as secondary scenes for InSAR processing
2424
type: string
25-
pattern: "^S1[AB]_IW_SLC__1S[SD]V"
25+
pattern: "^S1[ABC]_IW_SLC__1S[SD]V"
2626
minLength: 67
2727
maxLength: 67
2828
example: S1B_IW_SLC__1SDV_20210711T014947_20210711T015013_027740_034F80_D404

requirements-all.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
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.30
8+
boto3==1.40.35
99
jinja2==3.1.6
10-
moto[dynamodb]==5.1.12
10+
moto[dynamodb]==5.1.13
1111
pytest==8.4.2
1212
PyYAML==6.0.2
1313
responses==0.25.8
14-
ruff==0.13.0
15-
mypy==1.18.1
14+
ruff==0.13.1
15+
mypy==1.18.2
1616
setuptools==80.9.0
1717
setuptools_scm==9.2.0
1818
openapi-spec-validator==0.7.2

requirements-apps-api-binary.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cryptography==45.0.7
1+
cryptography==46.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
boto3==1.40.30
1+
boto3==1.40.35

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.30
1+
boto3==1.40.35
22
./lib/dynamo/

0 commit comments

Comments
 (0)