Skip to content

Commit

Permalink
release 7.1.0 (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemreid committed Mar 12, 2021
1 parent b046f37 commit 915b08e
Show file tree
Hide file tree
Showing 67 changed files with 1,860 additions and 232 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [v7.1.0] 2021-03-12

### Notable changes

- `sync-granule` task will now properly handle syncing 0 byte files to S3
Expand Down Expand Up @@ -3910,8 +3912,9 @@ 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/v7.0.0...HEAD
[v6.0.0]: https://github.com/nasa/cumulus/compare/v6.0.0...v7.0.0
[unreleased]: https://github.com/nasa/cumulus/compare/v7.1.0...HEAD
[v7.1.0]: https://github.com/nasa/cumulus/compare/v7.1.0...v7.0.0
[v7.0.0]: https://github.com/nasa/cumulus/compare/v6.0.0...v7.0.0
[v6.0.0]: https://github.com/nasa/cumulus/compare/v5.0.1...v6.0.0
[v5.0.1]: https://github.com/nasa/cumulus/compare/v5.0.0...v5.0.1
[v5.0.0]: https://github.com/nasa/cumulus/compare/v4.0.0...v5.0.0
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Expand Up @@ -32,3 +32,4 @@
* Sara Chaparro Diaz
* Seth Vincent
* Snyk bot
* Tobias Nießen
2 changes: 1 addition & 1 deletion example/lambdas/asyncOperations/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-async-operations",
"version": "7.0.0",
"version": "7.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
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-process-activity",
"private": true,
"version": "7.0.0",
"version": "7.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
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-reference-activity",
"private": true,
"version": "7.0.0",
"version": "7.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
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-reference-task",
"private": true,
"version": "7.0.0",
"version": "7.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
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-s3-access",
"version": "7.0.0",
"version": "7.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
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-sns-s3",
"version": "7.0.0",
"version": "7.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
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-version-up",
"version": "7.0.0",
"version": "7.1.0",
"description": "Version Up Test Lambda",
"main": "index.js",
"private": true,
Expand Down
48 changes: 24 additions & 24 deletions example/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cumulus-integration-tests",
"version": "7.0.0",
"version": "7.1.0",
"description": "Cumulus Integration Test Deployment",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -44,30 +44,30 @@
]
},
"dependencies": {
"@cumulus/api": "7.0.0",
"@cumulus/api-client": "7.0.0",
"@cumulus/aws-client": "7.0.0",
"@cumulus/checksum": "7.0.0",
"@cumulus/cmr-client": "7.0.0",
"@cumulus/cmrjs": "7.0.0",
"@cumulus/common": "7.0.0",
"@cumulus/discover-granules": "7.0.0",
"@cumulus/discover-pdrs": "7.0.0",
"@cumulus/files-to-granules": "7.0.0",
"@cumulus/hello-world": "7.0.0",
"@cumulus/integration-tests": "7.0.0",
"@cumulus/message": "7.0.0",
"@cumulus/move-granules": "7.0.0",
"@cumulus/parse-pdr": "7.0.0",
"@cumulus/pdr-status-check": "7.0.0",
"@cumulus/post-to-cmr": "7.0.0",
"@cumulus/queue-granules": "7.0.0",
"@cumulus/queue-pdrs": "7.0.0",
"@cumulus/sf-sqs-report": "7.0.0",
"@cumulus/sync-granule": "7.0.0",
"@cumulus/test-processing": "7.0.0"
"@cumulus/api": "7.1.0",
"@cumulus/api-client": "7.1.0",
"@cumulus/aws-client": "7.1.0",
"@cumulus/checksum": "7.1.0",
"@cumulus/cmr-client": "7.1.0",
"@cumulus/cmrjs": "7.1.0",
"@cumulus/common": "7.1.0",
"@cumulus/discover-granules": "7.1.0",
"@cumulus/discover-pdrs": "7.1.0",
"@cumulus/files-to-granules": "7.1.0",
"@cumulus/hello-world": "7.1.0",
"@cumulus/integration-tests": "7.1.0",
"@cumulus/message": "7.1.0",
"@cumulus/move-granules": "7.1.0",
"@cumulus/parse-pdr": "7.1.0",
"@cumulus/pdr-status-check": "7.1.0",
"@cumulus/post-to-cmr": "7.1.0",
"@cumulus/queue-granules": "7.1.0",
"@cumulus/queue-pdrs": "7.1.0",
"@cumulus/sf-sqs-report": "7.1.0",
"@cumulus/sync-granule": "7.1.0",
"@cumulus/test-processing": "7.1.0"
},
"devDependencies": {
"@cumulus/test-data": "7.0.0"
"@cumulus/test-data": "7.1.0"
}
}
8 changes: 4 additions & 4 deletions lambdas/sqs-message-remover/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/sqs-message-remover-lambda",
"version": "7.0.0",
"version": "7.1.0",
"description": "Remove processed messages from SQS queues",
"main": "src/index.js",
"private": true,
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "7.0.0",
"@cumulus/common": "7.0.0",
"@cumulus/logger": "7.0.0",
"@cumulus/aws-client": "7.1.0",
"@cumulus/common": "7.1.0",
"@cumulus/logger": "7.1.0",
"lodash": "^4.17.20"
}
}
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.20.2",
"version": "7.0.0",
"version": "7.1.0",
"packages": [
"example",
"example/lambdas/*",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/api-client",
"version": "7.0.0",
"version": "7.1.0",
"description": "API client for working with the Cumulus archive API",
"keywords": [
"GIBS",
Expand Down Expand Up @@ -38,11 +38,11 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "7.0.0",
"@cumulus/logger": "7.0.0",
"@cumulus/aws-client": "7.1.0",
"@cumulus/logger": "7.1.0",
"p-retry": "^2.0.0"
},
"devDependencies": {
"@cumulus/types": "7.0.0"
"@cumulus/types": "7.1.0"
}
}
30 changes: 15 additions & 15 deletions packages/api/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/api",
"version": "7.0.0",
"version": "7.1.0",
"description": "Lambda functions for handling all daac's API operations",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -45,19 +45,19 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "7.0.0",
"@cumulus/cmr-client": "7.0.0",
"@cumulus/cmrjs": "7.0.0",
"@cumulus/collection-config-store": "7.0.0",
"@cumulus/common": "7.0.0",
"@cumulus/earthdata-login-client": "7.0.0",
"@cumulus/errors": "7.0.0",
"@cumulus/ingest": "7.0.0",
"@cumulus/launchpad-auth": "7.0.0",
"@cumulus/logger": "7.0.0",
"@cumulus/message": "7.0.0",
"@cumulus/pvl": "7.0.0",
"@cumulus/sftp-client": "7.0.0",
"@cumulus/aws-client": "7.1.0",
"@cumulus/cmr-client": "7.1.0",
"@cumulus/cmrjs": "7.1.0",
"@cumulus/collection-config-store": "7.1.0",
"@cumulus/common": "7.1.0",
"@cumulus/earthdata-login-client": "7.1.0",
"@cumulus/errors": "7.1.0",
"@cumulus/ingest": "7.1.0",
"@cumulus/launchpad-auth": "7.1.0",
"@cumulus/logger": "7.1.0",
"@cumulus/message": "7.1.0",
"@cumulus/pvl": "7.1.0",
"@cumulus/sftp-client": "7.1.0",
"@elastic/elasticsearch": "^5.6.20",
"@mapbox/dyno": "^1.4.2",
"aggregate-error": "^3.0.1",
Expand Down Expand Up @@ -98,6 +98,6 @@
"xml2js": "^0.4.22"
},
"devDependencies": {
"@cumulus/test-data": "7.0.0"
"@cumulus/test-data": "7.1.0"
}
}
1 change: 1 addition & 0 deletions packages/aws-client/README.md
Expand Up @@ -786,6 +786,7 @@ Copy an S3 object to another location in S3 using a multipart copy
| params.sourceKey | <code>string</code> | | |
| params.destinationBucket | <code>string</code> | | |
| params.destinationKey | <code>string</code> | | |
| [params.sourceObject] | <code>AWS.S3.HeadObjectOutput</code> | | Output from https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#headObject-property |
| [params.ACL] | <code>string</code> | | an [S3 Canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) |
| [params.copyTags] | <code>boolean</code> | <code>false</code> | |

