Skip to content

Commit

Permalink
Release v10.1.0 (#2731)
Browse files Browse the repository at this point in the history
* Release v10.1.0

* Update Cumulus package API documentation

* v10.1.0 Cumulus Documentation

* update orca version to v4.0.1

* add the missing fix note to release
  • Loading branch information
jennyhliu authored Feb 24, 2022
1 parent 328a897 commit 765ba47
Show file tree
Hide file tree
Showing 74 changed files with 665 additions and 368 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## [v10.1.0] 2022-02-23

### Added

- **CUMULUS-2775**
Expand Down Expand Up @@ -40,6 +42,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Fixed

- Fixed IAM permissions issue with `<prefix>-postgres-migration-async-operation` Lambda
which prevented it from running a Fargate task for data migration.
- **CUMULUS-2853**
- Move OAUTH_PROVIDER to lambda env variables to address regression in CUMULUS-2781
- Add logging output to api app router
Expand Down Expand Up @@ -5200,7 +5204,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/v10.0.1...HEAD
[unreleased]: https://github.com/nasa/cumulus/compare/v10.1.0...HEAD
[v10.1.0]: https://github.com/nasa/cumulus/compare/v10.0.1...v10.1.0
[v10.0.1]: https://github.com/nasa/cumulus/compare/v10.0.0...v10.0.1
[v10.0.0]: https://github.com/nasa/cumulus/compare/v9.9.0...v10.0.0
[v9.9.0]: https://github.com/nasa/cumulus/compare/v9.8.0...v9.9.0
Expand Down
2 changes: 1 addition & 1 deletion example/cumulus-tf/orca.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
# ORCA Module
module "orca" {
count = var.include_orca ? 1 : 0
source = "https://github.com/nasa/cumulus-orca/releases/download/v4.0.0-Beta3/cumulus-orca-terraform.zip"
source = "https://github.com/nasa/cumulus-orca/releases/download/v4.0.1/cumulus-orca-terraform.zip"
## --------------------------
## Cumulus Variables
## --------------------------
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/asyncOperations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-async-operations",
"version": "10.0.0",
"version": "10.1.0",
"description": "AsyncOperations Test Lambda",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/python-processing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-process-activity",
"private": true,
"version": "10.0.0",
"version": "10.1.0",
"description": "Python reference activity",
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/python-reference-activity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-reference-activity",
"private": true,
"version": "10.0.0",
"version": "10.1.0",
"description": "Python reference activity",
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/python-reference-task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-reference-task",
"private": true,
"version": "10.0.0",
"version": "10.1.0",
"description": "Python reference task",
"main": "index.js",
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-task",
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/s3AccessTest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-s3-access",
"version": "10.0.0",
"version": "10.1.0",
"description": "S3 Access Test Lambda",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/snsS3Test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-sns-s3",
"version": "10.0.0",
"version": "10.1.0",
"description": "SNS to S3 Test Lambda",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/versionUpTest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-version-up",
"version": "10.0.0",
"version": "10.1.0",
"description": "Version Up Test Lambda",
"main": "index.js",
"private": true,
Expand Down
52 changes: 26 additions & 26 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cumulus-integration-tests",
"version": "10.0.0",
"version": "10.1.0",
"description": "Cumulus Integration Test Deployment",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -45,32 +45,32 @@
]
},
"dependencies": {
"@cumulus/api": "10.0.0",
"@cumulus/api-client": "10.0.0",
"@cumulus/async-operations": "10.0.0",
"@cumulus/aws-client": "10.0.0",
"@cumulus/checksum": "10.0.0",
"@cumulus/cmr-client": "10.0.0",
"@cumulus/cmrjs": "10.0.0",
"@cumulus/common": "10.0.0",
"@cumulus/discover-granules": "10.0.0",
"@cumulus/discover-pdrs": "10.0.0",
"@cumulus/files-to-granules": "10.0.0",
"@cumulus/hello-world": "10.0.0",
"@cumulus/ingest": "10.0.0",
"@cumulus/integration-tests": "10.0.0",
"@cumulus/message": "10.0.0",
"@cumulus/move-granules": "10.0.0",
"@cumulus/parse-pdr": "10.0.0",
"@cumulus/pdr-status-check": "10.0.0",
"@cumulus/post-to-cmr": "10.0.0",
"@cumulus/queue-granules": "10.0.0",
"@cumulus/queue-pdrs": "10.0.0",
"@cumulus/sf-sqs-report": "10.0.0",
"@cumulus/sync-granule": "10.0.0",
"@cumulus/test-processing": "10.0.0"
"@cumulus/api": "10.1.0",
"@cumulus/api-client": "10.1.0",
"@cumulus/async-operations": "10.1.0",
"@cumulus/aws-client": "10.1.0",
"@cumulus/checksum": "10.1.0",
"@cumulus/cmr-client": "10.1.0",
"@cumulus/cmrjs": "10.1.0",
"@cumulus/common": "10.1.0",
"@cumulus/discover-granules": "10.1.0",
"@cumulus/discover-pdrs": "10.1.0",
"@cumulus/files-to-granules": "10.1.0",
"@cumulus/hello-world": "10.1.0",
"@cumulus/ingest": "10.1.0",
"@cumulus/integration-tests": "10.1.0",
"@cumulus/message": "10.1.0",
"@cumulus/move-granules": "10.1.0",
"@cumulus/parse-pdr": "10.1.0",
"@cumulus/pdr-status-check": "10.1.0",
"@cumulus/post-to-cmr": "10.1.0",
"@cumulus/queue-granules": "10.1.0",
"@cumulus/queue-pdrs": "10.1.0",
"@cumulus/sf-sqs-report": "10.1.0",
"@cumulus/sync-granule": "10.1.0",
"@cumulus/test-processing": "10.1.0"
},
"devDependencies": {
"@cumulus/test-data": "10.0.0"
"@cumulus/test-data": "10.1.0"
}
}
6 changes: 3 additions & 3 deletions example/scripts/generate_ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate_ingest",
"private": true,
"version": "10.0.0",
"version": "10.1.0",
"description": "Script to generate test data for scaled ingest",
"keywords": [
"GIBS",
Expand All @@ -22,8 +22,8 @@
"directory": "packages/types"
},
"dependencies": {
"@cumulus/aws-client": "10.0.0",
"@cumulus/common": "10.0.0"
"@cumulus/aws-client": "10.1.0",
"@cumulus/common": "10.1.0"
},
"author": "Cumulus Authors",
"license": "Apache-2.0"
Expand Down
18 changes: 9 additions & 9 deletions lambdas/data-migration1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/data-migration1",
"version": "10.0.0",
"version": "10.1.0",
"description": "A Lambda function used for doing data migrations",
"license": "Apache-2.0",
"engines": {
Expand All @@ -25,18 +25,18 @@
"timeout": "15m"
},
"dependencies": {
"@cumulus/api": "10.0.0",
"@cumulus/aws-client": "10.0.0",
"@cumulus/common": "10.0.0",
"@cumulus/db": "10.0.0",
"@cumulus/errors": "10.0.0",
"@cumulus/logger": "10.0.0",
"@cumulus/types": "10.0.0",
"@cumulus/api": "10.1.0",
"@cumulus/aws-client": "10.1.0",
"@cumulus/common": "10.1.0",
"@cumulus/db": "10.1.0",
"@cumulus/errors": "10.1.0",
"@cumulus/logger": "10.1.0",
"@cumulus/types": "10.1.0",
"knex": "0.95.15",
"lodash": "^4.17.20",
"pg": "^8.3.0"
},
"devDependencies": {
"@cumulus/test-data": "10.0.0"
"@cumulus/test-data": "10.1.0"
}
}
20 changes: 10 additions & 10 deletions lambdas/data-migration2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/data-migration2",
"version": "10.0.0",
"version": "10.1.0",
"description": "A Lambda function used for doing data migrations intended to be executed after data-migration1.",
"license": "Apache-2.0",
"engines": {
Expand All @@ -25,21 +25,21 @@
"timeout": "15m"
},
"dependencies": {
"@cumulus/api": "10.0.0",
"@cumulus/aws-client": "10.0.0",
"@cumulus/common": "10.0.0",
"@cumulus/db": "10.0.0",
"@cumulus/errors": "10.0.0",
"@cumulus/logger": "10.0.0",
"@cumulus/message": "10.0.0",
"@cumulus/types": "10.0.0",
"@cumulus/api": "10.1.0",
"@cumulus/aws-client": "10.1.0",
"@cumulus/common": "10.1.0",
"@cumulus/db": "10.1.0",
"@cumulus/errors": "10.1.0",
"@cumulus/logger": "10.1.0",
"@cumulus/message": "10.1.0",
"@cumulus/types": "10.1.0",
"JSONStream": "1.3.5",
"knex": "0.95.15",
"lodash": "^4.17.20",
"p-map": "^4.0.0",
"pg": "^8.3.0"
},
"devDependencies": {
"@cumulus/test-data": "10.0.0"
"@cumulus/test-data": "10.1.0"
}
}
4 changes: 2 additions & 2 deletions lambdas/db-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/db-migration-lambda",
"version": "10.0.0",
"version": "10.1.0",
"description": "A Lambda function used for deploying DB migrations",
"license": "Apache-2.0",
"engines": {
Expand All @@ -20,7 +20,7 @@
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles"
},
"dependencies": {
"@cumulus/db": "10.0.0",
"@cumulus/db": "10.1.0",
"knex": "0.95.15",
"pg": "^8.3.0"
}
Expand Down
6 changes: 3 additions & 3 deletions lambdas/db-provision-user-database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/db-provision-user-database-lambda",
"version": "10.0.0",
"version": "10.1.0",
"description": "A Lambda function used for provisioning user databases",
"engines": {
"node": ">=12.18.0"
Expand All @@ -24,8 +24,8 @@
"timeout": "2m"
},
"dependencies": {
"@cumulus/common": "10.0.0",
"@cumulus/db": "10.0.0",
"@cumulus/common": "10.1.0",
"@cumulus/db": "10.1.0",
"knex": "0.95.15",
"pg": "^8.3.0"
},
Expand Down
12 changes: 6 additions & 6 deletions lambdas/postgres-migration-async-operation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/postgres-migration-async-operation",
"version": "10.0.0",
"version": "10.1.0",
"description": "A Lambda function used to start an ECS task to run data-migrations2 lambda",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -28,12 +28,12 @@
"timeout": "15m"
},
"dependencies": {
"@cumulus/api": "10.0.0",
"@cumulus/async-operations": "10.0.0",
"@cumulus/logger": "10.0.0",
"@cumulus/types": "10.0.0"
"@cumulus/api": "10.1.0",
"@cumulus/async-operations": "10.1.0",
"@cumulus/logger": "10.1.0",
"@cumulus/types": "10.1.0"
},
"devDependencies": {
"@cumulus/test-data": "10.0.0"
"@cumulus/test-data": "10.1.0"
}
}
14 changes: 7 additions & 7 deletions lambdas/postgres-migration-count-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/postgres-reconcile",
"version": "10.0.0",
"version": "10.1.0",
"description": "A Lambda function used for generating counts between Dynamo/ES and Postgres",
"license": "Apache-2.0",
"engines": {
Expand All @@ -21,12 +21,12 @@
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles"
},
"dependencies": {
"@cumulus/api": "10.0.0",
"@cumulus/api-client": "10.0.0",
"@cumulus/common": "10.0.0",
"@cumulus/db": "10.0.0",
"@cumulus/message": "10.0.0",
"@cumulus/types": "10.0.0",
"@cumulus/api": "10.1.0",
"@cumulus/api-client": "10.1.0",
"@cumulus/common": "10.1.0",
"@cumulus/db": "10.1.0",
"@cumulus/message": "10.1.0",
"@cumulus/types": "10.1.0",
"knex": "0.95.15",
"p-map": "^4.0.0",
"pg": "^8.3.0"
Expand Down
10 changes: 5 additions & 5 deletions lambdas/sqs-message-remover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/sqs-message-remover-lambda",
"version": "10.0.0",
"version": "10.1.0",
"description": "Remove processed messages from SQS queues",
"main": "src/index.js",
"private": true,
Expand Down Expand Up @@ -36,10 +36,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "10.0.0",
"@cumulus/common": "10.0.0",
"@cumulus/ingest": "10.0.0",
"@cumulus/logger": "10.0.0",
"@cumulus/aws-client": "10.1.0",
"@cumulus/common": "10.1.0",
"@cumulus/ingest": "10.1.0",
"@cumulus/logger": "10.1.0",
"lodash": "^4.17.20"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.20.2",
"version": "10.0.0",
"version": "10.1.0",
"packages": [
"example",
"example/lambdas/*",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"jasmine-console-reporter": "^2.0.1",
"jasmine-reporters": "^2.3.2",
"js-yaml": "^3.13.1",
"jsdoc-to-markdown": "7.1.1",
"latest-version": "^4.0.0",
"lerna": "4.0.0",
"lodash": "^4.17.20",
Expand Down
Loading

0 comments on commit 765ba47

Please sign in to comment.