Skip to content

Commit 4738ded

Browse files
authored
Merge pull request #3110 from nasa/release-11.1.7
Release 11.1.7
2 parents cc17225 + a69841e commit 4738ded

File tree

74 files changed

+349
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+349
-349
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9-
## [v11.1.6] 2022-10-03 [BACKPORT]
9+
## [v11.1.7] 2022-10-05 [BACKPORT]
1010

1111
### Fixed
1212

@@ -6117,8 +6117,8 @@ Note: There was an issue publishing 1.12.0. Upgrade to 1.12.1.
61176117

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

6120-
[unreleased]: https://github.com/nasa/cumulus/compare/v11.1.6...HEAD
6121-
[v11.1.6]: https://github.com/nasa/cumulus/compare/v11.1.5...v11.1.6
6120+
[unreleased]: https://github.com/nasa/cumulus/compare/v11.1.7...HEAD
6121+
[v11.1.7]: https://github.com/nasa/cumulus/compare/v11.1.5...v11.1.7
61226122
[v11.1.5]: https://github.com/nasa/cumulus/compare/v11.1.4...v11.1.5
61236123
[v11.1.4]: https://github.com/nasa/cumulus/compare/v11.1.3...v11.1.4
61246124
[v11.1.3]: https://github.com/nasa/cumulus/compare/v11.1.2...v11.1.3

example/cumulus-tf/cnm_response_task.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
cnm_response_version = "2.0.2"
2+
cnm_response_version = "2.0.3"
33
cnm_response_filename = "cnmResponse-${local.cnm_response_version}.zip"
44
}
55

example/cumulus-tf/cnm_to_cma_task.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
cnm_to_cma_version = "1.5.3"
2+
cnm_to_cma_version = "1.5.4"
33
cnm_to_cma_filename = "cnmToGranule-${local.cnm_to_cma_version}.zip"
44
}
55

example/lambdas/asyncOperations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-async-operations",
3-
"version": "11.1.6",
3+
"version": "11.1.7",
44
"description": "AsyncOperations Test Lambda",
55
"main": "index.js",
66
"private": true,

example/lambdas/ftpPopulateTestLambda/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/ftp-populate-test-lambda",
3-
"version": "11.1.6",
3+
"version": "11.1.7",
44
"description": "FTP Population Utility Lambda",
55
"main": "index.js",
66
"private": true,
@@ -19,12 +19,12 @@
1919
"access": "private"
2020
},
2121
"dependencies": {
22-
"@cumulus/api": "11.1.6",
23-
"@cumulus/api-client": "11.1.6",
24-
"@cumulus/common": "11.1.6",
25-
"@cumulus/integration-tests": "11.1.6",
26-
"@cumulus/logger": "11.1.6",
27-
"@cumulus/test-data": "11.1.6",
22+
"@cumulus/api": "11.1.7",
23+
"@cumulus/api-client": "11.1.7",
24+
"@cumulus/common": "11.1.7",
25+
"@cumulus/integration-tests": "11.1.7",
26+
"@cumulus/logger": "11.1.7",
27+
"@cumulus/test-data": "11.1.7",
2828
"aws-sdk": "^2.585.0",
2929
"fs-extra": "^9.0.0",
3030
"js-yaml": "^3.13.1",

example/lambdas/python-processing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cumulus/python-process-activity",
33
"private": true,
4-
"version": "11.1.6",
4+
"version": "11.1.7",
55
"description": "Python reference activity",
66
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity",
77
"repository": {

example/lambdas/python-reference-activity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cumulus/python-reference-activity",
33
"private": true,
4-
"version": "11.1.6",
4+
"version": "11.1.7",
55
"description": "Python reference activity",
66
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-activity",
77
"repository": {

example/lambdas/python-reference-task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cumulus/python-reference-task",
33
"private": true,
4-
"version": "11.1.6",
4+
"version": "11.1.7",
55
"description": "Python reference task",
66
"main": "index.js",
77
"homepage": "https://github.com/nasa/cumulus/tree/master/example/lambdas/python-reference-task",

example/lambdas/s3AccessTest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-s3-access",
3-
"version": "11.1.6",
3+
"version": "11.1.7",
44
"description": "S3 Access Test Lambda",
55
"main": "index.js",
66
"private": true,

example/lambdas/snsS3Test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cumulus/test-sns-s3",
3-
"version": "11.1.6",
3+
"version": "11.1.7",
44
"description": "SNS to S3 Test Lambda",
55
"main": "index.js",
66
"private": true,

0 commit comments

Comments
 (0)