Expand Down
8 changes: 4 additions & 4 deletions packages/aws-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/aws-client",
"version": "7.0.0",
"version": "7.1.0",
"description": "Utilities for working with AWS",
"keywords": [
"GIBS",
Expand Down Expand Up @@ -43,9 +43,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/checksum": "7.0.0",
"@cumulus/errors": "7.0.0",
"@cumulus/logger": "7.0.0",
"@cumulus/checksum": "7.1.0",
"@cumulus/errors": "7.1.0",
"@cumulus/logger": "7.1.0",
"aws-sdk": "^2.814.0",
"jsonpath-plus": "^1.1.0",
"lodash": "~4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/checksum/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/checksum",
"version": "7.0.0",
"version": "7.1.0",
"description": "Cumulus checksum utilities",
"engines": {
"node": ">=12.18.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/cmr-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cmr-client",
"version": "7.0.0",
"version": "7.1.0",
"description": "A Node.js client to NASA's Common Metadata Repository (CMR) API.",
"engines": {
"node": ">=12.18.0"
Expand Down Expand Up @@ -34,9 +34,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "7.0.0",
"@cumulus/errors": "7.0.0",
"@cumulus/logger": "7.0.0",
"@cumulus/aws-client": "7.1.0",
"@cumulus/errors": "7.1.0",
"@cumulus/logger": "7.1.0",
"got": "^11.7.0",
"lodash": "^4.17.20",
"public-ip": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/cmrjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cmrjs",
"version": "7.0.0",
"version": "7.1.0",
"description": "A node SDK for CMR",
"engines": {
"node": ">=12.18.0"
Expand Down Expand Up @@ -33,11 +33,11 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "7.0.0",
"@cumulus/cmr-client": "7.0.0",
"@cumulus/common": "7.0.0",
"@cumulus/errors": "7.0.0",
"@cumulus/launchpad-auth": "7.0.0",
"@cumulus/aws-client": "7.1.0",
"@cumulus/cmr-client": "7.1.0",
"@cumulus/common": "7.1.0",
"@cumulus/errors": "7.1.0",
"@cumulus/launchpad-auth": "7.1.0",
"got": "^11.8.1",
"js2xmlparser": "^4.0.0",
"lodash": "^4.17.20",
Expand Down
8 changes: 4 additions & 4 deletions packages/collection-config-store/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/collection-config-store",
"version": "7.0.0",
"version": "7.1.0",
"description": "Utility for persisting collection configuration to S3 and retrieving it",
"keywords": [
"CUMULUS",
Expand Down Expand Up @@ -32,8 +32,8 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "7.0.0",
"@cumulus/common": "7.0.0",
"@cumulus/message": "7.0.0"
"@cumulus/aws-client": "7.1.0",
"@cumulus/common": "7.1.0",
"@cumulus/message": "7.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/common",
"version": "7.0.0",
"version": "7.1.0",
"description": "Common utilities used across tasks",
"keywords": [
"GIBS",
Expand Down Expand Up @@ -41,8 +41,8 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/errors": "7.0.0",
"@cumulus/logger": "7.0.0",
"@cumulus/errors": "7.1.0",
"@cumulus/logger": "7.1.0",
"ajv": "^6.12.3",
"aws-sdk": "^2.585.0",
"follow-redirects": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/earthdata-login-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/earthdata-login-client",
"version": "7.0.0",
"version": "7.1.0",
"description": "A client for the Earthata Login service API",
"homepage": "https://github.com/nasa/cumulus/tree/master/packages/earthdata-login-client#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
@@ -1,6 +1,6 @@
{
"name": "@cumulus/errors",
"version": "7.0.0",
"version": "7.1.0",
"description": "Provides error classes for Cumulus",
"keywords": [
"GIBS",
Expand Down

0 comments on commit 915b08e

Please sign in to comment.