Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Changed

- **CUMULUS-5033**
- Catch crashed spark server and restart for Iceberg
### Updated

- **CUMULUS-5112**
- Change Iceberg API image release tagging to be based on lerna.json update

## [v22.3.4] 2026-07-21

### Changed

- **CUMULUS-5033**
- Catch crashed spark server and restart for Iceberg

## [v22.3.3] 2026-07-14

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

## [v22.3.1] 2026-07-07

### Updated

- Bumped `archiver` version and corresponding updates to `bin/zip.js` to address CVE-2026-13149.

## [v22.3.0] 2026-06-29
Expand Down Expand Up @@ -10013,7 +10018,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/v22.3.3...HEAD
[Unreleased]: https://github.com/nasa/cumulus/compare/v22.3.4...HEAD
[v22.3.4]: https://github.com/nasa/cumulus/compare/v22.3.3...v22.3.4
[v22.3.3]: https://github.com/nasa/cumulus/compare/v22.3.2...v22.3.3
[v22.3.2]: https://github.com/nasa/cumulus/compare/v22.3.1...v22.3.2
[v22.3.1]: https://github.com/nasa/cumulus/compare/v22.3.0...v22.3.1
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
* Michael Dorfman
* Mike Dorfman
* Naga Nages
* Nagavenkata Nageswaran
* Nate Pauzenga
* Pat Cappelaere
* Patrick Quinn
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": "22.3.3",
"version": "22.3.4",
"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": "22.3.3",
"version": "22.3.4",
"description": "FTP Population Utility Lambda",
"main": "index.js",
"private": true,
Expand All @@ -18,12 +18,12 @@
"access": "private"
},
"dependencies": {
"@cumulus/api": "22.3.3",
"@cumulus/api-client": "22.3.3",
"@cumulus/common": "22.3.3",
"@cumulus/integration-tests": "22.3.3",
"@cumulus/logger": "22.3.3",
"@cumulus/test-data": "22.3.3",
"@cumulus/api": "22.3.4",
"@cumulus/api-client": "22.3.4",
"@cumulus/common": "22.3.4",
"@cumulus/integration-tests": "22.3.4",
"@cumulus/logger": "22.3.4",
"@cumulus/test-data": "22.3.4",
"fs-extra": "^9.0.0",
"jsftp": "https://github.com/jkovarik/jsftp.git#add_288",
"lodash": "^4.18.1"
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": "22.3.3",
"version": "22.3.4",
"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": "22.3.3",
"@cumulus/lzards-api-client": "22.3.3"
"@cumulus/logger": "22.3.4",
"@cumulus/lzards-api-client": "22.3.4"
}
}
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": "22.3.3",
"version": "22.3.4",
"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-processing/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cumulus-python-processing"
version = "22.3.3"
version = "22.3.4"
description = "Python reference activity that utilizes the Cumulus Process SDK."
requires-python = "~=3.12.0"

Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/python-processing/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "22.3.3",
"version": "22.3.4",
"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/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cumulus-python-reference-activity"
version = "22.3.3"
version = "22.3.4"
description = "Python reference activity"
requires-python = "~=3.12.0"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/python-reference-activity/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "22.3.3",
"version": "22.3.4",
"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/python-reference-task/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cumulus-python-reference-task"
version = "22.3.3"
version = "22.3.4"
description = "Python reference task"
requires-python = "~=3.12.0"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion example/lambdas/python-reference-task/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "22.3.3",
"version": "22.3.4",
"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": "22.3.3",
"version": "22.3.4",
"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": "22.3.3",
"version": "22.3.4",
"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": "22.3.3",
"version": "22.3.4",
"description": "Cumulus Integration Test Deployment",
"private": true,
"main": "index.js",
Expand Down Expand Up @@ -48,32 +48,32 @@
"@aws-sdk/client-lambda": "^3.993.0",
"@aws-sdk/client-sns": "^3.993.0",
"@aws-sdk/client-sts": "^3.993.0",
"@cumulus/api": "22.3.3",
"@cumulus/api-client": "22.3.3",
"@cumulus/async-operations": "22.3.3",
"@cumulus/aws-client": "22.3.3",
"@cumulus/checksum": "22.3.3",
"@cumulus/cmr-client": "22.3.3",
"@cumulus/cmrjs": "22.3.3",
"@cumulus/common": "22.3.3",
"@cumulus/discover-granules": "22.3.3",
"@cumulus/discover-pdrs": "22.3.3",
"@cumulus/files-to-granules": "22.3.3",
"@cumulus/hello-world": "22.3.3",
"@cumulus/ingest": "22.3.3",
"@cumulus/integration-tests": "22.3.3",
"@cumulus/message": "22.3.3",
"@cumulus/move-granules": "22.3.3",
"@cumulus/parse-pdr": "22.3.3",
"@cumulus/pdr-status-check": "22.3.3",
"@cumulus/post-to-cmr": "22.3.3",
"@cumulus/queue-granules": "22.3.3",
"@cumulus/queue-pdrs": "22.3.3",
"@cumulus/sf-sqs-report": "22.3.3",
"@cumulus/sync-granule": "22.3.3",
"@cumulus/test-processing": "22.3.3"
"@cumulus/api": "22.3.4",
"@cumulus/api-client": "22.3.4",
"@cumulus/async-operations": "22.3.4",
"@cumulus/aws-client": "22.3.4",
"@cumulus/checksum": "22.3.4",
"@cumulus/cmr-client": "22.3.4",
"@cumulus/cmrjs": "22.3.4",
"@cumulus/common": "22.3.4",
"@cumulus/discover-granules": "22.3.4",
"@cumulus/discover-pdrs": "22.3.4",
"@cumulus/files-to-granules": "22.3.4",
"@cumulus/hello-world": "22.3.4",
"@cumulus/ingest": "22.3.4",
"@cumulus/integration-tests": "22.3.4",
"@cumulus/message": "22.3.4",
"@cumulus/move-granules": "22.3.4",
"@cumulus/parse-pdr": "22.3.4",
"@cumulus/pdr-status-check": "22.3.4",
"@cumulus/post-to-cmr": "22.3.4",
"@cumulus/queue-granules": "22.3.4",
"@cumulus/queue-pdrs": "22.3.4",
"@cumulus/sf-sqs-report": "22.3.4",
"@cumulus/sync-granule": "22.3.4",
"@cumulus/test-processing": "22.3.4"
},
"devDependencies": {
"@cumulus/test-data": "22.3.3"
"@cumulus/test-data": "22.3.4"
}
}
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": "22.3.3",
"version": "22.3.4",
"description": "Script to generate test data for scaled ingest",
"keywords": [
"GIBS",
Expand All @@ -22,8 +22,8 @@
"directory": "packages/types"
},
"dependencies": {
"@cumulus/aws-client": "22.3.3",
"@cumulus/common": "22.3.3"
"@cumulus/aws-client": "22.3.4",
"@cumulus/common": "22.3.4"
},
"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": "22.3.3",
"version": "22.3.4",
"description": "example project libs",
"homepage": "https://github.com/nasa/cumulus/tree/master/example/scripts/lib",
"engines": {
Expand Down
8 changes: 4 additions & 4 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": "22.3.3",
"version": "22.3.4",
"description": "A Lambda function used for deploying DB migrations",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"timeout": "5m"
},
"dependencies": {
"@cumulus/common": "22.3.3",
"@cumulus/db": "22.3.3",
"@cumulus/logger": "22.3.3",
"@cumulus/common": "22.3.4",
"@cumulus/db": "22.3.4",
"@cumulus/logger": "22.3.4",
"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": "22.3.3",
"version": "22.3.4",
"description": "A Lambda function used for provisioning user databases",
"engines": {
"node": ">=22.21.1"
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.993.0",
"@cumulus/common": "22.3.3",
"@cumulus/db": "22.3.3",
"@cumulus/common": "22.3.4",
"@cumulus/db": "22.3.4",
"knex": "2.4.1",
"lodash": "^4.18.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": "22.3.3",
"version": "22.3.4",
"description": "A Lambda function used for DLA migrations",
"license": "Apache-2.0",
"engines": {
Expand All @@ -23,11 +23,11 @@
"webpack": "../../node_modules/.bin/webpack"
},
"dependencies": {
"@cumulus/aws-client": "22.3.3",
"@cumulus/common": "22.3.3",
"@cumulus/logger": "22.3.3",
"@cumulus/message": "22.3.3",
"@cumulus/types": "22.3.3",
"@cumulus/aws-client": "22.3.4",
"@cumulus/common": "22.3.4",
"@cumulus/logger": "22.3.4",
"@cumulus/message": "22.3.4",
"@cumulus/types": "22.3.4",
"lodash": "^4.18.1",
"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": "22.3.3",
"version": "22.3.4",
"description": "Lambda function helps with various migrations",
"author": "Cumulus Authors",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,12 +30,12 @@
"failFast": true
},
"dependencies": {
"@cumulus/api": "22.3.3",
"@cumulus/async-operations": "22.3.3",
"@cumulus/aws-client": "22.3.3",
"@cumulus/common": "22.3.3",
"@cumulus/logger": "22.3.3",
"@cumulus/types": "22.3.3",
"@cumulus/api": "22.3.4",
"@cumulus/async-operations": "22.3.4",
"@cumulus/aws-client": "22.3.4",
"@cumulus/common": "22.3.4",
"@cumulus/logger": "22.3.4",
"@cumulus/types": "22.3.4",
"lodash": "^4.18.1"
}
}
Loading
Loading