Skip to content

Commit

Permalink
CUMULUS-3897 - Bumps package versions and adds website docs for v18.5…
Browse files Browse the repository at this point in the history
….0 release (#3814)

* CUMULUS-3536 Update Cumulus Core from Aurora Serverless V1 to V2 (#3632)

* Update deployment templates for Aurora Serverless v2 (#3623)

* update CL

* update terraform templates to serverless v2

* add terraform variable validation

* remove upgrade variables

* add prevent_destroy = true

* add prevent_destroy = true

* CUMULUS-3670 Develop upgrade/migration process Aurora Serverless v1 to v2 (#3643)

* remove prevent_destroy to allow automated CI migrations

* set force_ssl = 0 (#3658)

Co-authored-by: Tim Clark <[email protected]>

* [CUMULUS-3671]: Update docs for Serverless V2 (#3666)

* initial commit

* serverless v2 doc updates

* Update serverless V2 docs

* Fix lint issue

* set DISABLE_PG_SSL: true to support CI

* fix lint error

* set disableSSL = true

* remove DISABLE_PG_SSL

* set rejectUnauthorized: 'false'

* update CL for v2 changes

* fix changelog

* add migration notes to changelog, add v2 docs to sidebar

* fix changelog

---------

Co-authored-by: Tim Clark <[email protected]>
Co-authored-by: Nate Pauzenga <[email protected]>

* Ecarton/hailian fix sf event sqs to db records CUMULUS-3901 (#3799)

* Fix isThrottlingException function to check error name

* update changelog and add name/code check in errors

* linter fix

* changelog

* typo fix

---------

Co-authored-by: Hailiang Zhang <[email protected]>
Co-authored-by: etcart <[email protected]>

* reintroduce Migration Count Report to migrations with async_operations_table (#3805)

Co-authored-by: etcart <[email protected]>

* Updates CL 18.5.0 release date, removes 19.0, fixes some lint stuff

* Bumps packages versions to 18.5.0

* Adds 18.5.0 docs to website

---------

Co-authored-by: etcart <[email protected]>
Co-authored-by: Tim Clark <[email protected]>
Co-authored-by: Nate Pauzenga <[email protected]>
Co-authored-by: cumulus-bot <[email protected]>
Co-authored-by: Hailiang Zhang <[email protected]>
  • Loading branch information
6 people authored Oct 4, 2024
1 parent a9aa039 commit 742e347
Show file tree
Hide file tree
Showing 285 changed files with 13,738 additions and 366 deletions.
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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.0",
"description": "FTP Population Utility Lambda",
"main": "index.js",
"private": true,
Expand All @@ -19,12 +19,12 @@
"access": "private"
},
"dependencies": {
"@cumulus/api": "18.4.0",
"@cumulus/api-client": "18.4.0",
"@cumulus/common": "18.4.0",
"@cumulus/integration-tests": "18.4.0",
"@cumulus/logger": "18.4.0",
"@cumulus/test-data": "18.4.0",
"@cumulus/api": "18.5.0",
"@cumulus/api-client": "18.5.0",
"@cumulus/common": "18.5.0",
"@cumulus/integration-tests": "18.5.0",
"@cumulus/logger": "18.5.0",
"@cumulus/test-data": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/lzards-api-client": "18.4.0"
"@cumulus/logger": "18.5.0",
"@cumulus/lzards-api-client": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/api-client": "18.4.0",
"@cumulus/async-operations": "18.4.0",
"@cumulus/aws-client": "18.4.0",
"@cumulus/checksum": "18.4.0",
"@cumulus/cmr-client": "18.4.0",
"@cumulus/cmrjs": "18.4.0",
"@cumulus/common": "18.4.0",
"@cumulus/discover-granules": "18.4.0",
"@cumulus/discover-pdrs": "18.4.0",
"@cumulus/files-to-granules": "18.4.0",
"@cumulus/hello-world": "18.4.0",
"@cumulus/ingest": "18.4.0",
"@cumulus/integration-tests": "18.4.0",
"@cumulus/message": "18.4.0",
"@cumulus/move-granules": "18.4.0",
"@cumulus/parse-pdr": "18.4.0",
"@cumulus/pdr-status-check": "18.4.0",
"@cumulus/post-to-cmr": "18.4.0",
"@cumulus/queue-granules": "18.4.0",
"@cumulus/queue-pdrs": "18.4.0",
"@cumulus/sf-sqs-report": "18.4.0",
"@cumulus/sync-granule": "18.4.0",
"@cumulus/test-processing": "18.4.0"
"@cumulus/api": "18.5.0",
"@cumulus/api-client": "18.5.0",
"@cumulus/async-operations": "18.5.0",
"@cumulus/aws-client": "18.5.0",
"@cumulus/checksum": "18.5.0",
"@cumulus/cmr-client": "18.5.0",
"@cumulus/cmrjs": "18.5.0",
"@cumulus/common": "18.5.0",
"@cumulus/discover-granules": "18.5.0",
"@cumulus/discover-pdrs": "18.5.0",
"@cumulus/files-to-granules": "18.5.0",
"@cumulus/hello-world": "18.5.0",
"@cumulus/ingest": "18.5.0",
"@cumulus/integration-tests": "18.5.0",
"@cumulus/message": "18.5.0",
"@cumulus/move-granules": "18.5.0",
"@cumulus/parse-pdr": "18.5.0",
"@cumulus/pdr-status-check": "18.5.0",
"@cumulus/post-to-cmr": "18.5.0",
"@cumulus/queue-granules": "18.5.0",
"@cumulus/queue-pdrs": "18.5.0",
"@cumulus/sf-sqs-report": "18.5.0",
"@cumulus/sync-granule": "18.5.0",
"@cumulus/test-processing": "18.5.0"
},
"devDependencies": {
"@cumulus/test-data": "18.4.0"
"@cumulus/test-data": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/common": "18.4.0"
"@cumulus/aws-client": "18.5.0",
"@cumulus/common": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/db": "18.5.0",
"knex": "2.4.1",
"pg": "~8.10"
}
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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/db": "18.4.0",
"@cumulus/common": "18.5.0",
"@cumulus/db": "18.5.0",
"knex": "2.4.1",
"pg": "~8.10"
},
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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/common": "18.4.0",
"@cumulus/logger": "18.4.0",
"@cumulus/message": "18.4.0",
"@cumulus/types": "18.4.0",
"@cumulus/aws-client": "18.5.0",
"@cumulus/common": "18.5.0",
"@cumulus/logger": "18.5.0",
"@cumulus/message": "18.5.0",
"@cumulus/types": "18.5.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/async-operations": "18.4.0",
"@cumulus/aws-client": "18.4.0",
"@cumulus/common": "18.4.0",
"@cumulus/logger": "18.4.0",
"@cumulus/types": "18.4.0",
"@cumulus/api": "18.5.0",
"@cumulus/async-operations": "18.5.0",
"@cumulus/aws-client": "18.5.0",
"@cumulus/common": "18.5.0",
"@cumulus/logger": "18.5.0",
"@cumulus/types": "18.5.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": "18.4.0",
"version": "18.5.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": "18.4.0",
"@cumulus/common": "18.4.0",
"@cumulus/ingest": "18.4.0",
"@cumulus/logger": "18.4.0",
"@cumulus/aws-client": "18.5.0",
"@cumulus/common": "18.5.0",
"@cumulus/ingest": "18.5.0",
"@cumulus/logger": "18.5.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": "18.4.0",
"version": "18.5.0",
"packages": [
"example",
"example/lambdas/*",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/api-client",
"version": "18.4.0",
"version": "18.5.0",
"description": "API client for working with the Cumulus archive API",
"keywords": [
"GIBS",
Expand Down Expand Up @@ -42,11 +42,11 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/client-lambda": "^3.621.0",
"@cumulus/aws-client": "18.4.0",
"@cumulus/logger": "18.4.0",
"@cumulus/aws-client": "18.5.0",
"@cumulus/logger": "18.5.0",
"p-retry": "^2.0.0"
},
"devDependencies": {
"@cumulus/types": "18.4.0"
"@cumulus/types": "18.5.0"
}
}
10 changes: 5 additions & 5 deletions packages/api/ecs/async-operation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cumulus/ecs-async-operation",
"version": "18.4.0",
"version": "18.5.0",
"description": "The docker image for running async operations",
"keywords": [
"NASA",
Expand All @@ -23,10 +23,10 @@
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.621.0",
"@cumulus/aws-client": "18.4.0",
"@cumulus/db": "18.4.0",
"@cumulus/es-client": "18.4.0",
"@cumulus/logger": "18.4.0",
"@cumulus/aws-client": "18.5.0",
"@cumulus/db": "18.5.0",
"@cumulus/es-client": "18.5.0",
"@cumulus/logger": "18.5.0",
"crypto-random-string": "^3.2.0",
"got": "^11.8.5",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 742e347

Please sign in to comment.