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 15.0.3 #3361

Merged
merged 3 commits into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## [v15.0.3] 2023-04-28

### Fixed

- **CUMULUS-3243**
- Updated granule delete logic to delete granule which is not in DynamoDB
- Updated granule unpublish logic to handle granule which is not in DynamoDB and/or CMR

## [v15.0.2] 2023-04-25

### Fixed
Expand Down Expand Up @@ -6905,7 +6913,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/v15.0.2...HEAD
[unreleased]: https://github.com/nasa/cumulus/compare/v15.0.3...HEAD
[v15.0.3]: https://github.com/nasa/cumulus/compare/v15.0.2...v15.0.3
[v15.0.2]: https://github.com/nasa/cumulus/compare/v15.0.1...v15.0.2
[v15.0.1]: https://github.com/nasa/cumulus/compare/v15.0.0...v15.0.1
[v15.0.0]: https://github.com/nasa/cumulus/compare/v14.1.0...v15.0.0
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": "15.0.2",
"version": "15.0.3",
"description": "AsyncOperations Test Lambda",
"main": "index.js",
"private": true,
Expand Down
14 changes: 7 additions & 7 deletions example/lambdas/ftpPopulateTestLambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/ftp-populate-test-lambda",
"version": "15.0.2",
"version": "15.0.3",
"description": "FTP Population Utility Lambda",
"main": "index.js",
"private": true,
Expand All @@ -19,12 +19,12 @@
"access": "private"
},
"dependencies": {
"@cumulus/api": "15.0.2",
"@cumulus/api-client": "15.0.2",
"@cumulus/common": "15.0.2",
"@cumulus/integration-tests": "15.0.2",
"@cumulus/logger": "15.0.2",
"@cumulus/test-data": "15.0.2",
"@cumulus/api": "15.0.3",
"@cumulus/api-client": "15.0.3",
"@cumulus/common": "15.0.3",
"@cumulus/integration-tests": "15.0.3",
"@cumulus/logger": "15.0.3",
"@cumulus/test-data": "15.0.3",
"aws-sdk": "^2.585.0",
"fs-extra": "^9.0.0",
"jsftp": "https://github.com/jkovarik/jsftp.git#add_288",
Expand Down
6 changes: 3 additions & 3 deletions example/lambdas/lzardsClientTest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-lzards-api-lambda",
"version": "15.0.2",
"version": "15.0.3",
"description": "LZARDS API Client Test Lambda",
"private": true,
"engines": {
Expand All @@ -20,7 +20,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/logger": "15.0.2",
"@cumulus/lzards-api-client": "15.0.2"
"@cumulus/logger": "15.0.3",
"@cumulus/lzards-api-client": "15.0.3"
}
}
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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"version": "15.0.3",
"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/python-reference-task/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cp ./*.py ./dist/

cd ./dist || exit 1

find . -type f -print0 | xargs -0 node ../../../../bin/zip.js lambda.zip $(ls | grep -v lambda.zip)
node ../../../../bin/zip.js lambda.zip $(ls | grep -v lambda.zip)

