Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v6.5.0 #2160

Merged
merged 33 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
390feb0
Bump actions/checkout from 4.1.1 to 4.1.2
dependabot[bot] Mar 12, 2024
b9b3eb4
Bump python-dateutil from 2.8.2 to 2.9.0.post0
dependabot[bot] Mar 14, 2024
81e41e6
add publishing parameter for ITS_LIVE
forrestfwilliams Mar 19, 2024
ead48b2
update changelog
forrestfwilliams Mar 19, 2024
31a0bc9
Merge pull request #2152 from ASFHyP3/open_itslive
forrestfwilliams Mar 20, 2024
5012bae
add access key
forrestfwilliams Mar 20, 2024
af08111
Merge pull request #2153 from ASFHyP3/itslive_creds
forrestfwilliams Mar 20, 2024
e372695
switch to publish bucket
forrestfwilliams Mar 20, 2024
44c8850
update changelog
forrestfwilliams Mar 20, 2024
3697133
add empty string as option
forrestfwilliams Mar 20, 2024
f75cd47
fix default enum
forrestfwilliams Mar 20, 2024
566b356
Update deploy-enterprise.yml to increase access throughput
cmarshak Mar 21, 2024
e2a4b7f
Update CHANGELOG.md
cmarshak Mar 21, 2024
ab4c797
Bump boto3 from 1.34.62 to 1.34.68
dependabot[bot] Mar 21, 2024
bdadcb8
Bump cfn-lint from 0.86.0 to 0.86.1
dependabot[bot] Mar 21, 2024
1fad0ad
Merge pull request #2154 from ASFHyP3/publish_bucket
forrestfwilliams Mar 22, 2024
2382530
Merge branch 'develop' into develop
forrestfwilliams Mar 22, 2024
7b7319f
Merge pull request #2156 from ACCESS-Cloud-Based-InSAR/develop
forrestfwilliams Mar 22, 2024
285afa4
Merge branch 'develop' into dependabot/pip/cfn-lint-0.86.1
jtherrmann Mar 22, 2024
9984a15
Merge pull request #2159 from ASFHyP3/dependabot/pip/cfn-lint-0.86.1
jtherrmann Mar 22, 2024
a0f9e05
Merge pull request #2158 from ASFHyP3/dependabot/pip/boto3-1.34.68
jtherrmann Mar 22, 2024
3891980
Bump moto[dynamodb] from 5.0.3.dev33 to 5.0.4.dev41
dependabot[bot] Mar 22, 2024
40052e9
Update requirements-all.txt
jtherrmann Mar 22, 2024
dbbc309
Merge pull request #2161 from ASFHyP3/dependabot/pip/moto-dynamodb--5…
jtherrmann Mar 22, 2024
8b92f1d
Merge branch 'develop' into dependabot/github_actions/actions/checkou…
jtherrmann Mar 22, 2024
62415b2
Merge pull request #2123 from ASFHyP3/dependabot/pip/python-dateutil-…
jtherrmann Mar 22, 2024
06dc738
Merge pull request #2142 from ASFHyP3/dependabot/github_actions/actio…
jtherrmann Mar 22, 2024
8701d5d
Bump boto3 from 1.34.68 to 1.34.69
dependabot[bot] Mar 22, 2024
ccb87ac
Merge pull request #2162 from ASFHyP3/dependabot/pip/boto3-1.34.69
jtherrmann Mar 22, 2024
05352c4
delete credits sandbox
jtherrmann Mar 25, 2024
25d2f0f
Merge pull request #2163 from ASFHyP3/delete-credits-sandbox
jtherrmann Mar 25, 2024
7428c02
rename autorift secrets for container changes
jhkennedy Mar 25, 2024
6bdb0c6
Merge pull request #2165 from ASFHyP3/pushlish-secrets
jhkennedy Mar 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
Loading