Skip to content

Commit

Permalink
Merge pull request #2160 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v6.5.0
  • Loading branch information
jhkennedy authored Mar 25, 2024
2 parents 0b1c320 + 6bdb0c6 commit 8d1d177
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 96 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/deploy-credits-sandbox.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
url: https://${{ matrix.domain }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-enterprise-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
url: https://${{ matrix.domain }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
cost_profile: DEFAULT
job_files: job_spec/INSAR_ISCE.yml job_spec/INSAR_ISCE_TEST.yml
instance_types: c6id.xlarge,c6id.2xlarge,c6id.4xlarge,c6id.8xlarge
default_max_vcpus: 1000
expanded_max_vcpus: 1000
default_max_vcpus: 4000
expanded_max_vcpus: 4000
required_surplus: 0
security_environment: JPL-public
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
url: https://${{ matrix.domain }}

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand All @@ -23,7 +23,7 @@ jobs:
matrix:
security_environment: [ASF, EDC, JPL, JPL-public]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand All @@ -37,7 +37,7 @@ jobs:
openapi-spec-validator:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand All @@ -50,7 +50,7 @@ jobs:
statelint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
Expand All @@ -70,7 +70,7 @@ jobs:
snyk:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: snyk/actions/[email protected]
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- uses: actions/setup-python@v5
with:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [6.5.0]

### Added
- A `publish_bucket` parameter to `AUTORIFT_ITS_LIVE` and `AUTORIFT_ITS_LIVE_TEST` that specifies if product should be uploaded to either the ITS_LIVE open data bucket or test bucket.
- Access key secrets to `AUTORIFT_ITS_LIVE` and `AUTORIFT_ITS_LIVE_TEST` that allow for S3 upload of products.

### Changed
- Update throughput for ACCESS deployments by factor of 4 (from 1000 to 4000 vcpus).

## [6.4.0]

### Changed
Expand Down
13 changes: 13 additions & 0 deletions job_spec/AUTORIFT_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ AUTORIFT:
description: Shapefile for determining the correct search parameters by geographic location. Path to shapefile must be understood by GDAL.
type: string
default: '/vsicurl/http://its-live-data.s3.amazonaws.com/autorift_parameters/v001/autorift_landice_0120m.shp'
publish_bucket:
api_schema:
description: Publish the resulting product to the ITS_LIVE AWS Open Data (or test) S3 Bucket
default: '""'
type: string
enum:
- '""'
- "its-live-data"
- "its-live-data-test"
cost_profiles:
DEFAULT:
cost: 1.0
Expand All @@ -52,6 +61,8 @@ AUTORIFT:
- Ref::bucket_prefix
- --parameter-file
- Ref::parameter_file
- --publish-bucket
- Ref::publish_bucket
- --naming-scheme
- ITS_LIVE_PROD
- Ref::granules
Expand All @@ -63,3 +74,5 @@ AUTORIFT:
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- PUBLISH_ACCESS_KEY_ID
- PUBLISH_SECRET_ACCESS_KEY
13 changes: 13 additions & 0 deletions job_spec/AUTORIFT_ITS_LIVE_TEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ AUTORIFT_TEST:
description: Shapefile for determining the correct search parameters by geographic location. Path to shapefile must be understood by GDAL.
type: string
default: '/vsicurl/http://its-live-data.s3.amazonaws.com/autorift_parameters/v001/autorift_landice_0120m.shp'
publish_bucket:
api_schema:
description: Publish the resulting product to the ITS_LIVE AWS Open Data (or test) S3 Bucket
default: '""'
type: string
enum:
- '""'
- "its-live-data"
- "its-live-data-test"
cost_profiles:
DEFAULT:
cost: 1.0
Expand All @@ -53,6 +62,8 @@ AUTORIFT_TEST:
- Ref::bucket_prefix
- --parameter-file
- Ref::parameter_file
- --publish-bucket
- Ref::publish_bucket
- --naming-scheme
- ITS_LIVE_PROD
- Ref::granules
Expand All @@ -64,3 +75,5 @@ AUTORIFT_TEST:
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- PUBLISH_ACCESS_KEY_ID
- PUBLISH_SECRET_ACCESS_KEY
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.34.62
boto3==1.34.69
jinja2==3.1.3
moto[dynamodb]==5.0.3.dev33
moto[dynamodb]==5.0.3
pytest==8.1.1
PyYAML==6.0.1
responses==0.25.0
Expand All @@ -16,4 +16,4 @@ flake8-blind-except==0.2.1
flake8-builtins==2.2.0
setuptools==69.2.0
openapi-spec-validator==0.7.1
cfn-lint==0.86.0
cfn-lint==0.86.1
2 changes: 1 addition & 1 deletion requirements-apps-scale-cluster.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
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.62
boto3==1.34.69
./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.62
boto3==1.34.69
./lib/lambda_logging/

0 comments on commit 8d1d177

Please sign in to comment.