Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/ASFHyP3/actions…
Browse files Browse the repository at this point in the history
…-0.13.2
  • Loading branch information
asjohnston-asf authored Jan 7, 2025
2 parents 6de868d + cf89ace commit 3817540
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 86 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
job_spec/INSAR_GAMMA.yml
job_spec/RTC_GAMMA.yml
job_spec/INSAR_ISCE_BURST.yml
job_spec/OPERA_DISP_TMS.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 1500
expanded_max_vcpus: 3000
Expand Down
80 changes: 0 additions & 80 deletions .github/workflows/deploy-opera-disp-sandbox.yml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [9.1.2]

### Added
- OPERA_DISP_TMS job type is now available in EDC UAT deployment

### Removed
- hyp3-opera-disp-sandbox deployment

## [9.1.1]

### Changed
Expand Down
2 changes: 2 additions & 0 deletions job_spec/OPERA_DISP_TMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ OPERA_DISP_TMS:
maxLength: 8
example: 20200814
cost_profiles:
EDC:
cost: 1.0
DEFAULT:
cost: 1.0
validators:
Expand Down
6 changes: 3 additions & 3 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-disable-private-dns.txt
-r requirements-apps-update-db.txt
boto3==1.35.82
jinja2==3.1.4
boto3==1.35.90
jinja2==3.1.5
moto[dynamodb]==5.0.23
pytest==8.3.4
PyYAML==6.0.2
responses==0.25.3
ruff
setuptools==75.6.0
openapi-spec-validator==0.7.1
cfn-lint==1.22.2
cfn-lint==1.22.3
2 changes: 1 addition & 1 deletion requirements-apps-disable-private-dns.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.35.82
boto3==1.35.90
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-manager.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.35.82
boto3==1.35.90
./lib/dynamo/
./lib/lambda_logging/
2 changes: 1 addition & 1 deletion requirements-apps-start-execution-worker.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.35.82
boto3==1.35.90
./lib/lambda_logging/

0 comments on commit 3817540

Please sign in to comment.