Skip to content

Commit

Permalink
Merge pull request #2500 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v9.0.1
  • Loading branch information
jtherrmann authored Nov 20, 2024
2 parents 865f4c6 + 3d37199 commit b4a9205
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
expanded_max_vcpus: 3000
required_surplus: 2000
security_environment: EDC
ami_id: image_id_ecs_amz2
ami_id: /ngap/amis/image_id_ecs_al2023_x86
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net'

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

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

### Changed
- Upgrade to Amazon Linux 2023 AMI for Earthdata Cloud deployments

## [9.0.0]

### Changed
Expand Down
6 changes: 3 additions & 3 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-disable-private-dns.txt
-r requirements-apps-update-db.txt
boto3==1.35.58
boto3==1.35.63
jinja2==3.1.4
moto[dynamodb]==5.0.20
moto[dynamodb]==5.0.21
pytest==8.3.3
PyYAML==6.0.2
responses==0.25.3
flake8==7.1.1
flake8-import-order==0.18.2
flake8-blind-except==0.2.1
flake8-builtins==2.5.0
setuptools==75.4.0
setuptools==75.5.0
openapi-spec-validator==0.7.1
cfn-lint==1.19.0
4 changes: 2 additions & 2 deletions requirements-apps-api.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
flask==3.0.3
flask==3.1.0
Flask-Cors==5.0.0
jsonschema==4.23.0
openapi-core==0.19.4
prance==23.6.21.0
PyJWT==2.9.0
PyJWT==2.10.0
requests==2.32.3
serverless_wsgi==3.0.5
shapely==2.0.6
Expand Down
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.58
boto3==1.35.63
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.58
boto3==1.35.63
./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.58
boto3==1.35.63
./lib/lambda_logging/

0 comments on commit b4a9205

Please sign in to comment.