diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6489fc4..d3755c9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/job_spec/ARIA_AUTORIFT.yml b/job_spec/ARIA_AUTORIFT.yml index ad3bc6e0b..369584bb4 100644 --- a/job_spec/ARIA_AUTORIFT.yml +++ b/job_spec/ARIA_AUTORIFT.yml @@ -61,5 +61,3 @@ AUTORIFT: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD diff --git a/job_spec/AUTORIFT.yml b/job_spec/AUTORIFT.yml index b14493542..73240557e 100644 --- a/job_spec/AUTORIFT.yml +++ b/job_spec/AUTORIFT.yml @@ -60,5 +60,3 @@ AUTORIFT: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD diff --git a/job_spec/AUTORIFT_ITS_LIVE.yml b/job_spec/AUTORIFT_ITS_LIVE.yml index a5941bd51..79e9c6373 100644 --- a/job_spec/AUTORIFT_ITS_LIVE.yml +++ b/job_spec/AUTORIFT_ITS_LIVE.yml @@ -72,7 +72,5 @@ AUTORIFT: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD - PUBLISH_ACCESS_KEY_ID - PUBLISH_SECRET_ACCESS_KEY diff --git a/job_spec/INSAR_GAMMA.yml b/job_spec/INSAR_GAMMA.yml index 7f447c1c6..a4605062d 100644 --- a/job_spec/INSAR_GAMMA.yml +++ b/job_spec/INSAR_GAMMA.yml @@ -119,5 +119,3 @@ INSAR_GAMMA: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD diff --git a/job_spec/INSAR_ISCE_BURST.yml b/job_spec/INSAR_ISCE_BURST.yml index 15f2b59a5..512f7d276 100644 --- a/job_spec/INSAR_ISCE_BURST.yml +++ b/job_spec/INSAR_ISCE_BURST.yml @@ -67,5 +67,3 @@ INSAR_ISCE_BURST: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD diff --git a/job_spec/RTC_GAMMA.yml b/job_spec/RTC_GAMMA.yml index 3b29ec668..e94002059 100644 --- a/job_spec/RTC_GAMMA.yml +++ b/job_spec/RTC_GAMMA.yml @@ -142,5 +142,3 @@ RTC_GAMMA: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD diff --git a/job_spec/S1_CORRECTION_ITS_LIVE.yml b/job_spec/S1_CORRECTION_ITS_LIVE.yml index bb92f25b8..40995ff13 100644 --- a/job_spec/S1_CORRECTION_ITS_LIVE.yml +++ b/job_spec/S1_CORRECTION_ITS_LIVE.yml @@ -52,5 +52,3 @@ S1_CORRECTION_TEST: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD diff --git a/job_spec/SRG_GSLC_CPU.yml b/job_spec/SRG_GSLC_CPU.yml index 856a01293..7c66a819f 100644 --- a/job_spec/SRG_GSLC_CPU.yml +++ b/job_spec/SRG_GSLC_CPU.yml @@ -41,5 +41,3 @@ SRG_GSLC_CPU: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD diff --git a/job_spec/WATER_MAP.yml b/job_spec/WATER_MAP.yml index ae9cd6e54..26ee311bf 100644 --- a/job_spec/WATER_MAP.yml +++ b/job_spec/WATER_MAP.yml @@ -155,8 +155,6 @@ WATER_MAP: secrets: - EARTHDATA_USERNAME - EARTHDATA_PASSWORD - - ESA_USERNAME - - ESA_PASSWORD - name: '' image: ghcr.io/fjmeyer/hydrosar command: diff --git a/job_spec/WATER_MAP_EQ.yml b/job_spec/WATER_MAP_EQ.yml index c251747a2..202608a88 100644 --- a/job_spec/WATER_MAP_EQ.yml +++ b/job_spec/WATER_MAP_EQ.yml @@ -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: diff --git a/requirements-all.txt b/requirements-all.txt index 9ffec8c6c..b9ca49deb 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -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 diff --git a/requirements-apps-api-binary.txt b/requirements-apps-api-binary.txt index a7ee686f2..ce12e2874 100644 --- a/requirements-apps-api-binary.txt +++ b/requirements-apps-api-binary.txt @@ -1 +1 @@ -cryptography==42.0.8 +cryptography==43.0.0 diff --git a/requirements-apps-api.txt b/requirements-apps-api.txt index c1f10ae4c..3a4d5aec4 100644 --- a/requirements-apps-api.txt +++ b/requirements-apps-api.txt @@ -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/ diff --git a/requirements-apps-disable-private-dns.txt b/requirements-apps-disable-private-dns.txt index 1b1b393df..48b50adb7 100644 --- a/requirements-apps-disable-private-dns.txt +++ b/requirements-apps-disable-private-dns.txt @@ -1 +1 @@ -boto3==1.34.136 +boto3==1.34.155 diff --git a/requirements-apps-start-execution-manager.txt b/requirements-apps-start-execution-manager.txt index ce83bb4b5..e4644e0ce 100644 --- a/requirements-apps-start-execution-manager.txt +++ b/requirements-apps-start-execution-manager.txt @@ -1,3 +1,3 @@ -boto3==1.34.136 +boto3==1.34.155 ./lib/dynamo/ ./lib/lambda_logging/ diff --git a/requirements-apps-start-execution-worker.txt b/requirements-apps-start-execution-worker.txt index 9453043fe..bd5121fdc 100644 --- a/requirements-apps-start-execution-worker.txt +++ b/requirements-apps-start-execution-worker.txt @@ -1,2 +1,2 @@ -boto3==1.34.136 +boto3==1.34.155 ./lib/lambda_logging/