Skip to content

Commit

Permalink
Merge pull request #371 from cumulus-nasa/release-1.5.5
Browse files Browse the repository at this point in the history
Create release 1.5.5
  • Loading branch information
Marc authored May 31, 2018
2 parents aaaa45d + 4ebb4d4 commit 41ba8df
Show file tree
Hide file tree
Showing 22 changed files with 86 additions and 62 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.5.5] - 2018-05-30

### Added
- **CUMULUS-530** - PDR tracking through Queue-granules
- Add optional `pdr` property to the sync-granule task's input config and output payload.
Expand Down Expand Up @@ -282,7 +285,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [v1.0.0] - 2018-02-23

[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.4...HEAD
[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.5...HEAD
[v1.5.5]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.4...v1.5.5
[v1.5.4]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.3...v1.5.4
[v1.5.3]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.2...v1.5.3
[v1.5.2]: https://github.com/cumulus-nasa/cumulus/compare/v1.5.1...v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion example/app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default:
ecs:
instanceType: t2.small
desiredInstances: 1
availabilityZone: us-east-1a
availabilityZone: us-east-1b
amiid: ami-a7a242da
publicIp: true
restartTasksOnDeploy: true
Expand Down
28 changes: 14 additions & 14 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
]
},
"dependencies": {
"@cumulus/api": "^1.5.4",
"@cumulus/common": "^1.5.3",
"@cumulus/deployment": "^1.5.4",
"@cumulus/discover-granules": "^1.5.3",
"@cumulus/discover-pdrs": "^1.5.3",
"@cumulus/hello-world": "^1.5.3",
"@cumulus/integration-tests": "^1.5.4",
"@cumulus/parse-pdr": "^1.5.3",
"@cumulus/pdr-status-check": "^1.5.3",
"@cumulus/post-to-cmr": "^1.5.3",
"@cumulus/queue-granules": "^1.5.3",
"@cumulus/queue-pdrs": "^1.5.3",
"@cumulus/sf-sns-report": "^1.5.3",
"@cumulus/sync-granule": "^1.5.3",
"@cumulus/api": "^1.5.5",
"@cumulus/common": "^1.5.5",
"@cumulus/deployment": "^1.5.5",
"@cumulus/discover-granules": "^1.5.5",
"@cumulus/discover-pdrs": "^1.5.5",
"@cumulus/hello-world": "^1.5.5",
"@cumulus/integration-tests": "^1.5.5",
"@cumulus/parse-pdr": "^1.5.5",
"@cumulus/pdr-status-check": "^1.5.5",
"@cumulus/post-to-cmr": "^1.5.5",
"@cumulus/queue-granules": "^1.5.5",
"@cumulus/queue-pdrs": "^1.5.5",
"@cumulus/sf-sns-report": "^1.5.5",
"@cumulus/sync-granule": "^1.5.5",
"aws-sdk": "^2.227.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "1.5.4",
"version": "1.5.5",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/api",
"version": "1.5.4",
"version": "1.5.5",
"description": "Lambda functions for handling all daac's API operations",
"main": "index.js",
"engine": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/cmrjs": "^1.5.3",
"@cumulus/common": "^1.5.3",
"@cumulus/ingest": "^1.5.3",
"@cumulus/cmrjs": "^1.5.5",
"@cumulus/common": "^1.5.5",
"@cumulus/ingest": "^1.5.5",
"@cumulus/pvl": "^1.5.0",
"ajv": "^5.2.2",
"archiver": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cmrjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cmrjs",
"version": "1.5.3",
"version": "1.5.5",
"description": "A node SDK for CMR",
"engine": {
"node": ">=8.10.0"
Expand Down Expand Up @@ -31,7 +31,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"got": "^7.1.0",
"lodash.property": "^4.4.2",
"public-ip": "^2.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/common",
"version": "1.5.3",
"version": "1.5.5",
"description": "Common utilities used across tasks",
"keywords": [
"GIBS",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployment/app/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ default:
amiid: ami-6944c513
instanceType: change-me
volumeSize: 50
availabilityZone: 'us-east-1a'
availabilityZone: 'us-east-1b'
maxInstances: 1
desiredInstances: 0

Expand Down
2 changes: 1 addition & 1 deletion packages/deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/deployment",
"version": "1.5.4",
"version": "1.5.5",
"description": "Deployment templates for cumulus",
"scripts": {
"test": "ava --no-color",
Expand Down
4 changes: 2 additions & 2 deletions packages/ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/ingest",
"version": "1.5.3",
"version": "1.5.5",
"description": "Ingest utilities",
"engine": {
"node": ">=8.10.0"
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/pvl": "^1.5.0",
"@cumulus/test-data": "^1.5.2",
"aws-sdk": "^2.224.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/integration-tests",
"version": "1.5.4",
"version": "1.5.5",
"description": "Integration tests",
"bin": {
"cumulus-test": "./bin/cli.js"
Expand All @@ -23,9 +23,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/api": "^1.5.4",
"@cumulus/common": "^1.5.3",
"@cumulus/deployment": "^1.5.4",
"@cumulus/api": "^1.5.5",
"@cumulus/common": "^1.5.5",
"@cumulus/deployment": "^1.5.5",
"aws-sdk": "^2.224.1",
"commander": "^2.9.0",
"fs-extra": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/task-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/task-debug",
"private": true,
"version": "1.5.3",
"version": "1.5.5",
"description": "A harness for debugging workflows.",
"main": "index.js",
"homepage": "https://github.com/cumulus-nasa/cumulus#readme",
Expand All @@ -18,7 +18,7 @@
"test": "test"
},
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"commander": "^2.11.0"
},
"devDependencies": {
Expand Down
11 changes: 8 additions & 3 deletions tasks/discover-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@cumulus/discover-granules",
"version": "1.5.3",
"version": "1.5.5",
"description": "Discover Granules in FTP/HTTP/HTTPS/SFTP/S3 endpoints",
"main": "index.js",
"directories": {
"test": "tests"
},
"homepage": "https://github.com/cumulus-nasa/cumulus/tree/master/tasks/discover-granules",
"repository": {
"type": "git",
"url": "https://github.com/cumulus-nasa/cumulus"
},
"engine": {
"node": ">=8.10.0"
},
Expand All @@ -32,9 +37,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"@cumulus/test-data": "^1.5.2",
"lodash.get": "^4.4.2"
},
Expand Down
11 changes: 8 additions & 3 deletions tasks/discover-pdrs/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@cumulus/discover-pdrs",
"version": "1.5.3",
"version": "1.5.5",
"description": "Discover PDRs in FTP and HTTP endpoints",
"main": "index.js",
"directories": {
"test": "tests"
},
"homepage": "https://github.com/cumulus-nasa/cumulus/tree/master/tasks/discover-pdrs",
"repository": {
"type": "git",
"url": "https://github.com/cumulus-nasa/cumulus"
},
"engine": {
"node": ">=8.10.0"
},
Expand All @@ -31,9 +36,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"@cumulus/test-data": "^1.5.2",
"lodash.get": "^4.4.2"
},
Expand Down
5 changes: 5 additions & 0 deletions tasks/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"directories": {
"test": "tests"
},
"homepage": "https://github.com/cumulus-nasa/cumulus/tree/master/tasks/hello-world",
"repository": {
"type": "git",
"url": "https://github.com/cumulus-nasa/cumulus"
},
"engine": {
"node": ">=8.10.0"
},
Expand Down
11 changes: 8 additions & 3 deletions tasks/parse-pdr/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@cumulus/parse-pdr",
"version": "1.5.3",
"version": "1.5.5",
"description": "Download and Parse a given PDR",
"main": "index.js",
"directories": {
"test": "tests"
},
"homepage": "https://github.com/cumulus-nasa/cumulus/tree/master/tasks/parse-pdr",
"repository": {
"type": "git",
"url": "https://github.com/cumulus-nasa/cumulus"
},
"publishConfig": {
"access": "public"
},
Expand All @@ -29,9 +34,9 @@
]
},
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"@cumulus/test-data": "^1.5.2",
"lodash.clonedeep": "^4.4.2",
"lodash.get": "^4.4.2"
Expand Down
6 changes: 3 additions & 3 deletions tasks/pdr-status-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/pdr-status-check",
"version": "1.5.3",
"version": "1.5.5",
"description": "Checks execution status of granules in a PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -36,9 +36,9 @@
]
},
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"@cumulus/test-data": "^1.5.2",
"lodash.get": "^4.4.2",
"p-limit": "^1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions tasks/post-to-cmr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/post-to-cmr",
"version": "1.5.3",
"version": "1.5.5",
"description": "Post a given granule to CMR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -37,10 +37,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/cmrjs": "^1.5.3",
"@cumulus/common": "^1.5.3",
"@cumulus/cmrjs": "^1.5.5",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"@cumulus/test-data": "^1.5.2",
"lodash.get": "^4.4.2"
},
Expand Down
6 changes: 3 additions & 3 deletions tasks/queue-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/queue-granules",
"version": "1.5.3",
"version": "1.5.5",
"description": "Add discovered granules to the queue",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"lodash.get": "^4.4.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions tasks/queue-pdrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/queue-pdrs",
"version": "1.5.3",
"version": "1.5.5",
"description": "Add discovered PDRs to a queue",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"lodash.get": "^4.4.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions tasks/sf-sns-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/sf-sns-report",
"version": "1.5.3",
"version": "1.5.5",
"description": "Broadcasts an incoming Cumulus message to SNS",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.5.3",
"@cumulus/common": "^1.5.5",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.5.3",
"@cumulus/ingest": "^1.5.5",
"lodash.get": "^4.4.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 41ba8df

Please sign in to comment.