Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

19.1.x with master #3847

Merged
merged 4 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 27 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Migration Notes

### Breaking Changes

- **CUMULUS-2564**
Expand All @@ -23,6 +21,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
If the prior behavior is desired, please add `"useGranIdPath": true` to your
task config in your workflow definitions that use `sync-granule`.


### Added

- **CUMULUS-3919**
- Added terraform variables `disableSSL` and `rejectUnauthorized` to `tf-modules/cumulus-rds-tf` module.

### Changed

- **CUMULUS-3931**
- Add `force_new_deployment` to `cumulus_ecs_service` to allow users to force
new task deployment on terraform redeploy. See docs for more details:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service#force_new_deployment"

## [v19.1.0] 2024-10-07

### Migration Notes

This release contains changes listed here as well as changes listed in v19.0.0,
despite v19.0.0 being deprecated. Please review Changelog entries and Migration Notes for
each Cumulus version between your current version and v19.1.0 as normal.

### Added

- **CUMULUS-3020**
Expand All @@ -43,8 +62,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Updated `@cumulus/sftp-client` and `@cumulus/ingest/SftpProviderClient` to support both regular and fastDownload.
- Added sftp support to FakeProvider
- Added sftp integration test
- **CUMULUS-3919**
- Added terraform variables `disableSSL` and `rejectUnauthorized` to `tf-modules/cumulus-rds-tf` module.

### Changed

Expand All @@ -59,10 +76,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- cumulus-message-adapter-python 2.3.0
- **CUMULUS-3906**
- Bumps example ORCA deployment to version v10.0.1.
- **CUMULUS-3931**
- Add `force_new_deployment` to `cumulus_ecs_service` to allow users to force
new task deployment on terraform redeploy. See docs for more details:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_service#force_new_deployment"

### Fixed

Expand All @@ -71,6 +84,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [v19.0.0] 2024-08-28

### Deprecated
This release has been deprecated in favor of the 18.5->19.1 release series. The changes
listed here are still valid and also contained in the v19.1.0 release and beyond.

### Breaking Changes

- This release includes `Replace ElasicSearch Phase 1` updates, we no longer save `collection/granule/execution` records to
Expand Down Expand Up @@ -8141,7 +8158,8 @@ 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/v19.0.0...HEAD
[Unreleased]: https://github.com/nasa/cumulus/compare/v19.1.0...HEAD
[v19.1.0]: https://github.com/nasa/cumulus/compare/v19.0.0...v19.1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not blocking given the PR, but should we do something like 18.5->19.1 in the future given the migration path doesn't travel through 19.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The stance I'm taking with v19 is that it exists but is deprecated. So the CL entry for 19.1 has:

This release contains changes listed here as well as changes listed in v19.0.0,
despite v19.0.0 being deprecated. Please review Changelog entries and Migration Notes for
each Cumulus version between your current version and v19.1.0 as normal.

My sense is that it would be more confusing to skip a version here an elsewhere. I could be wrong though.

