Skip to content

Commit

Permalink
Merge pull request #1853 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Bumpless release
  • Loading branch information
asjohnston-asf authored Sep 22, 2023
2 parents f3c837e + a089861 commit 90e7c7f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
image_tag: latest
product_lifetime_in_days: 30
quota: 0
job_files: job_spec/INSAR_GAMMA_HIGH_MEMORY.yml
job_files: job_spec/INSAR_GAMMA.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 640
expanded_max_vcpus: 640
Expand Down
102 changes: 0 additions & 102 deletions job_spec/INSAR_GAMMA_HIGH_MEMORY.yml

This file was deleted.

2 changes: 1 addition & 1 deletion job_spec/WATER_MAP_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ WATER_MAP_TEST:
type: integer
minimization_metric:
api_schema:
description: Evaluation method to minimize durring the iterative flood depth calculation. Options include a Fowlkes-Mallows index (fmi) or a threat score (ts). Only used when flood_depth_estimator is iterative.
description: Evaluation method to minimize during the iterative flood depth calculation. Options include a Fowlkes-Mallows index (fmi) or a threat score (ts). Only used when flood_depth_estimator is iterative.
default: fmi
type: string
enum:
Expand Down
6 changes: 3 additions & 3 deletions requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
-r requirements-apps-start-execution-manager.txt
-r requirements-apps-start-execution-worker.txt
-r requirements-apps-update-db.txt
boto3==1.28.47
boto3==1.28.52
jinja2==3.1.2
moto[dynamodb]==4.2.2
moto[dynamodb]==4.2.3
pytest==7.4.2
PyYAML==6.0.1
responses==0.23.3
Expand All @@ -16,4 +16,4 @@ flake8-blind-except==0.2.1
flake8-builtins==2.1.0
setuptools==68.2.2
openapi-spec-validator==0.4.0
cfn-lint==0.79.11
cfn-lint==0.80.2
2 changes: 1 addition & 1 deletion requirements-apps-api-binary.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cryptography==41.0.3
cryptography==41.0.4
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.47
boto3==1.28.52
./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.47
boto3==1.28.52
./lib/lambda_logging/

0 comments on commit 90e7c7f

Please sign in to comment.