cd .. || exit 1

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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"version": "15.0.3",
"description": "Cumulus Integration Test Deployment",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -44,32 +44,32 @@
]
},
"dependencies": {
"@cumulus/api": "15.0.2",
"@cumulus/api-client": "15.0.2",
"@cumulus/async-operations": "15.0.2",
"@cumulus/aws-client": "15.0.2",
"@cumulus/checksum": "15.0.2",
"@cumulus/cmr-client": "15.0.2",
"@cumulus/cmrjs": "15.0.2",
"@cumulus/common": "15.0.2",
"@cumulus/discover-granules": "15.0.2",
"@cumulus/discover-pdrs": "15.0.2",
"@cumulus/files-to-granules": "15.0.2",
"@cumulus/hello-world": "15.0.2",
"@cumulus/ingest": "15.0.2",
"@cumulus/integration-tests": "15.0.2",
"@cumulus/message": "15.0.2",
"@cumulus/move-granules": "15.0.2",
"@cumulus/parse-pdr": "15.0.2",
"@cumulus/pdr-status-check": "15.0.2",
"@cumulus/post-to-cmr": "15.0.2",
"@cumulus/queue-granules": "15.0.2",
"@cumulus/queue-pdrs": "15.0.2",
"@cumulus/sf-sqs-report": "15.0.2",
"@cumulus/sync-granule": "15.0.2",
"@cumulus/test-processing": "15.0.2"
"@cumulus/api": "15.0.3",
"@cumulus/api-client": "15.0.3",
"@cumulus/async-operations": "15.0.3",
"@cumulus/aws-client": "15.0.3",
"@cumulus/checksum": "15.0.3",
"@cumulus/cmr-client": "15.0.3",
"@cumulus/cmrjs": "15.0.3",
"@cumulus/common": "15.0.3",
"@cumulus/discover-granules": "15.0.3",
"@cumulus/discover-pdrs": "15.0.3",
"@cumulus/files-to-granules": "15.0.3",
"@cumulus/hello-world": "15.0.3",
"@cumulus/ingest": "15.0.3",
"@cumulus/integration-tests": "15.0.3",
"@cumulus/message": "15.0.3",
"@cumulus/move-granules": "15.0.3",
"@cumulus/parse-pdr": "15.0.3",
"@cumulus/pdr-status-check": "15.0.3",
"@cumulus/post-to-cmr": "15.0.3",
"@cumulus/queue-granules": "15.0.3",
"@cumulus/queue-pdrs": "15.0.3",
"@cumulus/sf-sqs-report": "15.0.3",
"@cumulus/sync-granule": "15.0.3",
"@cumulus/test-processing": "15.0.3"
},
"devDependencies": {
"@cumulus/test-data": "15.0.2"
"@cumulus/test-data": "15.0.3"
}
}
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": "15.0.2",
"version": "15.0.3",
"description": "Script to generate test data for scaled ingest",
"keywords": [
"GIBS",
Expand All @@ -22,8 +22,8 @@
"directory": "packages/types"
},
"dependencies": {
"@cumulus/aws-client": "15.0.2",
"@cumulus/common": "15.0.2"
"@cumulus/aws-client": "15.0.3",
"@cumulus/common": "15.0.3"
},
"author": "Cumulus Authors",
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion example/scripts/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/example-lib",
"private": true,
"version": "15.0.2",
"version": "15.0.3",
"description": "example project libs",
"homepage": "https://github.com/nasa/cumulus/tree/master/example/scripts/lib",
"engines": {
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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"@cumulus/aws-client": "15.0.2",
"@cumulus/common": "15.0.2",
"@cumulus/db": "15.0.2",
"@cumulus/errors": "15.0.2",
"@cumulus/logger": "15.0.2",
"@cumulus/types": "15.0.2",
"@cumulus/api": "15.0.3",
"@cumulus/aws-client": "15.0.3",
"@cumulus/common": "15.0.3",
"@cumulus/db": "15.0.3",
"@cumulus/errors": "15.0.3",
"@cumulus/logger": "15.0.3",
"@cumulus/types": "15.0.3",
"knex": "2.4.1",
"lodash": "^4.17.21",
"pg": "^8.3.0"
},
"devDependencies": {
"@cumulus/test-data": "15.0.2"
"@cumulus/test-data": "15.0.3"
}
}
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": "15.0.2",
"version": "15.0.3",
"description": "A Lambda function used for doing data migrations intended to be executed after data-migration1.",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -28,21 +28,21 @@
"@aws-sdk/client-dynamodb": "^3.58.0",
"@aws-sdk/lib-dynamodb": "^3.58.0",
"@aws-sdk/util-dynamodb": "^3.58.0",
"@cumulus/api": "15.0.2",
"@cumulus/aws-client": "15.0.2",
"@cumulus/common": "15.0.2",
"@cumulus/db": "15.0.2",
"@cumulus/errors": "15.0.2",
"@cumulus/logger": "15.0.2",
"@cumulus/message": "15.0.2",
"@cumulus/types": "15.0.2",
"@cumulus/api": "15.0.3",
"@cumulus/aws-client": "15.0.3",
"@cumulus/common": "15.0.3",
"@cumulus/db": "15.0.3",
"@cumulus/errors": "15.0.3",
"@cumulus/logger": "15.0.3",
"@cumulus/message": "15.0.3",
"@cumulus/types": "15.0.3",
"JSONStream": "1.3.5",
"knex": "2.4.1",
"lodash": "^4.17.21",
"p-map": "^4.0.0",
"pg": "^8.3.0"
},
"devDependencies": {
"@cumulus/test-data": "15.0.2"
"@cumulus/test-data": "15.0.3"
}
}
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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"@cumulus/db": "15.0.3",
"knex": "2.4.1",
"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": "15.0.2",
"version": "15.0.3",
"description": "A Lambda function used for provisioning user databases",
"engines": {
"node": ">=16.19.0"
Expand All @@ -24,8 +24,8 @@
"timeout": "2m"
},
"dependencies": {
"@cumulus/common": "15.0.2",
"@cumulus/db": "15.0.2",
"@cumulus/common": "15.0.3",
"@cumulus/db": "15.0.3",
"knex": "2.4.1",
"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": "15.0.2",
"version": "15.0.3",
"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": "15.0.2",
"@cumulus/async-operations": "15.0.2",
"@cumulus/logger": "15.0.2",
"@cumulus/types": "15.0.2"
"@cumulus/api": "15.0.3",
"@cumulus/async-operations": "15.0.3",
"@cumulus/logger": "15.0.3",
"@cumulus/types": "15.0.3"
},
"devDependencies": {
"@cumulus/test-data": "15.0.2"
"@cumulus/test-data": "15.0.3"
}
}
18 changes: 9 additions & 9 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": "15.0.2",
"version": "15.0.3",
"description": "A Lambda function used for generating counts between Dynamo/ES and Postgres",
"license": "Apache-2.0",
"engines": {
Expand All @@ -21,14 +21,14 @@
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles"
},
"dependencies": {
"@cumulus/api": "15.0.2",
"@cumulus/api-client": "15.0.2",
"@cumulus/aws-client": "15.0.2",
"@cumulus/common": "15.0.2",
"@cumulus/db": "15.0.2",
"@cumulus/logger": "15.0.2",
"@cumulus/message": "15.0.2",
"@cumulus/types": "15.0.2",
"@cumulus/api": "15.0.3",
"@cumulus/api-client": "15.0.3",
"@cumulus/aws-client": "15.0.3",
"@cumulus/common": "15.0.3",
"@cumulus/db": "15.0.3",
"@cumulus/logger": "15.0.3",
"@cumulus/message": "15.0.3",
"@cumulus/types": "15.0.3",
"knex": "2.4.1",
"p-map": "^4.0.0",
"pg": "^8.3.0"
Expand Down
Loading