Skip to content

Commit

Permalink
Merge pull request #2372 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v7.7.1
  • Loading branch information
jtherrmann authored Aug 9, 2024
2 parents 2fdc435 + 39ee14d commit c34ff48
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 33 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).


## [7.7.1]

### Removed
- The `ESA_USERNAME` and `ESA_PASSWORD` secrets have been removed from the job specs that no longer require them (those that use the `hyp3-gamma`, `hyp3-isce2`, `hyp3-autorift`, or `hyp3-back-projection` images).


## [7.7.0]

### Added
Expand Down
2 changes: 0 additions & 2 deletions job_spec/ARIA_AUTORIFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/AUTORIFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/AUTORIFT_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,5 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- PUBLISH_ACCESS_KEY_ID
- PUBLISH_SECRET_ACCESS_KEY
2 changes: 0 additions & 2 deletions job_spec/INSAR_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,3 @@ INSAR_GAMMA:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/INSAR_ISCE_BURST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,3 @@ INSAR_ISCE_BURST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/RTC_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,3 @@ RTC_GAMMA:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/S1_CORRECTION_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ S1_CORRECTION_TEST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/SRG_GSLC_CPU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ SRG_GSLC_CPU:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/WATER_MAP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ WATER_MAP:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: ''
image: ghcr.io/fjmeyer/hydrosar
command:
Expand Down
2 changes: 0 additions & 2 deletions job_spec/WATER_MAP_EQ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ WATER_MAP_EQ:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: ''
image: 845172464411.dkr.ecr.us-west-2.amazonaws.com/water-map-equal-percent-solution
command:
Expand Down
12 changes: 6 additions & 6 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.34.136
boto3==1.34.155
jinja2==3.1.4
moto[dynamodb]==5.0.10
pytest==8.2.2
moto[dynamodb]==5.0.12
pytest==8.3.2
PyYAML==6.0.1
responses==0.25.3
flake8==7.1.0
flake8==7.1.1
flake8-import-order==0.18.2
flake8-blind-except==0.2.1
flake8-builtins==2.5.0
setuptools==70.2.0
setuptools==72.1.0
openapi-spec-validator==0.7.1
cfn-lint==1.4.2
cfn-lint==1.9.5
2 changes: 1 addition & 1 deletion requirements-apps-api-binary.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cryptography==42.0.8
cryptography==43.0.0
6 changes: 3 additions & 3 deletions requirements-apps-api.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
flask==2.2.5
Flask-Cors==4.0.1
jsonschema==4.22.0
jsonschema==4.23.0
openapi-core==0.19.2
prance==23.6.21.0
PyJWT==2.8.0
PyJWT==2.9.0
requests==2.32.3
serverless_wsgi==3.0.4
shapely==2.0.4
shapely==2.0.5
strict-rfc3339==0.7
./lib/dynamo/
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.34.136
boto3==1.34.155
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.34.136
boto3==1.34.155
./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.34.136
boto3==1.34.155
./lib/lambda_logging/

0 comments on commit c34ff48

Please sign in to comment.