Skip to content

Commit

Permalink
Update packages to v1.1.2 (#244)
Browse files Browse the repository at this point in the history
**Summary:** Update packages to `v1.1.2`

## Changes

See CHANGELOG.md

## Test Plan

- [x] Unit tests

Reviewer: @laurenfrederick
  • Loading branch information
abarciauskas-bgse authored Mar 14, 2018
1 parent a549693 commit b027adf
Show file tree
Hide file tree
Showing 43 changed files with 114 additions and 102 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

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

### Added
- added tools to @cumulus/integration-tests for local integration testing
- added end to end testing for discovering and parsing of PDRs
Expand Down Expand Up @@ -66,7 +68,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.1...HEAD
[Unreleased]: https://github.com/cumulus-nasa/cumulus/compare/v1.1.2...HEAD
[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
[v1.0.1]: https://github.com/cumulus-nasa/cumulus/compare/v1.0.0...v1.0.1
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,15 @@ To update cumulus' version number run:

$ yarn update

You will be prompted to select the type of change (patch/minor/major).
You will be prompted to select the type of change (patch/minor/major). Lerna will update the version of all packages after the selection.

Lerna will update the version of all packages after the selection. You then have to commit the changes that are made by Lerna. Update the CHANGELOG.md. Put a header under the 'Unreleased' section with the a version number and the date. Commit these changes as well.
Your next steps should be:

1. Commit the package version updates that are made by Lerna.
2. Update the CHANGELOG.md. Put a header under the 'Unreleased' section with the new version number and the date.
3. Add a link reference for the github "compare" view at the bottom of the CHANGELOG.md, following the existing pattern. This link reference should create a link in the CHANGELOG's release header to changes in the corresponding release.

Commit all changes and open a PR.

The version number updates should be put in a PR and committed to master along with the changelog updates. After merging to master, tag the master branch with a release using the new version number.

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.0",
"version": "1.1.2",
"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.0",
"@cumulus/common": "^1.1.2",
"lodash": "^4.17.4",
"uuid": "^3.0.1"
}
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.1.2",
"description": "Task to copy idx file from S3 to EFS for OnEarth 2.0.",
"main": "index.js",
"private": true,
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"@cumulus/test-data": "^1.1.0"
},
"devDependencies": {
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.0",
"version": "1.1.2",
"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.0"
"@cumulus/common": "^1.1.2"
},
"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.0",
"version": "1.1.2",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"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.0",
"version": "1.1.2",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"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.0",
"version": "1.1.2",
"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.0",
"@cumulus/common": "^1.1.2",
"moment": "^2.19.2",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1"
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.1.2",
"description": "Discover Granules in FTP/HTTP/SFTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -37,9 +37,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
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.0",
"version": "1.1.2",
"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.0",
"@cumulus/common": "^1.1.2",
"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.1",
"version": "1.1.2",
"description": "SIPS handler PDR discovery task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -36,8 +36,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/ingest": "^1.1.1",
"@cumulus/common": "^1.1.2",
"@cumulus/ingest": "^1.1.2",
"ftp": "^0.3.10",
"node-fetch": "^1.6.1",
"parse-duration": "^0.1.1",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.1.2",
"description": "Discover PDRs in FTP and HTTP endpoints",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.1.2",
"description": "Discover granules from an S3 bucket",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,9 +35,9 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
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.0",
"version": "1.1.2",
"description": "Mock for provider gateway",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"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.0",
"version": "1.1.2",
"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.0"
"@cumulus/common": "^1.1.2"
},
"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.0",
"version": "1.1.2",
"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.0",
"@cumulus/common": "^1.1.2",
"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.0",
"version": "1.1.2",
"description": "SIPS handler PAN generation/upload task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"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.1",
"version": "1.1.2",
"description": "SIPS handler PDR processing task",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/ingest": "^1.1.1",
"@cumulus/common": "^1.1.2",
"@cumulus/ingest": "^1.1.2",
"@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.0",
"version": "1.1.2",
"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.0",
"@cumulus/common": "^1.1.2",
"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.0.1",
"version": "1.1.2",
"description": "Example task",
"main": "index.js",
"directories": {
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.1.2",
"description": "Download and Parse a given PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -39,9 +39,9 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "1.1.2",
"description": "Checks execution status of granules in a PDR",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -40,9 +40,9 @@
]
},
"dependencies": {
"@cumulus/common": "^1.1.0",
"@cumulus/common": "^1.1.2",
"@cumulus/cumulus-message-adapter-js": "^1.0.1",
"@cumulus/ingest": "^1.1.1",
"@cumulus/ingest": "^1.1.2",
"@cumulus/test-data": "^1.1.0",
"babel-core": "^6.25.0",
"babel-loader": "^6.2.4",
Expand Down
Loading

0 comments on commit b027adf

Please sign in to comment.