[v19.0.0]: https://github.com/nasa/cumulus/compare/v18.5.0...v19.0.0
[v18.5.0]: https://github.com/nasa/cumulus/compare/v18.4.0...v18.5.0
[v18.4.0]: https://github.com/nasa/cumulus/compare/v18.3.4...v18.4.0
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/asyncOperations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-async-operations",
"version": "19.0.0",
"version": "19.1.0",
"description": "AsyncOperations Test Lambda",
"main": "index.js",
"private": true,
Expand Down
14 changes: 7 additions & 7 deletions example/lambdas/ftpPopulateTestLambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/ftp-populate-test-lambda",
"version": "19.0.0",
"version": "19.1.0",
"description": "FTP Population Utility Lambda",
"main": "index.js",
"private": true,
Expand All @@ -19,12 +19,12 @@
"access": "private"
},
"dependencies": {
"@cumulus/api": "19.0.0",
"@cumulus/api-client": "19.0.0",
"@cumulus/common": "19.0.0",
"@cumulus/integration-tests": "19.0.0",
"@cumulus/logger": "19.0.0",
"@cumulus/test-data": "19.0.0",
"@cumulus/api": "19.1.0",
"@cumulus/api-client": "19.1.0",
"@cumulus/common": "19.1.0",
"@cumulus/integration-tests": "19.1.0",
"@cumulus/logger": "19.1.0",
"@cumulus/test-data": "19.1.0",
"fs-extra": "^9.0.0",
"jsftp": "https://github.com/jkovarik/jsftp.git#add_288",
"lodash": "^4.17.20"
Expand Down
6 changes: 3 additions & 3 deletions example/lambdas/lzardsClientTest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-lzards-api-lambda",
"version": "19.0.0",
"version": "19.1.0",
"description": "LZARDS API Client Test Lambda",
"private": true,
"engines": {
Expand All @@ -20,7 +20,7 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/logger": "19.0.0",
"@cumulus/lzards-api-client": "19.0.0"
"@cumulus/logger": "19.1.0",
"@cumulus/lzards-api-client": "19.1.0"
}
}
2 changes: 1 addition & 1 deletion example/lambdas/python-processing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-process-activity",
"private": true,
"version": "19.0.0",
"version": "19.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-reference-activity",
"private": true,
"version": "19.0.0",
"version": "19.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/python-reference-task",
"private": true,
"version": "19.0.0",
"version": "19.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-s3-access",
"version": "19.0.0",
"version": "19.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-sns-s3",
"version": "19.0.0",
"version": "19.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/test-version-up",
"version": "19.0.0",
"version": "19.1.0",
"description": "Version Up Test Lambda",
"main": "index.js",
"private": true,
Expand Down
52 changes: 26 additions & 26 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/cumulus-integration-tests",
"version": "19.0.0",
"version": "19.1.0",
"description": "Cumulus Integration Test Deployment",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -49,32 +49,32 @@
"@aws-sdk/client-lambda": "^3.621.0",
"@aws-sdk/client-sns": "^3.621.0",
"@aws-sdk/client-sts": "^3.621.0",
"@cumulus/api": "19.0.0",
"@cumulus/api-client": "19.0.0",
"@cumulus/async-operations": "19.0.0",
"@cumulus/aws-client": "19.0.0",
"@cumulus/checksum": "19.0.0",
"@cumulus/cmr-client": "19.0.0",
"@cumulus/cmrjs": "19.0.0",
"@cumulus/common": "19.0.0",
"@cumulus/discover-granules": "19.0.0",
"@cumulus/discover-pdrs": "19.0.0",
"@cumulus/files-to-granules": "19.0.0",
"@cumulus/hello-world": "19.0.0",
"@cumulus/ingest": "19.0.0",
"@cumulus/integration-tests": "19.0.0",
"@cumulus/message": "19.0.0",
"@cumulus/move-granules": "19.0.0",
"@cumulus/parse-pdr": "19.0.0",
"@cumulus/pdr-status-check": "19.0.0",
"@cumulus/post-to-cmr": "19.0.0",
"@cumulus/queue-granules": "19.0.0",
"@cumulus/queue-pdrs": "19.0.0",
"@cumulus/sf-sqs-report": "19.0.0",
"@cumulus/sync-granule": "19.0.0",
"@cumulus/test-processing": "19.0.0"
"@cumulus/api": "19.1.0",
"@cumulus/api-client": "19.1.0",
"@cumulus/async-operations": "19.1.0",
"@cumulus/aws-client": "19.1.0",
"@cumulus/checksum": "19.1.0",
"@cumulus/cmr-client": "19.1.0",
"@cumulus/cmrjs": "19.1.0",
"@cumulus/common": "19.1.0",
"@cumulus/discover-granules": "19.1.0",
"@cumulus/discover-pdrs": "19.1.0",
"@cumulus/files-to-granules": "19.1.0",
"@cumulus/hello-world": "19.1.0",
"@cumulus/ingest": "19.1.0",
"@cumulus/integration-tests": "19.1.0",
"@cumulus/message": "19.1.0",
"@cumulus/move-granules": "19.1.0",
"@cumulus/parse-pdr": "19.1.0",
"@cumulus/pdr-status-check": "19.1.0",
"@cumulus/post-to-cmr": "19.1.0",
"@cumulus/queue-granules": "19.1.0",
"@cumulus/queue-pdrs": "19.1.0",
"@cumulus/sf-sqs-report": "19.1.0",
"@cumulus/sync-granule": "19.1.0",
"@cumulus/test-processing": "19.1.0"
},
"devDependencies": {
"@cumulus/test-data": "19.0.0"
"@cumulus/test-data": "19.1.0"
}
}
6 changes: 3 additions & 3 deletions example/scripts/generate_ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/generate_ingest",
"private": true,
"version": "19.0.0",
"version": "19.1.0",
"description": "Script to generate test data for scaled ingest",
"keywords": [
"GIBS",
Expand All @@ -22,8 +22,8 @@
"directory": "packages/types"
},
"dependencies": {
"@cumulus/aws-client": "19.0.0",
"@cumulus/common": "19.0.0"
"@cumulus/aws-client": "19.1.0",
"@cumulus/common": "19.1.0"
},
"author": "Cumulus Authors",
"license": "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion example/scripts/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cumulus/example-lib",
"private": true,
"version": "19.0.0",
"version": "19.1.0",
"description": "example project libs",
"homepage": "https://github.com/nasa/cumulus/tree/master/example/scripts/lib",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions lambdas/db-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/db-migration-lambda",
"version": "19.0.0",
"version": "19.1.0",
"description": "A Lambda function used for deploying DB migrations",
"license": "Apache-2.0",
"engines": {
Expand All @@ -20,7 +20,7 @@
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles"
},
"dependencies": {
"@cumulus/db": "19.0.0",
"@cumulus/db": "19.1.0",
"knex": "2.4.1",
"pg": "~8.13"
}
Expand Down
6 changes: 3 additions & 3 deletions lambdas/db-provision-user-database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/db-provision-user-database-lambda",
"version": "19.0.0",
"version": "19.1.0",
"description": "A Lambda function used for provisioning user databases",
"engines": {
"node": ">=20.12.2"
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.621.0",
"@cumulus/common": "19.0.0",
"@cumulus/db": "19.0.0",
"@cumulus/common": "19.1.0",
"@cumulus/db": "19.1.0",
"knex": "2.4.1",
"pg": "~8.13"
},
Expand Down
12 changes: 6 additions & 6 deletions lambdas/dla-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/dla-migration-lambda",
"version": "19.0.0",
"version": "19.1.0",
"description": "A Lambda function used for DLA migrations",
"license": "Apache-2.0",
"engines": {
Expand All @@ -24,11 +24,11 @@
"webpack": "../../node_modules/.bin/webpack"
},
"dependencies": {
"@cumulus/aws-client": "19.0.0",
"@cumulus/common": "19.0.0",
"@cumulus/logger": "19.0.0",
"@cumulus/message": "19.0.0",
"@cumulus/types": "19.0.0",
"@cumulus/aws-client": "19.1.0",
"@cumulus/common": "19.1.0",
"@cumulus/logger": "19.1.0",
"@cumulus/message": "19.1.0",
"@cumulus/types": "19.1.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"p-map": "^4.0.0"
Expand Down
14 changes: 7 additions & 7 deletions lambdas/migration-helper-async-operation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/migration-helper-async-operation",
"version": "19.0.0",
"version": "19.1.0",
"description": "Lambda function helps with various migrations",
"author": "Cumulus Authors",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,12 +31,12 @@
"failFast": true
},
"dependencies": {
"@cumulus/api": "19.0.0",
"@cumulus/async-operations": "19.0.0",
"@cumulus/aws-client": "19.0.0",
"@cumulus/common": "19.0.0",
"@cumulus/logger": "19.0.0",
"@cumulus/types": "19.0.0",
"@cumulus/api": "19.1.0",
"@cumulus/async-operations": "19.1.0",
"@cumulus/aws-client": "19.1.0",
"@cumulus/common": "19.1.0",
"@cumulus/logger": "19.1.0",
"@cumulus/types": "19.1.0",
"lodash": "^4.17.21"
}
}
10 changes: 5 additions & 5 deletions lambdas/sqs-message-remover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/sqs-message-remover-lambda",
"version": "19.0.0",
"version": "19.1.0",
"description": "Remove processed messages from SQS queues",
"main": "src/index.js",
"private": true,
Expand Down Expand Up @@ -39,10 +39,10 @@
"author": "Cumulus Authors",
"license": "Apache-2.0",
"dependencies": {
"@cumulus/aws-client": "19.0.0",
"@cumulus/common": "19.0.0",
"@cumulus/ingest": "19.0.0",
"@cumulus/logger": "19.0.0",
"@cumulus/aws-client": "19.1.0",
"@cumulus/common": "19.1.0",
"@cumulus/ingest": "19.1.0",
"@cumulus/logger": "19.1.0",
"lodash": "^4.17.21"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.20.2",
"version": "19.0.0",
"version": "19.1.0",
"packages": [
"example",
"example/lambdas/*",
Expand Down
Loading