Skip to content

Commit

Permalink
Merge pull request #1927 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v4.3.1
  • Loading branch information
jtherrmann authored Nov 15, 2023
2 parents b59592b + 2cb375e commit 2b0a574
Show file tree
Hide file tree
Showing 16 changed files with 37 additions and 8 deletions.
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).

## [4.3.1]
### Added
- The `ESA_USERNAME` and `ESA_PASSWORD` secrets have been added to all of the job specs that require them.

## [4.3.0]
### Changed
- The `iterative_min_size` and `minimization_metric` parameters have been moved from the `WATER_MAP_TEST` job spec to the `WATER_MAP` job spec. The default `minimization_metric` value has been changed from `fmi` to `ts`.
Expand Down
2 changes: 2 additions & 0 deletions job_spec/AUTORIFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 2 additions & 0 deletions job_spec/AUTORIFT_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 2 additions & 0 deletions job_spec/AUTORIFT_ITS_LIVE_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ AUTORIFT_TEST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 2 additions & 0 deletions job_spec/INSAR_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ INSAR_GAMMA:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
4 changes: 4 additions & 0 deletions job_spec/INSAR_ISCE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ INSAR_ISCE:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: TROPOSPHERE
image: ghcr.io/dbekaert/raider
command:
Expand All @@ -109,6 +111,8 @@ INSAR_ISCE:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- RAIDER_ECMWF_ERA5_UID
- RAIDER_ECMWF_ERA5_API_KEY
- RAIDER_HRES_EMAIL
Expand Down
2 changes: 2 additions & 0 deletions job_spec/INSAR_ISCE_BURST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ INSAR_ISCE_BURST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
4 changes: 4 additions & 0 deletions job_spec/INSAR_ISCE_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ INSAR_ISCE_TEST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: TROPOSPHERE
image: ghcr.io/dbekaert/raider
image_tag: test
Expand All @@ -111,6 +113,8 @@ INSAR_ISCE_TEST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- RAIDER_ECMWF_ERA5_UID
- RAIDER_ECMWF_ERA5_API_KEY
- RAIDER_HRES_EMAIL
Expand Down
5 changes: 2 additions & 3 deletions job_spec/RIVER_WIDTH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ RIVER_WIDTH:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: WATER_MAP
image: ghcr.io/asfhyp3/asf-tools
command:
Expand All @@ -77,9 +79,6 @@ RIVER_WIDTH:
timeout: 36000
vcpu: 1
memory: 126000
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- name: ''
image: 845172464411.dkr.ecr.us-west-2.amazonaws.com/asfhyp3/riverwidthsar
command:
Expand Down
2 changes: 2 additions & 0 deletions job_spec/RTC_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,5 @@ RTC_GAMMA:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 2 additions & 0 deletions job_spec/S1_CORRECTION_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ S1_CORRECTION_TEST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 2 additions & 0 deletions job_spec/WATER_MAP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ WATER_MAP:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: ''
image: ghcr.io/asfhyp3/asf-tools
command:
Expand Down
2 changes: 2 additions & 0 deletions job_spec/WATER_MAP_EQ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ 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
6 changes: 3 additions & 3 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
-r requirements-apps-start-execution-manager.txt
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-update-db.txt
boto3==1.28.75
boto3==1.28.82
jinja2==3.1.2
moto[dynamodb]==4.2.7
pytest==7.4.3
PyYAML==6.0.1
responses==0.23.3
responses==0.24.0
flake8==6.1.0
flake8-import-order==0.18.2
flake8-blind-except==0.2.1
flake8-builtins==2.1.0
flake8-builtins==2.2.0
setuptools==68.2.2
openapi-spec-validator==0.4.0
cfn-lint==0.83.1
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.75
boto3==1.28.82
./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.75
boto3==1.28.82
./lib/lambda_logging/

0 comments on commit 2b0a574

Please sign in to comment.