Skip to content

Commit

Permalink
Merge pull request #247 from cumulus-nasa/release-version-1.1.3
Browse files Browse the repository at this point in the history
version 1.1.3
  • Loading branch information
Alireza committed Mar 14, 2018
2 parents 76abe73 + 3152ff0 commit 2843d0a
Show file tree
Hide file tree
Showing 43 changed files with 114 additions and 113 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.1.3] - 2018-03-14
### Fixed

- Changed deployment package's install behavior. The build process will happen after installation
- Changed @cumulus/deployment package install behavior. The build process will happen after installation

## [v1.1.2] - 2018-03-14

Expand Down Expand Up @@ -72,7 +72,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.1.2...HEAD
[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.3...HEAD
[v1.1.3]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.2...v1.1.3
[v1.1.2]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.1...v1.1.2
[v1.1.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.0.1...v1.1.1
[v1.1.0]: https://github.com/cumulus-nasa/cumulus/compare/v1.0.1...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions cumulus/services/sfn-scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/sfn-scheduler",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "Runs ingest timers as configured in /config/products.json",
"main": "index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"lodash": "^4.17.4",
"uuid": "^3.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions cumulus/tasks/copy-idx-from-s3-to-efs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/copy-idx-from-s3-to-efs",
"version": "1.1.2",
"version": "1.1.3",
"description": "Task to copy idx file from S3 to EFS for OnEarth 2.0.",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -35,8 +35,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/test-data": "^1.1.0"
"@cumulus/common": "^1.1.3",
"@cumulus/test-data": "^1.1.3"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/delete-ingest-tracking-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/delete-ingest-tracking-data",
"version": "1.1.2",
"version": "1.1.3",
"description": "Task to delete ingest tracking data when ingest has completed.",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -36,7 +36,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2"
"@cumulus/common": "^1.1.3"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/delete-pdr-ftp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/delete-pdr-ftp",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/delete-pdr-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/delete-pdr-s3",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/discover-cmr-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/discover-cmr-granules",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "Discovers granules from the CMR",
"main": "index.js",
"keywords": [
Expand All @@ -19,7 +19,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"moment": "^2.19.2",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1"
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/discover-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-granules",
"version": "1.1.2",
"version": "1.1.3",
"description": "Discover Granules in FTP/HTTP/SFTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -37,10 +37,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"@cumulus/ingest": "^1.1.3",
"@cumulus/test-data": "^1.1.3",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/discover-http-tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/discover-http-tiles",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "Crawls an HTTP endpoint to discover tiled imagery",
"main": "index.js",
"keywords": [
Expand All @@ -14,7 +14,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"async": "^2.0.0",
"lodash": "^4.15.0",
"simplecrawler": "git+https://github.com/cgiffard/node-simplecrawler.git#193e506c39164ddf045c7c6c502e1a015d85a290"
Expand Down
6 changes: 3 additions & 3 deletions cumulus/tasks/discover-pdr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/discover-pdr",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -36,8 +36,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/ingest": "^1.1.2",
"@cumulus/common": "^1.1.3",
"@cumulus/ingest": "^1.1.3",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/discover-pdrs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-pdrs",
"version": "1.1.2",
"version": "1.1.3",
"description": "Discover PDRs in FTP and HTTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"@cumulus/ingest": "^1.1.3",
"@cumulus/test-data": "^1.1.3",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.23.0",
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/discover-s3-granules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/discover-s3-granules",
"version": "1.1.2",
"version": "1.1.3",
"description": "Discover granules from an S3 bucket",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"@cumulus/ingest": "^1.1.3",
"@cumulus/test-data": "^1.1.3",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/download-activity-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/dowload-activity-mock",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "Mock for provider gateway",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/filter-payload/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/filter-payload",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "Task to filter the payload from one task to the next",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2"
"@cumulus/common": "^1.1.3"
},
"devDependencies": {
"@ava/babel-preset-stage-4": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/generate-mrf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-mrf",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "Generates MRFs for ingested tiles",
"main": "index.js",
"keywords": [
Expand All @@ -14,7 +14,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"async": "^2.0.0",
"lodash": "^4.13.1",
"mustache": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/generate-pan/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-pan",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "SIPS handler PAN generation/upload task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
6 changes: 3 additions & 3 deletions cumulus/tasks/generate-pdr-file-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-pdr-file-list",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "SIPS handler PDR processing task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/ingest": "^1.1.2",
"@cumulus/common": "^1.1.3",
"@cumulus/ingest": "^1.1.3",
"@cumulus/pvl": "^1.0.0",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
Expand Down
4 changes: 2 additions & 2 deletions cumulus/tasks/generate-pdrd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate-pdrd",
"private": true,
"version": "1.1.2",
"version": "1.1.3",
"description": "SIPS handler generating a PDRD when PDR validation fails",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion cumulus/tasks/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/hello-world",
"version": "1.1.2",
"version": "1.1.3",
"description": "Example task",
"main": "index.js",
"directories": {
Expand Down
8 changes: 4 additions & 4 deletions cumulus/tasks/parse-pdr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/parse-pdr",
"version": "1.1.2",
"version": "1.1.3",
"description": "Download and Parse a given PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -39,10 +39,10 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"@cumulus/ingest": "^1.1.3",
"@cumulus/test-data": "^1.1.3",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
8 changes: 4 additions & 4 deletions cumulus/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.1.2",
"version": "1.1.3",
"description": "Checks execution status of granules in a PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -40,10 +40,10 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.2",
"@cumulus/common": "^1.1.3",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"@cumulus/ingest": "^1.1.3",
"@cumulus/test-data": "^1.1.3",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
Expand Down
Loading

0 comments on commit 2843d0a

Please sign in to comment.