diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a71844a41..e68e14caa39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## Unreleased +## [v13.2.0] 2022-8-04 + ### Changed - **CUMULUS-2940** @@ -13,8 +15,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). configuration parameters from the main `cumulus` module - **CUMULUS-2954** - Updated Backup LZARDS task to run as a single task in a step function workflow. - - Updated task to allow user to provide `collectionId` in workflow input and - updated task to use said `collectionId` to look up the corresponding collection record in RDS. + - Updated task to allow user to provide `collectionId` in workflow input and + updated task to use said `collectionId` to look up the corresponding collection record in RDS. ## [v13.1.0] 2022-7-22 @@ -6358,7 +6360,8 @@ Note: There was an issue publishing 1.12.0. Upgrade to 1.12.1. ## [v1.0.0] - 2018-02-23 -[unreleased]: https://github.com/nasa/cumulus/compare/v13.1.0...HEAD +[unreleased]: https://github.com/nasa/cumulus/compare/v13.2.0...HEAD +[v13.2.0]: https://github.com/nasa/cumulus/compare/v13.1.0...v13.2.0 [v13.1.0]: https://github.com/nasa/cumulus/compare/v13.0.1...v13.1.0 [v13.0.1]: https://github.com/nasa/cumulus/compare/v13.0.0...v13.0.1 [v13.0.0]: https://github.com/nasa/cumulus/compare/v12.0.1...v13.0.0 diff --git a/example/lambdas/asyncOperations/package.json b/example/lambdas/asyncOperations/package.json index 70826bfed09..025a8ba9563 100644 --- a/example/lambdas/asyncOperations/package.json +++ b/example/lambdas/asyncOperations/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/test-async-operations", - "version": "13.1.0", + "version": "13.2.0", "description": "AsyncOperations Test Lambda", "main": "index.js", "private": true, diff --git a/example/lambdas/ftpPopulateTestLambda/package.json b/example/lambdas/ftpPopulateTestLambda/package.json index 009abfebc79..3a7484cd972 100644 --- a/example/lambdas/ftpPopulateTestLambda/package.json +++ b/example/lambdas/ftpPopulateTestLambda/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/ftp-populate-test-lambda", - "version": "13.1.0", + "version": "13.2.0", "description": "FTP Population Utility Lambda", "main": "index.js", "private": true, @@ -19,12 +19,12 @@ "access": "private" }, "dependencies": { - "@cumulus/api": "13.1.0", - "@cumulus/api-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/integration-tests": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/test-data": "13.1.0", + "@cumulus/api": "13.2.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/integration-tests": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/test-data": "13.2.0", "aws-sdk": "^2.585.0", "fs-extra": "^9.0.0", "js-yaml": "^3.13.1", diff --git a/example/lambdas/python-processing/package.json b/example/lambdas/python-processing/package.json index 2efdae6bcf9..85757702c49 100644 --- a/example/lambdas/python-processing/package.json +++ b/example/lambdas/python-processing/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/python-process-activity", "private": true, - "version": "13.1.0", + "version": "13.2.0", "description": "Python reference activity", "homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity", "repository": { diff --git a/example/lambdas/python-reference-activity/package.json b/example/lambdas/python-reference-activity/package.json index cc0b674ee9e..73391c4cae9 100644 --- a/example/lambdas/python-reference-activity/package.json +++ b/example/lambdas/python-reference-activity/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/python-reference-activity", "private": true, - "version": "13.1.0", + "version": "13.2.0", "description": "Python reference activity", "homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity", "repository": { diff --git a/example/lambdas/python-reference-task/package.json b/example/lambdas/python-reference-task/package.json index 06e947edd70..7429a0a404d 100644 --- a/example/lambdas/python-reference-task/package.json +++ b/example/lambdas/python-reference-task/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/python-reference-task", "private": true, - "version": "13.1.0", + "version": "13.2.0", "description": "Python reference task", "main": "index.js", "homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-task", diff --git a/example/lambdas/s3AccessTest/package.json b/example/lambdas/s3AccessTest/package.json index 8c81a13658b..d96d4a2c0c2 100644 --- a/example/lambdas/s3AccessTest/package.json +++ b/example/lambdas/s3AccessTest/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/test-s3-access", - "version": "13.1.0", + "version": "13.2.0", "description": "S3 Access Test Lambda", "main": "index.js", "private": true, diff --git a/example/lambdas/snsS3Test/package.json b/example/lambdas/snsS3Test/package.json index aa9e849b94a..5eb4f351075 100644 --- a/example/lambdas/snsS3Test/package.json +++ b/example/lambdas/snsS3Test/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/test-sns-s3", - "version": "13.1.0", + "version": "13.2.0", "description": "SNS to S3 Test Lambda", "main": "index.js", "private": true, diff --git a/example/lambdas/versionUpTest/package.json b/example/lambdas/versionUpTest/package.json index 2b17e80cee6..2b635bcbe60 100644 --- a/example/lambdas/versionUpTest/package.json +++ b/example/lambdas/versionUpTest/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/test-version-up", - "version": "13.1.0", + "version": "13.2.0", "description": "Version Up Test Lambda", "main": "index.js", "private": true, diff --git a/example/package.json b/example/package.json index 88164099066..035444d33b5 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/cumulus-integration-tests", - "version": "13.1.0", + "version": "13.2.0", "description": "Cumulus Integration Test Deployment", "private": true, "main": "index.js", @@ -45,32 +45,32 @@ ] }, "dependencies": { - "@cumulus/api": "13.1.0", - "@cumulus/api-client": "13.1.0", - "@cumulus/async-operations": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/checksum": "13.1.0", - "@cumulus/cmr-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/discover-granules": "13.1.0", - "@cumulus/discover-pdrs": "13.1.0", - "@cumulus/files-to-granules": "13.1.0", - "@cumulus/hello-world": "13.1.0", - "@cumulus/ingest": "13.1.0", - "@cumulus/integration-tests": "13.1.0", - "@cumulus/message": "13.1.0", - "@cumulus/move-granules": "13.1.0", - "@cumulus/parse-pdr": "13.1.0", - "@cumulus/pdr-status-check": "13.1.0", - "@cumulus/post-to-cmr": "13.1.0", - "@cumulus/queue-granules": "13.1.0", - "@cumulus/queue-pdrs": "13.1.0", - "@cumulus/sf-sqs-report": "13.1.0", - "@cumulus/sync-granule": "13.1.0", - "@cumulus/test-processing": "13.1.0" + "@cumulus/api": "13.2.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/async-operations": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/checksum": "13.2.0", + "@cumulus/cmr-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/discover-granules": "13.2.0", + "@cumulus/discover-pdrs": "13.2.0", + "@cumulus/files-to-granules": "13.2.0", + "@cumulus/hello-world": "13.2.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/integration-tests": "13.2.0", + "@cumulus/message": "13.2.0", + "@cumulus/move-granules": "13.2.0", + "@cumulus/parse-pdr": "13.2.0", + "@cumulus/pdr-status-check": "13.2.0", + "@cumulus/post-to-cmr": "13.2.0", + "@cumulus/queue-granules": "13.2.0", + "@cumulus/queue-pdrs": "13.2.0", + "@cumulus/sf-sqs-report": "13.2.0", + "@cumulus/sync-granule": "13.2.0", + "@cumulus/test-processing": "13.2.0" }, "devDependencies": { - "@cumulus/test-data": "13.1.0" + "@cumulus/test-data": "13.2.0" } } diff --git a/example/scripts/generate_ingest/package.json b/example/scripts/generate_ingest/package.json index 6eac6f80ec5..367d621032e 100644 --- a/example/scripts/generate_ingest/package.json +++ b/example/scripts/generate_ingest/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/generate_ingest", "private": true, - "version": "13.1.0", + "version": "13.2.0", "description": "Script to generate test data for scaled ingest", "keywords": [ "GIBS", @@ -22,8 +22,8 @@ "directory": "packages/types" }, "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0" + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0" }, "author": "Cumulus Authors", "license": "Apache-2.0" diff --git a/example/scripts/lib/package.json b/example/scripts/lib/package.json index 284b7fa6332..c5e54d35340 100644 --- a/example/scripts/lib/package.json +++ b/example/scripts/lib/package.json @@ -1,7 +1,7 @@ { "name": "@cumulus/example-lib", "private": true, - "version": "13.1.0", + "version": "13.2.0", "description": "example project libs", "homepage": "https://github.com/nasa/cumulus/tree/master/example/scripts/lib", "engines": { diff --git a/lambdas/data-migration1/package.json b/lambdas/data-migration1/package.json index 94ea1a765f5..c6d3f1776da 100644 --- a/lambdas/data-migration1/package.json +++ b/lambdas/data-migration1/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/data-migration1", - "version": "13.1.0", + "version": "13.2.0", "description": "A Lambda function used for doing data migrations", "license": "Apache-2.0", "engines": { @@ -25,18 +25,18 @@ "timeout": "15m" }, "dependencies": { - "@cumulus/api": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/db": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/api": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/db": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/types": "13.2.0", "knex": "0.95.15", "lodash": "^4.17.21", "pg": "^8.3.0" }, "devDependencies": { - "@cumulus/test-data": "13.1.0" + "@cumulus/test-data": "13.2.0" } } diff --git a/lambdas/data-migration2/package.json b/lambdas/data-migration2/package.json index f1fcbcdaace..db7a353e81a 100644 --- a/lambdas/data-migration2/package.json +++ b/lambdas/data-migration2/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/data-migration2", - "version": "13.1.0", + "version": "13.2.0", "description": "A Lambda function used for doing data migrations intended to be executed after data-migration1.", "license": "Apache-2.0", "engines": { @@ -28,14 +28,14 @@ "@aws-sdk/client-dynamodb": "^3.58.0", "@aws-sdk/lib-dynamodb": "^3.58.0", "@aws-sdk/util-dynamodb": "^3.58.0", - "@cumulus/api": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/db": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/message": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/api": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/db": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/message": "13.2.0", + "@cumulus/types": "13.2.0", "JSONStream": "1.3.5", "knex": "0.95.15", "lodash": "^4.17.21", @@ -43,6 +43,6 @@ "pg": "^8.3.0" }, "devDependencies": { - "@cumulus/test-data": "13.1.0" + "@cumulus/test-data": "13.2.0" } } diff --git a/lambdas/db-migration/package.json b/lambdas/db-migration/package.json index 3b4a56160c3..c8fb0f6c1c2 100644 --- a/lambdas/db-migration/package.json +++ b/lambdas/db-migration/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/db-migration-lambda", - "version": "13.1.0", + "version": "13.2.0", "description": "A Lambda function used for deploying DB migrations", "license": "Apache-2.0", "engines": { @@ -20,7 +20,7 @@ "tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles" }, "dependencies": { - "@cumulus/db": "13.1.0", + "@cumulus/db": "13.2.0", "knex": "0.95.15", "pg": "^8.3.0" } diff --git a/lambdas/db-provision-user-database/package.json b/lambdas/db-provision-user-database/package.json index 13f54097180..70ac20685f3 100644 --- a/lambdas/db-provision-user-database/package.json +++ b/lambdas/db-provision-user-database/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/db-provision-user-database-lambda", - "version": "13.1.0", + "version": "13.2.0", "description": "A Lambda function used for provisioning user databases", "engines": { "node": ">=14.19.1" @@ -24,8 +24,8 @@ "timeout": "2m" }, "dependencies": { - "@cumulus/common": "13.1.0", - "@cumulus/db": "13.1.0", + "@cumulus/common": "13.2.0", + "@cumulus/db": "13.2.0", "knex": "0.95.15", "pg": "^8.3.0" }, diff --git a/lambdas/postgres-migration-async-operation/package.json b/lambdas/postgres-migration-async-operation/package.json index e684e895a9c..15dfef6697b 100644 --- a/lambdas/postgres-migration-async-operation/package.json +++ b/lambdas/postgres-migration-async-operation/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/postgres-migration-async-operation", - "version": "13.1.0", + "version": "13.2.0", "description": "A Lambda function used to start an ECS task to run data-migrations2 lambda", "license": "Apache-2.0", "engines": { @@ -28,12 +28,12 @@ "timeout": "15m" }, "dependencies": { - "@cumulus/api": "13.1.0", - "@cumulus/async-operations": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/types": "13.1.0" + "@cumulus/api": "13.2.0", + "@cumulus/async-operations": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/types": "13.2.0" }, "devDependencies": { - "@cumulus/test-data": "13.1.0" + "@cumulus/test-data": "13.2.0" } } diff --git a/lambdas/postgres-migration-count-tool/package.json b/lambdas/postgres-migration-count-tool/package.json index fe95cfe6f8e..f05f8f32c5c 100644 --- a/lambdas/postgres-migration-count-tool/package.json +++ b/lambdas/postgres-migration-count-tool/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/postgres-reconcile", - "version": "13.1.0", + "version": "13.2.0", "description": "A Lambda function used for generating counts between Dynamo/ES and Postgres", "license": "Apache-2.0", "engines": { @@ -21,12 +21,12 @@ "tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles" }, "dependencies": { - "@cumulus/api": "13.1.0", - "@cumulus/api-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/db": "13.1.0", - "@cumulus/message": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/api": "13.2.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/db": "13.2.0", + "@cumulus/message": "13.2.0", + "@cumulus/types": "13.2.0", "knex": "0.95.15", "p-map": "^4.0.0", "pg": "^8.3.0" diff --git a/lambdas/sqs-message-remover/package.json b/lambdas/sqs-message-remover/package.json index 68a8efe2a7a..b9b2a2270dd 100644 --- a/lambdas/sqs-message-remover/package.json +++ b/lambdas/sqs-message-remover/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/sqs-message-remover-lambda", - "version": "13.1.0", + "version": "13.2.0", "description": "Remove processed messages from SQS queues", "main": "src/index.js", "private": true, @@ -36,10 +36,10 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/ingest": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/logger": "13.2.0", "lodash": "^4.17.21" } } diff --git a/lerna.json b/lerna.json index 9a311198af5..00c485647a9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.20.2", - "version": "13.1.0", + "version": "13.2.0", "packages": [ "example", "example/lambdas/*", diff --git a/packages/api-client/package.json b/packages/api-client/package.json index 183021b5b64..505dbe8eabd 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/api-client", - "version": "13.1.0", + "version": "13.2.0", "description": "API client for working with the Cumulus archive API", "keywords": [ "GIBS", @@ -38,11 +38,11 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/logger": "13.2.0", "p-retry": "^2.0.0" }, "devDependencies": { - "@cumulus/types": "13.1.0" + "@cumulus/types": "13.2.0" } } diff --git a/packages/api/ecs/async-operation/package.json b/packages/api/ecs/async-operation/package.json index e2d16cf6b20..4fd69dc5f13 100644 --- a/packages/api/ecs/async-operation/package.json +++ b/packages/api/ecs/async-operation/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/ecs-async-operation", - "version": "13.1.0", + "version": "13.2.0", "description": "The docker image for running async operations", "keywords": [ "NASA", @@ -20,10 +20,10 @@ "test": "../../../../node_modules/.bin/ava" }, "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/db": "13.1.0", - "@cumulus/es-client": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/db": "13.2.0", + "@cumulus/es-client": "13.2.0", + "@cumulus/logger": "13.2.0", "aws-sdk": "^2.585.0", "crypto-random-string": "^3.2.0", "got": "^11.8.5", diff --git a/packages/api/package.json b/packages/api/package.json index 6271158e94a..eed80831032 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/api", - "version": "13.1.0", + "version": "13.2.0", "description": "Lambda functions for handling all daac's API operations", "main": "index.js", "engines": { @@ -52,26 +52,26 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/api-client": "13.1.0", - "@cumulus/async-operations": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmr-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/collection-config-store": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/db": "13.1.0", - "@cumulus/distribution-utils": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/es-client": "13.1.0", - "@cumulus/ingest": "13.1.0", - "@cumulus/launchpad-auth": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/message": "13.1.0", - "@cumulus/oauth-client": "13.1.0", - "@cumulus/object-store": "13.1.0", - "@cumulus/pvl": "13.1.0", - "@cumulus/sftp-client": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/async-operations": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmr-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/collection-config-store": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/db": "13.2.0", + "@cumulus/distribution-utils": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/es-client": "13.2.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/launchpad-auth": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/message": "13.2.0", + "@cumulus/oauth-client": "13.2.0", + "@cumulus/object-store": "13.2.0", + "@cumulus/pvl": "13.2.0", + "@cumulus/sftp-client": "13.2.0", + "@cumulus/types": "13.2.0", "@mapbox/dyno": "^1.4.2", "aggregate-error": "^3.1.0", "ajv": "^6.12.3", @@ -116,6 +116,6 @@ "xml2js": "^0.4.22" }, "devDependencies": { - "@cumulus/test-data": "13.1.0" + "@cumulus/test-data": "13.2.0" } } diff --git a/packages/async-operations/package.json b/packages/async-operations/package.json index 07a5689f3ba..c3703713b23 100644 --- a/packages/async-operations/package.json +++ b/packages/async-operations/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/async-operations", - "version": "13.1.0", + "version": "13.2.0", "description": "Cumulus Core internal async operations module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -28,16 +28,16 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/db": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/es-client": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/db": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/es-client": "13.2.0", + "@cumulus/types": "13.2.0", "knex": "0.95.15", "uuid": "8.3.2" }, "devDependencies": { - "@cumulus/common": "13.1.0", + "@cumulus/common": "13.2.0", "@types/aws-sdk": "2.7.0", "@types/uuid": "^8.0.0" } diff --git a/packages/aws-client/package.json b/packages/aws-client/package.json index e26f8a02ab0..ef2ef49a8c3 100644 --- a/packages/aws-client/package.json +++ b/packages/aws-client/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/aws-client", - "version": "13.1.0", + "version": "13.2.0", "description": "Utilities for working with AWS", "keywords": [ "GIBS", @@ -52,9 +52,9 @@ "@aws-sdk/s3-request-presigner": "^3.58.0", "@aws-sdk/signature-v4-crt": "^3.58.0", "@aws-sdk/types": "^3.58.0", - "@cumulus/checksum": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/checksum": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", "aws-sdk": "^2.585.0", "jsonpath-plus": "^1.1.0", "lodash": "~4.17.21", diff --git a/packages/checksum/package.json b/packages/checksum/package.json index 880fd208de4..246693bc710 100644 --- a/packages/checksum/package.json +++ b/packages/checksum/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/checksum", - "version": "13.1.0", + "version": "13.2.0", "description": "Cumulus checksum utilities", "engines": { "node": ">=14.19.1" diff --git a/packages/cmr-client/package.json b/packages/cmr-client/package.json index 61f8ef72538..cf123459469 100644 --- a/packages/cmr-client/package.json +++ b/packages/cmr-client/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/cmr-client", - "version": "13.1.0", + "version": "13.2.0", "description": "A Node.js client to NASA's Common Metadata Repository (CMR) API.", "engines": { "node": ">=14.19.1" @@ -34,9 +34,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", "got": "^11.8.5", "lodash": "^4.17.21", "public-ip": "^3.0.0", diff --git a/packages/cmrjs/package.json b/packages/cmrjs/package.json index 196be07a1b3..fda06b4b473 100644 --- a/packages/cmrjs/package.json +++ b/packages/cmrjs/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/cmrjs", - "version": "13.1.0", + "version": "13.2.0", "description": "A node SDK for CMR", "engines": { "node": ">=14.19.1" @@ -33,13 +33,13 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmr-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/distribution-utils": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/launchpad-auth": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmr-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/distribution-utils": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/launchpad-auth": "13.2.0", + "@cumulus/logger": "13.2.0", "got": "^11.8.1", "js2xmlparser": "^4.0.0", "lodash": "^4.17.21", diff --git a/packages/collection-config-store/package.json b/packages/collection-config-store/package.json index 59c16e3a71e..1aa02036b4b 100644 --- a/packages/collection-config-store/package.json +++ b/packages/collection-config-store/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/collection-config-store", - "version": "13.1.0", + "version": "13.2.0", "description": "Utility for persisting collection configuration to S3 and retrieving it", "keywords": [ "CUMULUS", @@ -32,8 +32,8 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/message": "13.1.0" + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/message": "13.2.0" } } diff --git a/packages/common/package.json b/packages/common/package.json index 5433205d267..d3d47fb7cb2 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/common", - "version": "13.1.0", + "version": "13.2.0", "description": "Common utilities used across tasks", "keywords": [ "GIBS", @@ -43,9 +43,9 @@ "dependencies": { "@aws-sdk/client-s3": "^3.58.0", "@aws-sdk/signature-v4-crt": "^3.58.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", "ajv": "^6.12.3", "aws-sdk": "^2.585.0", "follow-redirects": "^1.2.4", diff --git a/packages/db/package.json b/packages/db/package.json index 150d2cecb65..14d062a78a8 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/db", - "version": "13.1.0", + "version": "13.2.0", "description": "Utilities for working with the Cumulus DB", "license": "Apache-2.0", "main": "./dist/index.js", @@ -29,12 +29,12 @@ "node": ">=14.19.1" }, "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/message": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/message": "13.2.0", + "@cumulus/types": "13.2.0", "crypto-random-string": "^3.2.0", "is-valid-hostname": "1.0.2", "knex": "0.95.15", diff --git a/packages/distribution-utils/package.json b/packages/distribution-utils/package.json index 957f2ff41f3..88ce8a1859c 100644 --- a/packages/distribution-utils/package.json +++ b/packages/distribution-utils/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/distribution-utils", - "version": "13.1.0", + "version": "13.2.0", "description": "Cumulus Distribution utilities", "keywords": [ "CUMULUS" @@ -33,9 +33,9 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/errors": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/errors": "13.2.0", "url-join": "^1.1.0" }, "devDependencies": { diff --git a/packages/errors/package.json b/packages/errors/package.json index e2dfc6b3b70..bd788a59a0a 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/errors", - "version": "13.1.0", + "version": "13.2.0", "description": "Provides error classes for Cumulus", "keywords": [ "GIBS", diff --git a/packages/es-client/package.json b/packages/es-client/package.json index 719151401e1..4cb5f69279e 100644 --- a/packages/es-client/package.json +++ b/packages/es-client/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/es-client", - "version": "13.1.0", + "version": "13.2.0", "description": "Utilities for working with Elasticsearch", "keywords": [ "CUMULUS", @@ -30,10 +30,10 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/common": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/message": "13.1.0", + "@cumulus/common": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/message": "13.2.0", "@elastic/elasticsearch": "^5.6.20", "aws-elasticsearch-connector": "8.2.0", "aws-sdk": "^2.585.0", @@ -42,8 +42,8 @@ "p-limit": "^1.2.0" }, "devDependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/test-data": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/test-data": "13.2.0", "p-each-series": "^2.1.0" } } diff --git a/packages/ingest/package.json b/packages/ingest/package.json index eb1ba82a388..83f1ff8e702 100644 --- a/packages/ingest/package.json +++ b/packages/ingest/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/ingest", - "version": "13.1.0", + "version": "13.2.0", "description": "Ingest utilities", "engines": { "node": ">=14.19.1" @@ -38,13 +38,13 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/db": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/message": "13.1.0", - "@cumulus/sftp-client": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/db": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/message": "13.2.0", + "@cumulus/sftp-client": "13.2.0", "aws-sdk": "^2.585.0", "cksum": "^1.3.0", "delay": "^4.3.0", @@ -61,9 +61,9 @@ "tough-cookie": "^4.0.0" }, "devDependencies": { - "@cumulus/checksum": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/test-data": "13.1.0", - "@cumulus/types": "13.1.0" + "@cumulus/checksum": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/test-data": "13.2.0", + "@cumulus/types": "13.2.0" } } diff --git a/packages/integration-tests/package.json b/packages/integration-tests/package.json index f8e8b839e03..9dd79c3a8c4 100644 --- a/packages/integration-tests/package.json +++ b/packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/integration-tests", - "version": "13.1.0", + "version": "13.2.0", "description": "Integration tests", "bin": { "cumulus-test": "./bin/cli.js" @@ -28,16 +28,16 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/api": "13.1.0", - "@cumulus/api-client": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmr-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/launchpad-auth": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/message": "13.1.0", - "@cumulus/oauth-client": "13.1.0", + "@cumulus/api": "13.2.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmr-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/launchpad-auth": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/message": "13.2.0", + "@cumulus/oauth-client": "13.2.0", "aws-sdk": "^2.585.0", "base-64": "^0.1.0", "commander": "^2.15.0", diff --git a/packages/launchpad-auth/package.json b/packages/launchpad-auth/package.json index 2e30460cdee..56c263c3e69 100644 --- a/packages/launchpad-auth/package.json +++ b/packages/launchpad-auth/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/launchpad-auth", - "version": "13.1.0", + "version": "13.2.0", "description": "Utilities for authentication with Launchpad", "keywords": [ "CUMULUS", @@ -37,8 +37,8 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/logger": "13.2.0", "got": "^11.8.5", "lodash": "^4.17.21", "uuid": "^3.2.1" diff --git a/packages/logger/package.json b/packages/logger/package.json index 77c43190244..2942fa42e61 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/logger", - "version": "13.1.0", + "version": "13.2.0", "description": "A log library for use on Cumulus", "keywords": [ "GIBS", diff --git a/packages/message/package.json b/packages/message/package.json index d81e20a4e1f..40201e0df92 100644 --- a/packages/message/package.json +++ b/packages/message/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/message", - "version": "13.1.0", + "version": "13.2.0", "description": "Utilities for building and parsing Cumulus messages", "keywords": [ "GIBS", @@ -38,11 +38,11 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/types": "13.2.0", "jsonpath-plus": "^3.0.0", "lodash": "^4.17.21", "uuid": "^8.2.0" diff --git a/packages/oauth-client/package.json b/packages/oauth-client/package.json index 77cb37b3cba..32701ebe21c 100644 --- a/packages/oauth-client/package.json +++ b/packages/oauth-client/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/oauth-client", - "version": "13.1.0", + "version": "13.2.0", "description": "A generic auth client", "homepage": "https://github.com/nasa/cumulus/tree/master/packages/oauth-client#readme", "repository": { diff --git a/packages/object-store/package.json b/packages/object-store/package.json index c87901cc42f..93d9677e7eb 100644 --- a/packages/object-store/package.json +++ b/packages/object-store/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/object-store", - "version": "13.1.0", + "version": "13.2.0", "description": "Utilities for managing object stores", "keywords": [ "GIBS", @@ -39,6 +39,6 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0" + "@cumulus/aws-client": "13.2.0" } } diff --git a/packages/pvl/package.json b/packages/pvl/package.json index 9b68e267d8b..77204f6a97c 100644 --- a/packages/pvl/package.json +++ b/packages/pvl/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/pvl", - "version": "13.1.0", + "version": "13.2.0", "description": "Parse and serialize Parameter Value Language, a data markup language used by NASA", "main": "index.js", "engine": { diff --git a/packages/s3-credentials-endpoint/package.json b/packages/s3-credentials-endpoint/package.json index f02f3fb1c3d..225d97e074e 100644 --- a/packages/s3-credentials-endpoint/package.json +++ b/packages/s3-credentials-endpoint/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/s3-credentials-endpoint", - "version": "13.1.0", + "version": "13.2.0", "description": "An API Gateway Lambda to return AWS credentials for fetching objects from S3", "license": "Apache-2.0", "engines": { @@ -17,12 +17,12 @@ "timeout": "15m" }, "dependencies": { - "@cumulus/api": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/oauth-client": "13.1.0", + "@cumulus/api": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/oauth-client": "13.2.0", "aws-serverless-express": "^3.3.6", "body-parser": "^1.19.0", "cookie-parser": "^1.4.4", diff --git a/packages/schemas/package.json b/packages/schemas/package.json index c6360cf4fbd..2207fbc61c1 100644 --- a/packages/schemas/package.json +++ b/packages/schemas/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/schemas", - "version": "13.1.0", + "version": "13.2.0", "description": "Helpers for managing Cumulus task schemas", "homepage": "https://github.com/nasa/cumulus/tree/master/packages/schemas", "repository": { diff --git a/packages/sftp-client/package.json b/packages/sftp-client/package.json index 9cc4b38bd0a..294c471d413 100644 --- a/packages/sftp-client/package.json +++ b/packages/sftp-client/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/sftp-client", - "version": "13.1.0", + "version": "13.2.0", "description": "A Promise-based SFTP client", "keywords": [ "GIBS", @@ -36,16 +36,16 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", "lodash": "^4.17.21", "mime-types": "^2.1.27", "ssh2": "^1.0.0", "ssh2-sftp-client": "^7.0.4" }, "devDependencies": { - "@cumulus/checksum": "13.1.0", - "@cumulus/test-data": "13.1.0", + "@cumulus/checksum": "13.2.0", + "@cumulus/test-data": "13.2.0", "@types/ssh2-sftp-client": "^7.0.0" } } diff --git a/packages/tea-map-cache/package.json b/packages/tea-map-cache/package.json index 7b8505f91ff..05775bd98cf 100644 --- a/packages/tea-map-cache/package.json +++ b/packages/tea-map-cache/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/tea-map-cache", - "version": "13.1.0", + "version": "13.2.0", "description": "Tea Bucket Map Cache Writer", "main": "index.js", "engines": { @@ -27,8 +27,8 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/logger": "13.2.0", "got": "^11.8.5", "p-retry": "^4.2.0" }, diff --git a/packages/test-data/package.json b/packages/test-data/package.json index 0250d5a9c82..d1b35caf3dc 100644 --- a/packages/test-data/package.json +++ b/packages/test-data/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/test-data", - "version": "13.1.0", + "version": "13.2.0", "description": "Includes the test data for various packages", "keywords": [ "GIBS", diff --git a/packages/tf-inventory/package.json b/packages/tf-inventory/package.json index 423326a2120..69d4705733b 100644 --- a/packages/tf-inventory/package.json +++ b/packages/tf-inventory/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/tf-inventory", - "version": "13.1.0", + "version": "13.2.0", "description": "Package to help keep track of what resources are managed by Terraform in the AWS account", "main": "index.js", "engines": { @@ -30,11 +30,11 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", + "@cumulus/aws-client": "13.2.0", "commander": "^4.1.0", "lodash": "^4.17.21" }, "devDependencies": { - "@cumulus/common": "13.1.0" + "@cumulus/common": "13.2.0" } } diff --git a/packages/types/package.json b/packages/types/package.json index ab8e6e1052c..13d991d27b3 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/types", - "version": "13.1.0", + "version": "13.2.0", "description": "TypeScript definitions for working with Cumulus data structures", "keywords": [ "GIBS", diff --git a/tasks/add-missing-file-checksums/package.json b/tasks/add-missing-file-checksums/package.json index c0235a435e6..2175df0a719 100644 --- a/tasks/add-missing-file-checksums/package.json +++ b/tasks/add-missing-file-checksums/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/add-missing-file-checksums", - "version": "13.1.0", + "version": "13.2.0", "description": "Add checksums to files in S3 which don't have one", "author": "Cumulus Authors", "license": "Apache-2.0", @@ -42,12 +42,12 @@ } }, "dependencies": { - "@cumulus/aws-client": "13.1.0", + "@cumulus/aws-client": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4" }, "devDependencies": { - "@cumulus/schemas": "13.1.0", - "@cumulus/types": "13.1.0", + "@cumulus/schemas": "13.2.0", + "@cumulus/types": "13.2.0", "@types/aws-lambda": "^8.10.58" } } diff --git a/tasks/discover-granules/package.json b/tasks/discover-granules/package.json index 3a714d09cf7..b923523e4a7 100644 --- a/tasks/discover-granules/package.json +++ b/tasks/discover-granules/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/discover-granules", - "version": "13.1.0", + "version": "13.2.0", "description": "Discover Granules in FTP/HTTP/HTTPS/SFTP/S3 endpoints", "main": "index.js", "directories": { @@ -35,16 +35,16 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/api-client": "13.1.0", + "@cumulus/api-client": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/ingest": "13.1.0", - "@cumulus/logger": "13.1.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/logger": "13.2.0", "got": "^11.8.5", "lodash": "^4.17.21", "p-map": "^4.0.0" }, "devDependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0" + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0" } } diff --git a/tasks/discover-pdrs/package.json b/tasks/discover-pdrs/package.json index 68a947d259d..777635c905e 100644 --- a/tasks/discover-pdrs/package.json +++ b/tasks/discover-pdrs/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/discover-pdrs", - "version": "13.1.0", + "version": "13.2.0", "description": "Discover PDRs in FTP and HTTP endpoints", "main": "index.js", "directories": { @@ -34,14 +34,14 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", + "@cumulus/aws-client": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/ingest": "13.1.0", + "@cumulus/ingest": "13.2.0", "lodash": "^4.17.21", "p-filter": "^2.1.0" }, "devDependencies": { - "@cumulus/common": "13.1.0", - "@cumulus/errors": "13.1.0" + "@cumulus/common": "13.2.0", + "@cumulus/errors": "13.2.0" } } diff --git a/tasks/files-to-granules/package.json b/tasks/files-to-granules/package.json index dd10b8b35de..6b5f26fe9c1 100644 --- a/tasks/files-to-granules/package.json +++ b/tasks/files-to-granules/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/files-to-granules", - "version": "13.1.0", + "version": "13.2.0", "description": "Converts array-of-files input into a granules object by extracting granuleId from filename", "main": "index.js", "directories": { @@ -32,12 +32,12 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", + "@cumulus/aws-client": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", "lodash": "^4.17.21" }, "devDependencies": { - "@cumulus/common": "13.1.0", - "@cumulus/schemas": "13.1.0" + "@cumulus/common": "13.2.0", + "@cumulus/schemas": "13.2.0" } } diff --git a/tasks/hello-world/package.json b/tasks/hello-world/package.json index 8e445425c11..6ef35371f36 100644 --- a/tasks/hello-world/package.json +++ b/tasks/hello-world/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/hello-world", - "version": "13.1.0", + "version": "13.2.0", "description": "Example task", "main": "index.js", "directories": { @@ -32,8 +32,8 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4" } } diff --git a/tasks/hyrax-metadata-updates/package.json b/tasks/hyrax-metadata-updates/package.json index 29619182c5f..071fa8d908e 100644 --- a/tasks/hyrax-metadata-updates/package.json +++ b/tasks/hyrax-metadata-updates/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/hyrax-metadata-updates", - "version": "13.1.0", + "version": "13.2.0", "description": "Update granule metadata with hooks to OPeNDAP URL", "main": "index.js", "directories": { @@ -38,18 +38,18 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmr-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmr-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/errors": "13.1.0", + "@cumulus/errors": "13.2.0", "libxmljs": "^0.19.7", "lodash": "^4.17.21", "xml2js": "^0.4.23" }, "devDependencies": { - "@cumulus/schemas": "13.1.0", + "@cumulus/schemas": "13.2.0", "nock": "^12.0.1", "rewire": "^6.0.0" }, diff --git a/tasks/lzards-backup/package.json b/tasks/lzards-backup/package.json index acd129e9db5..09d7f037b35 100644 --- a/tasks/lzards-backup/package.json +++ b/tasks/lzards-backup/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/lzards-backup", - "version": "13.1.0", + "version": "13.2.0", "description": "Run LZARDS backup", "author": "Cumulus Authors", "license": "Apache-2.0", @@ -42,19 +42,19 @@ } }, "dependencies": { - "@cumulus/api-client": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/db": "13.1.0", - "@cumulus/distribution-utils": "13.1.0", - "@cumulus/launchpad-auth": "13.1.0", - "@cumulus/logger": "13.1.0", - "@cumulus/message": "13.1.0", + "@cumulus/db": "13.2.0", + "@cumulus/distribution-utils": "13.2.0", + "@cumulus/launchpad-auth": "13.2.0", + "@cumulus/logger": "13.2.0", + "@cumulus/message": "13.2.0", "got": "11.8.3" }, "devDependencies": { - "@cumulus/schemas": "13.1.0", - "@cumulus/types": "13.1.0" + "@cumulus/schemas": "13.2.0", + "@cumulus/types": "13.2.0" } } diff --git a/tasks/move-granules/package.json b/tasks/move-granules/package.json index 2abdc233040..b7b56d69a60 100644 --- a/tasks/move-granules/package.json +++ b/tasks/move-granules/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/move-granules", - "version": "13.1.0", + "version": "13.2.0", "description": "Move granule files from staging to final location", "main": "index.js", "directories": { @@ -38,17 +38,17 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/distribution-utils": "13.1.0", - "@cumulus/errors": "13.1.0", - "@cumulus/ingest": "13.1.0", - "@cumulus/message": "13.1.0", + "@cumulus/distribution-utils": "13.2.0", + "@cumulus/errors": "13.2.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/message": "13.2.0", "lodash": "^4.17.21" }, "devDependencies": { - "@cumulus/schemas": "13.1.0" + "@cumulus/schemas": "13.2.0" } } diff --git a/tasks/parse-pdr/package.json b/tasks/parse-pdr/package.json index 2eff40216c6..8f84c4a35ad 100644 --- a/tasks/parse-pdr/package.json +++ b/tasks/parse-pdr/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/parse-pdr", - "version": "13.1.0", + "version": "13.2.0", "description": "Download and Parse a given PDR", "license": "Apache-2.0", "main": "index.js", @@ -30,17 +30,17 @@ "timeout": "15m" }, "dependencies": { - "@cumulus/api-client": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/collection-config-store": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/collection-config-store": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/errors": "13.1.0", - "@cumulus/ingest": "13.1.0", - "@cumulus/pvl": "13.1.0", + "@cumulus/errors": "13.2.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/pvl": "13.2.0", "lodash": "^4.17.21" }, "devDependencies": { - "@cumulus/test-data": "13.1.0" + "@cumulus/test-data": "13.2.0" } } diff --git a/tasks/pdr-status-check/package.json b/tasks/pdr-status-check/package.json index b983bda1e33..91c284a8dc8 100644 --- a/tasks/pdr-status-check/package.json +++ b/tasks/pdr-status-check/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/pdr-status-check", - "version": "13.1.0", + "version": "13.2.0", "description": "Checks execution status of granules in a PDR", "main": "index.js", "directories": { @@ -32,9 +32,9 @@ "timeout": "15m" }, "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/errors": "13.1.0" + "@cumulus/errors": "13.2.0" } } diff --git a/tasks/post-to-cmr/package.json b/tasks/post-to-cmr/package.json index 8fbf2c5755f..4e86aba61c0 100644 --- a/tasks/post-to-cmr/package.json +++ b/tasks/post-to-cmr/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/post-to-cmr", - "version": "13.1.0", + "version": "13.2.0", "description": "Post a given granule to CMR", "main": "index.js", "directories": { @@ -33,16 +33,16 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/errors": "13.1.0", - "@cumulus/launchpad-auth": "13.1.0", + "@cumulus/errors": "13.2.0", + "@cumulus/launchpad-auth": "13.2.0", "lodash": "^4.17.21" }, "devDependencies": { - "@cumulus/cmr-client": "13.1.0", - "@cumulus/schemas": "13.1.0" + "@cumulus/cmr-client": "13.2.0", + "@cumulus/schemas": "13.2.0" } } diff --git a/tasks/queue-granules/package.json b/tasks/queue-granules/package.json index 854dcc8e230..531c9eb7da8 100644 --- a/tasks/queue-granules/package.json +++ b/tasks/queue-granules/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/queue-granules", - "version": "13.1.0", + "version": "13.2.0", "description": "Add discovered granules to the queue", "main": "index.js", "directories": { @@ -31,13 +31,13 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/api-client": "13.1.0", - "@cumulus/aws-client": "13.1.0", - "@cumulus/collection-config-store": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/api-client": "13.2.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/collection-config-store": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/ingest": "13.1.0", - "@cumulus/message": "13.1.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/message": "13.2.0", "lodash": "^4.17.21", "p-map": "^4.0.0" } diff --git a/tasks/queue-pdrs/package.json b/tasks/queue-pdrs/package.json index 077186ddc01..a3bc783168d 100644 --- a/tasks/queue-pdrs/package.json +++ b/tasks/queue-pdrs/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/queue-pdrs", - "version": "13.1.0", + "version": "13.2.0", "description": "Add discovered PDRs to a queue", "main": "index.js", "directories": { @@ -31,11 +31,11 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/ingest": "13.1.0", - "@cumulus/message": "13.1.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/message": "13.2.0", "lodash": "^4.17.21" } } diff --git a/tasks/queue-workflow/package.json b/tasks/queue-workflow/package.json index 4bb3328d1b4..9009796e642 100644 --- a/tasks/queue-workflow/package.json +++ b/tasks/queue-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/queue-workflow", - "version": "13.1.0", + "version": "13.2.0", "description": "Add workflow to the queue", "main": "index.js", "directories": { @@ -31,11 +31,11 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/ingest": "13.1.0", - "@cumulus/message": "13.1.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/message": "13.2.0", "lodash": "^4.17.21" } } diff --git a/tasks/sf-sqs-report/package.json b/tasks/sf-sqs-report/package.json index d16e1ea3cc1..31dd7dac5f4 100644 --- a/tasks/sf-sqs-report/package.json +++ b/tasks/sf-sqs-report/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/sf-sqs-report", - "version": "13.1.0", + "version": "13.2.0", "description": "Sends an incoming Cumulus message to SQS", "main": "index.js", "directories": { @@ -32,11 +32,11 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", + "@cumulus/aws-client": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", "lodash": "^4.17.21" }, "devDependencies": { - "@cumulus/common": "13.1.0" + "@cumulus/common": "13.2.0" } } diff --git a/tasks/sync-granule/package.json b/tasks/sync-granule/package.json index ad462bc656b..fb65eb7360e 100644 --- a/tasks/sync-granule/package.json +++ b/tasks/sync-granule/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/sync-granule", - "version": "13.1.0", + "version": "13.2.0", "description": "Download a given granule", "main": "index.js", "directories": { @@ -37,19 +37,19 @@ "timeout": "15m" }, "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/collection-config-store": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/collection-config-store": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/errors": "13.1.0", - "@cumulus/ingest": "13.1.0", - "@cumulus/message": "13.1.0", + "@cumulus/errors": "13.2.0", + "@cumulus/ingest": "13.2.0", + "@cumulus/message": "13.2.0", "lodash": "^4.17.21", "p-map": "^2.1.0", "uuid": "^3.4.0" }, "devDependencies": { - "@cumulus/schemas": "13.1.0", - "@cumulus/test-data": "13.1.0" + "@cumulus/schemas": "13.2.0", + "@cumulus/test-data": "13.2.0" } } diff --git a/tasks/test-processing/package.json b/tasks/test-processing/package.json index b69d37908bd..d8e25e64b5b 100644 --- a/tasks/test-processing/package.json +++ b/tasks/test-processing/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/test-processing", - "version": "13.1.0", + "version": "13.2.0", "description": "Fake processing task used for integration tests", "main": "index.js", "homepage": "https://github.com/nasa/cumulus/tree/master/tasks/test-processing", @@ -21,8 +21,8 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/aws-client": "13.1.0", + "@cumulus/aws-client": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/integration-tests": "13.1.0" + "@cumulus/integration-tests": "13.2.0" } } diff --git a/tasks/update-cmr-access-constraints/package.json b/tasks/update-cmr-access-constraints/package.json index a309ad2f8a4..53afacc6d7e 100644 --- a/tasks/update-cmr-access-constraints/package.json +++ b/tasks/update-cmr-access-constraints/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/update-cmr-access-constraints", - "version": "13.1.0", + "version": "13.2.0", "description": "Updates CMR metadata to set access constraints", "author": "Cumulus Authors", "license": "Apache-2.0", @@ -34,13 +34,13 @@ "verbose": true }, "dependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/cmrjs": "13.1.0", + "@cumulus/aws-client": "13.2.0", + "@cumulus/cmrjs": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", "lodash": "^4.17.5" }, "devDependencies": { - "@cumulus/common": "13.1.0", - "@cumulus/schemas": "13.1.0" + "@cumulus/common": "13.2.0", + "@cumulus/schemas": "13.2.0" } } diff --git a/tasks/update-granules-cmr-metadata-file-links/package.json b/tasks/update-granules-cmr-metadata-file-links/package.json index 15f1083e880..d5fbadbb755 100644 --- a/tasks/update-granules-cmr-metadata-file-links/package.json +++ b/tasks/update-granules-cmr-metadata-file-links/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/update-granules-cmr-metadata-file-links", - "version": "13.1.0", + "version": "13.2.0", "description": "Update CMR metadata files with correct online access urls and etags and transfer etag info to granules' CMR files", "main": "index.js", "directories": { @@ -38,14 +38,14 @@ "author": "Cumulus Authors", "license": "Apache-2.0", "dependencies": { - "@cumulus/cmrjs": "13.1.0", - "@cumulus/common": "13.1.0", + "@cumulus/cmrjs": "13.2.0", + "@cumulus/common": "13.2.0", "@cumulus/cumulus-message-adapter-js": "2.0.4", - "@cumulus/distribution-utils": "13.1.0", + "@cumulus/distribution-utils": "13.2.0", "lodash": "^4.17.15" }, "devDependencies": { - "@cumulus/aws-client": "13.1.0", - "@cumulus/schemas": "13.1.0" + "@cumulus/aws-client": "13.2.0", + "@cumulus/schemas": "13.2.0" } } diff --git a/tf-modules/ingest/package.json b/tf-modules/ingest/package.json index 4fd5c5564ec..6ed9b040e2c 100644 --- a/tf-modules/ingest/package.json +++ b/tf-modules/ingest/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/ingest-module", - "version": "13.1.0", + "version": "13.2.0", "description": "Terraform module for data ingest related functionality", "engines": { "node": ">=14.19.1" diff --git a/tf-modules/internal/cumulus-test-cleanup/package.json b/tf-modules/internal/cumulus-test-cleanup/package.json index de0751b9c10..3c62fdc2ee1 100644 --- a/tf-modules/internal/cumulus-test-cleanup/package.json +++ b/tf-modules/internal/cumulus-test-cleanup/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/cumulus-test-cleanup", - "version": "13.1.0", + "version": "13.2.0", "description": "Nightly cron job for cleaning up integration test artifacts", "main": "index.js", "engines": { diff --git a/tf-modules/s3-replicator/package.json b/tf-modules/s3-replicator/package.json index bdb3fad7198..1d0dc33afef 100644 --- a/tf-modules/s3-replicator/package.json +++ b/tf-modules/s3-replicator/package.json @@ -1,6 +1,6 @@ { "name": "@cumulus/s3-replicator", - "version": "13.1.0", + "version": "13.2.0", "description": "Replicate S3 Events to alternate bucket. Solves same-region replication.", "main": "index.js", "engines": { diff --git a/website/versioned_docs/version-v13.2.0/getting-started.md b/website/versioned_docs/version-v13.2.0/getting-started.md new file mode 100644 index 00000000000..3b1deb4cc22 --- /dev/null +++ b/website/versioned_docs/version-v13.2.0/getting-started.md @@ -0,0 +1,113 @@ +--- +id: version-v13.2.0-getting-started +title: Getting Started +hide_title: false +original_id: getting-started +--- + +[Overview](#overview) | [Quick Tutorials](#quick-tutorials) | [Helpful Tips](#helpful-tips) + +## Overview + +This serves as a guide for new Cumulus users to deploy and learn how to use Cumulus. Here you will learn what you need in order to complete any prerequisites, what Cumulus is and how it works, and how to successfully navigate and deploy a Cumulus environment. + +### What is Cumulus + +Cumulus is an open source set of components for creating cloud-based data ingest, archive, distribution and management designed for NASA's future Earth Science data streams. + +### Who uses Cumulus + +Data integrators/developers and operators across projects not limited to NASA use Cumulus for their daily work functions. + +### Cumulus Roles + +#### Integrator/Developer + +Cumulus integrators/developers are those who work within Cumulus and AWS for deployments and to manage workflows. + +#### Operator + +Cumulus operators are those who work within Cumulus to ingest/archive data and manage collections. + +#### Role Guides + +As a developer, integrator, or operator, you will need to set up your environments to work in Cumulus. The following docs can get you started in your role specific activities. + +* [Developers](https://github.com/nasa/cumulus) +* [Integrators](integrator-guide/about-int-guide) +* [Operators](operator-docs/about-operator-docs) + +### What is a Cumulus Data Type + +In Cumulus, we have the following types of data that you can create and manage: + +* Collections +* Granules +* Providers +* Rules +* Workflows +* Executions +* Reports + +For details on how to create or manage data types go to [Data Management Types](configuration/data-management-types). + +--- + +## Quick Tutorials + +### Deployment & Configuration + +Cumulus is deployed to an AWS account, so you must have access to deploy resources to an AWS account to get started. + +### 1. Deploy Cumulus and Cumulus Dashboard to AWS + +Follow the [deployment instructions](deployment/deployment-readme) to deploy Cumulus to your AWS account. + +### 2. Configure and Run the HelloWorld Workflow + +If you have deployed using the [cumulus-template-deploy repository](https://github.com/nasa/cumulus-template-deploy), you have a `HelloWorld` workflow deployed to your Cumulus backend. + +You can see your deployed workflows on the `Workflows` page of your Cumulus dashboard. + +Configure a collection and provider using the [setup guidance](data-cookbooks/about-cookbooks#setup) on the Cumulus dashboard. + +Then [create a rule](operator-docs/create-rule-in-cumulus) to trigger your HelloWorld workflow. You can select a rule type of `one time`. + +Navigate to the `Executions` page of the dashboard to check the status of your workflow execution. + +### 3. Configure a Custom Workflow + +See [Developing a custom workflow](workflows/developing-a-cumulus-workflow) documentation for adding a new workflow to your deployment. + +There are plenty of workflow examples using Cumulus tasks [here](https://github.com/nasa/cumulus/tree/master/example/cumulus-tf). The [Data Cookbooks](data-cookbooks/about-cookbooks) provide a more in-depth look at some of these more advanced workflows and their configurations. + +There is a list of Cumulus tasks already included in your deployment [here](tasks). + +After configuring your workflow and redeploying, you can configure and run your workflow using the same steps as in step 2. + +--- + +## Helpful Tips + +Here are some useful tips to keep in mind when deploying or working in Cumulus. + +### Integrator/Developer + +* [Versioning and Releases](https://github.com/nasa/cumulus/blob/master/docs/development/release.md): This documentation gives information on our global versioning approach. We suggest upgrading to the supported version for Cumulus, Cumulus dashboard, and Thin Egress App (TEA). +* [Cumulus Developer Documentation](https://github.com/nasa/cumulus#cumulus-framework): We suggest that you read through and reference this resource for development best practices in Cumulus. +* [Cumulus Deployment](deployment/deployment-readme): We will guide you on how to manually deploy a new instance of Cumulus. In this reference, you will learn how to install Terraform, create an AWS S3 bucket, configure a compatible database, and create a Lambda layer. +* [Terraform Best Practices](deployment/terraform-best-practices): This will help guide you through your Terraform configuration and Cumulus deployment. *For an introduction about Terraform go [here](https://www.terraform.io/intro/index.html).* +* [Integrator Common Use Cases](integrator-guide/int-common-use-cases): Scenarios to help integrators along in the Cumulus environment. + +### Operator + +* [Operator Common Use Cases](operator-docs/ops-common-use-cases): Scenarios to help operators along in the Cumulus environment. + +### Troubleshooting + +[Troubleshooting](troubleshooting/troubleshooting-readme): Some suggestions to help you troubleshoot and solve issues you may encounter. + +### Resources + +* Glossary - [here](glossary) +* FAQs - [here](faqs) diff --git a/website/versioned_docs/version-v13.2.0/glossary.md b/website/versioned_docs/version-v13.2.0/glossary.md new file mode 100644 index 00000000000..fe2c38cd021 --- /dev/null +++ b/website/versioned_docs/version-v13.2.0/glossary.md @@ -0,0 +1,225 @@ +--- +id: version-v13.2.0-glossary +title: Glossary +hide_title: false +original_id: glossary +--- + +## AWS Glossary + +For terms/items from Amazon/AWS not mentioned in this glossary, please refer to the [AWS Glossary](https://docs.aws.amazon.com/general/latest/gr/glos-chap.html). + +## Cumulus Glossary of Terms + +### API Gateway + + Refers to [AWS's API Gateway](https://aws.amazon.com/api-gateway/). Used by the Cumulus API. + +### ARN + + Refers to an AWS "Amazon Resource Name". + + For more info, see the [AWS documentation](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html). + +### AWS + + See: [aws.amazon.com](aws.amazon.com) + +### AWS Lambda/Lambda Function + + AWS's 'serverless' option. Allows the running of code without provisioning a service or managing server/ECS instances/etc. + + For more information, see the [AWS Lambda documentation](https://aws.amazon.com/lambda/). + +### AWS Access Keys + + Access credentials that give you access to AWS to act as a IAM user programmatically or from the command line. + + For more information, see the [AWS IAM Documentation](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html). + +### Bucket + + An Amazon S3 cloud storage resource. + + For more information, see the [AWS Bucket Documentation](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html). + +### CloudFormation + + An AWS service that allows you to define and manage cloud resources as a preconfigured block. + + For more information, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). + +### Cloudformation Template + + A template that defines an AWS Cloud Formation. + + For more information, see the [AWS intro page](https://aws.amazon.com/cloudformation/aws-cloudformation-templates/). + +### Cloudwatch + + AWS service that allows logging and metrics collections on various cloud resources you have in AWS. + + For more information, see the [AWS User Guide](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/WhatIsCloudWatch.html). + +### Cloud Notification Mechanism (CNM) + + An interface mechanism to support cloud-based ingest messaging. For more information, see [PO.DAAC's CNM Schema](https://github.com/podaac/cloud-notification-message-schema). + +### Common Metadata Repository (CMR) + + "A high-performance, high-quality, continuously evolving metadata system that catalogs Earth Science data and associated service metadata records". For more information, see [NASA's CMR page](https://cmr.earthdata.nasa.gov/). + +### Collection (Cumulus) + + Cumulus Collections are logical sets of data objects of the same data type and version. + + For more information, see [cookbook reference page](configuration/data-management-types#collections). + +### Cumulus Message Adapter (CMA) + + A library designed to help task developers integrate step function tasks into a Cumulus workflow by adapting task input/output into the Cumulus Message format. + + For more information, see [CMA workflow reference page](workflows/input_output#cumulus-message-adapter). + +### Distributed Active Archive Center (DAAC) + + Refers to a specific organization that's part of NASA's distributed system of archive centers. For more information see [EOSDIS's DAAC page](https://earthdata.nasa.gov/about/daacs) + +### Dead Letter Queue (DLQ) + + This refers to Amazon SQS Dead-Letter Queues - these SQS queues are specifically configured to capture failed messages from other services/SQS queues/etc to allow for processing of failed messages. + + For more on DLQs, see the [Amazon Documentation](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html) and the [Cumulus DLQ feature page](features/lambda_dead_letter_queue.md). + +### Developer + + Those who setup deployment and workflow management for Cumulus. Sometimes referred to as an integrator. *See [integrator](#integrator)*. + +### ECS + + Amazon's Elastic Container Service. Used in Cumulus by workflow steps that require more flexibility than Lambda can provide. + + For more information, see [AWS's developer guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html). + +### ECS Activity + + An ECS instance run via a Step Function. + +### Execution (Cumulus) + + A Cumulus execution refers to a single execution of a (Cumulus) Workflow. + +### GIBS + + [Global Imagery Browse Services](https://earthdata.nasa.gov/about/science-system-description/eosdis-components/global-imagery-browse-services-gibs) + +### Granule + + A granule is the smallest aggregation of data that can be independently managed (described, inventoried, and retrieved). Granules are always associated with a collection, which is a grouping of granules. A granule is a grouping of data files. + +### IAM + + AWS Identity and Access Management. + + For more information, see [AWS IAMs](https://aws.amazon.com/iam/). + +### Integrator/Developer + + Those who work within Cumulus and AWS for deployments and to manage workflows. + +### Kinesis + + Amazon's platform for streaming data on AWS. + + See [AWS Kinesis](https://docs.aws.amazon.com/kinesis/index.html) for more information. + +### Lambda + + AWS's cloud service that lets you run code without provisioning or managing servers. + + For more information, see [AWS's lambda page](https://aws.amazon.com/lambda/). + +### Module (Terraform) + + Refers to a [terraform module](https://www.terraform.io/docs/configuration/modules.html). + +### Node + + See [node.js](https://nodejs.org/en/about). + +### Npm + + Node package manager. + + For more information, see [npmjs.com](https://www.npmjs.com/). + +### Operator + + Those who work within Cumulus to ingest/archive data and manage collections. + +### PDR + + "Polling Delivery Mechanism" used in "DAAC Ingest" workflows. + + For more information, see [nasa.gov](https://earthdata.nasa.gov/user-resources/standards-and-references/polling-with-delivery-record-pdr-mechanism). + +### Packages (NPM) + + [NPM](https://www.npm.js.com) hosted node.js packages. Cumulus packages can be found on NPM's site [here](https://www.npmjs.com/org/cumulus) + +### Provider + + Data source that generates and/or distributes data for Cumulus workflows to act upon. + + For more information, see the [Cumulus documentation](./data-cookbooks/setup#providers). + +### Rule + + Rules are configurable scheduled events that trigger workflows based on various criteria. + + For more information, see the [Cumulus Rules documentation](./data-cookbooks/setup#rules). + +### S3 + + Amazon's Simple Storage Service provides data object storage in the cloud. Used in Cumulus to store configuration, data and more. + + For more information, see [AWS's s3 page](https://imgs.xkcd.com/comics/marsiforming_2x.png). + +### SIPS + + Science Investigator-led Processing Systems. In the context of DAAC ingest, this refers to data producers/providers. + + For more information, see [nasa.gov](https://earthdata.nasa.gov/about/sips). + +### SNS + + Amazon's Simple Notification Service provides a messaging service that allows publication of and subscription to events. Used in Cumulus to trigger workflow events, track event failures, and others. + + For more information, see [AWS's SNS page](https://aws.amazon.com/sns/). + +### SQS + + Amazon's Simple Queue Service. + + For more information, see [AWS's SQS page](https://aws.amazon.com/sqs/). + +### Stack + + A collection of AWS resources you can manage as a single unit. + + In the context of Cumulus, this refers to a deployment of the `cumulus` and `data-persistence` modules that is managed by [Terraform](https://www.terraform.io/) + +### Step Function + + AWS's web service that allows you to compose complex workflows as a state machine comprised of tasks (Lambdas, activities hosted on EC2/ECS, some AWS service APIs, etc). See [AWS's Step Function Documentation](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html) for more information. In the context of Cumulus these are the underlying AWS service used to create Workflows. + +### Terraform + + Terraform is the tool that you will use for deployment and configuration of your Cumulus environment. + +* For more information on Terraform and how it works, see [Introduction to Terraform](https://www.terraform.io/intro/index.html). +* For steps on how to use Terraform for Cumulus, see [How to Deploy Cumulus](deployment/deployment-readme). + +### Workflows + + [Workflows](workflows/workflows-readme) are comprised of one or more AWS Lambda Functions and ECS Activities to discover, ingest, process, manage and archive data. diff --git a/website/versions.json b/website/versions.json index 955c392a397..d0e6dc11f3c 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,5 @@ [ + "v13.2.0", "v13.1.0", "v13.0.0", "v12.0.0",