Skip to content

Commit

Permalink
Merge pull request #1790 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v3.10.4
  • Loading branch information
asjohnston-asf authored Aug 23, 2023
2 parents ed7bcad + 93cf34a commit 764fe23
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
expanded_max_vcpus: 3000
required_surplus: 3000
security_environment: EDC
ami_id: image_id_ecs_amz2
ami_id: image_id_s1_ecs_amz2
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net'

- environment: hyp3-edc-uat
Expand All @@ -52,7 +52,7 @@ jobs:
expanded_max_vcpus: 3000
required_surplus: 3000
security_environment: EDC
ami_id: image_id_ecs_amz2
ami_id: image_id_s1_ecs_amz2
distribution_url: 'https://d1riv60tezqha9.cloudfront.net'

environment:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## [3.10.4]
### Changed
- The `hyp3-edc-uat` and `hyp3-edc-prod` deployments now uses the latest Earthdata Cloud AMI with additional software installed.

## [3.10.3]
### Changed
- Increased product lifetime for hyp3-tibet-jpl deployment from 14 days to 60 days.
Expand Down
4 changes: 2 additions & 2 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
-r requirements-apps-start-execution-manager.txt
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-update-db.txt
boto3==1.28.31
boto3==1.28.32
jinja2==3.1.2
moto[dynamodb]==4.1.14
moto[dynamodb]==4.2.0
pytest==7.4.0
PyYAML==6.0.1
responses==0.23.3
Expand Down
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.28.31
boto3==1.28.32
./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.28.31
boto3==1.28.32
./lib/lambda_logging/

0 comments on commit 764fe23

Please sign in to comment.