Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
  •  
  •  
  •  
39 changes: 26 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,31 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [v22.2.1] 2026-06-04

- **CSD-111**
- Add requester-pays to all relevant aws-client S3 calls

## [v22.2.0] 2026-06-04

### Added

- **CUMULUS-4891**
- Add scripts to build Iceberg replication docker images and push them to ECR as part of the build process
- **CUMULUS-4866**
- Add metrics_provider to pg database collection model
- Add metrics_provider to iceberg schema
- Add metrics_provider to sns outputs to creation/update/delete executions, granules, pdrs
- **CUMULUS-4866**
- Add cmrProvider to sns output granules, executions, pdrs
- **CUMULUS-4873**
- Add initial module for BigNBit.
- **CUMULUS-4894**
- Added a test to the db-migration lambda to validate that schemas generated via the bootstrap
migration and standard migrations are consistent and produce identical database schemas.

### Changed

- **CUMULUS-4694**
- Change replication tasks to use proper region
- **CUMULUS-4882**
- Updated the triggers on the granules table to track collection updates and introduced a
`cumulus.allow_collection_update` setting to authorize cross-collection shifts.
Expand All @@ -25,24 +40,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
cross-collection collision checks only on actual unique constraint conflicts during ingest.
- Updated the `db_partition_config` variable in `tf-modules/data-persistence` to accept null
values, automatically fall back to defaults, and pass resolved fallback values to the child module.
- **CUMULUS-4891**
- Force build/push of iceberg replication images when merging to master
- **CUMULUS-4912**
- Move Iceberg API image build from Bamboo to github workflow
- **CUMULUS-4918**
- Add release number tag to Iceberg APi image if applicable

## [v22.1.1] 2026-05-28

### Added

- **CUMULUS-4912**
- Move Iceberg API image build from Bamboo to github workflow
- **CUMULUS-4891**
- Add scripts to build Iceberg replication docker images and push them to ECR as part of the build process
- **CUMULUS-4898**
- Add Iceberg API documentation page to Cumulus Documentation
Once released, the Iceberg API doc should be at: https://nasa.github.io/cumulus/docs/next/deployment/iceberg-api
- **CUMULUS-4866**
- Add metrics_provider to pg database collection model
- Add metrics_provider to iceberg schema
- Add metrics_provider to sns outputs to creation/update/delete executions, granules, pdrs
- **CUMULUS-4866**
- Add cmrProvider to sns output granules, executions, pdrs
- **CUMULUS-4883**
- Add script to build Iceberg API docker image and push it to ECR as part of the build process
- **CUMULUS-4705**
Expand All @@ -65,8 +78,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Changed

- **CUMULUS-4694** Change replication tasks to use proper region
- **CUMULUS-4891** Force build/push of iceberg replication images when merging to master
- **CUMULUS-4776** Split iceberg replication into separate services and add support for partitioned tables
- **async-operations-update**
- Update Async Operation container to new version 57, `cumuluss/async-operation:57`. Users should update their references to `async-operation` with the new version.
Expand Down Expand Up @@ -9888,7 +9899,9 @@ 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.1.1...HEAD
[Unreleased]: https://github.com/nasa/cumulus/compare/v22.2.1...HEAD
[v22.2.1]: https://github.com/nasa/cumulus/compare/v22.2.0...v22.2.1
[v22.2.0]: https://github.com/nasa/cumulus/compare/v22.1.1...v22.2.0
[v22.1.1]: https://github.com/nasa/cumulus/compare/v22.0.0...v22.1.1
[v22.0.0]: https://github.com/nasa/cumulus/compare/v21.3.5...v22.0.0
[v21.3.5]: https://github.com/nasa/cumulus/compare/v21.3.4...v21.3.5
Expand Down
Binary file modified docs/assets/db_schema/relationships.real.large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.1.1",
"version": "22.2.1",
"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.1.1",
"version": "22.2.1",
"description": "FTP Population Utility Lambda",
"main": "index.js",
"private": true,
Expand All @@ -18,12 +18,12 @@
"access": "private"
},
"dependencies": {
"@cumulus/api": "22.1.1",
"@cumulus/api-client": "22.1.1",
"@cumulus/common": "22.1.1",
"@cumulus/integration-tests": "22.1.1",
"@cumulus/logger": "22.1.1",
"@cumulus/test-data": "22.1.1",
"@cumulus/api": "22.2.1",
"@cumulus/api-client": "22.2.1",
"@cumulus/common": "22.2.1",
"@cumulus/integration-tests": "22.2.1",
"@cumulus/logger": "22.2.1",
"@cumulus/test-data": "22.2.1",
"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.1.1",
"version": "22.2.1",
"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.1.1",
"@cumulus/lzards-api-client": "22.1.1"
"@cumulus/logger": "22.2.1",
"@cumulus/lzards-api-client": "22.2.1"
}
}
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.1.1",
"version": "22.2.1",
"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.1.1"
version = "22.2.1"
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.1.1",
"version": "22.2.1",
"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.1.1"
version = "22.2.1"
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.1.1",
"version": "22.2.1",
"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.1.1"
version = "22.2.1"
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.1.1",
"version": "22.2.1",
"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.1.1",
"version": "22.2.1",
"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.1.1",
"version": "22.2.1",
"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.1.1",
"version": "22.2.1",
"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.1.1",
"@cumulus/api-client": "22.1.1",
"@cumulus/async-operations": "22.1.1",
"@cumulus/aws-client": "22.1.1",
"@cumulus/checksum": "22.1.1",
"@cumulus/cmr-client": "22.1.1",
"@cumulus/cmrjs": "22.1.1",
"@cumulus/common": "22.1.1",
"@cumulus/discover-granules": "22.1.1",
"@cumulus/discover-pdrs": "22.1.1",
"@cumulus/files-to-granules": "22.1.1",
"@cumulus/hello-world": "22.1.1",
"@cumulus/ingest": "22.1.1",
"@cumulus/integration-tests": "22.1.1",
"@cumulus/message": "22.1.1",
"@cumulus/move-granules": "22.1.1",
"@cumulus/parse-pdr": "22.1.1",
"@cumulus/pdr-status-check": "22.1.1",
"@cumulus/post-to-cmr": "22.1.1",
"@cumulus/queue-granules": "22.1.1",
"@cumulus/queue-pdrs": "22.1.1",
"@cumulus/sf-sqs-report": "22.1.1",
"@cumulus/sync-granule": "22.1.1",
"@cumulus/test-processing": "22.1.1"
"@cumulus/api": "22.2.1",
"@cumulus/api-client": "22.2.1",
"@cumulus/async-operations": "22.2.1",
"@cumulus/aws-client": "22.2.1",
"@cumulus/checksum": "22.2.1",
"@cumulus/cmr-client": "22.2.1",
"@cumulus/cmrjs": "22.2.1",
"@cumulus/common": "22.2.1",
"@cumulus/discover-granules": "22.2.1",
"@cumulus/discover-pdrs": "22.2.1",
"@cumulus/files-to-granules": "22.2.1",
"@cumulus/hello-world": "22.2.1",
"@cumulus/ingest": "22.2.1",
"@cumulus/integration-tests": "22.2.1",
"@cumulus/message": "22.2.1",
"@cumulus/move-granules": "22.2.1",
"@cumulus/parse-pdr": "22.2.1",
"@cumulus/pdr-status-check": "22.2.1",
"@cumulus/post-to-cmr": "22.2.1",
"@cumulus/queue-granules": "22.2.1",
"@cumulus/queue-pdrs": "22.2.1",
"@cumulus/sf-sqs-report": "22.2.1",
"@cumulus/sync-granule": "22.2.1",
"@cumulus/test-processing": "22.2.1"
},
"devDependencies": {
"@cumulus/test-data": "22.1.1"
"@cumulus/test-data": "22.2.1"
}
}
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.1.1",
"version": "22.2.1",
"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.1.1",
"@cumulus/common": "22.1.1"
"@cumulus/aws-client": "22.2.1",
"@cumulus/common": "22.2.1"
},
"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.1.1",
"version": "22.2.1",
"description": "example project libs",
"homepage": "https://github.com/nasa/cumulus/tree/master/example/scripts/lib",
"engines": {
Expand Down
6 changes: 3 additions & 3 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.1.1",
"version": "22.2.1",
"description": "A Lambda function used for deploying DB migrations",
"license": "Apache-2.0",
"engines": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"timeout": "5m"
},
"dependencies": {
"@cumulus/common": "22.1.1",
"@cumulus/db": "22.1.1",
"@cumulus/common": "22.2.1",
"@cumulus/db": "22.2.1",
"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.1.1",
"version": "22.2.1",
"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.1.1",
"@cumulus/db": "22.1.1",
"@cumulus/common": "22.2.1",
"@cumulus/db": "22.2.1",
"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.1.1",
"version": "22.2.1",
"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.1.1",
"@cumulus/common": "22.1.1",
"@cumulus/logger": "22.1.1",
"@cumulus/message": "22.1.1",
"@cumulus/types": "22.1.1",
"@cumulus/aws-client": "22.2.1",
"@cumulus/common": "22.2.1",
"@cumulus/logger": "22.2.1",
"@cumulus/message": "22.2.1",
"@cumulus/types": "22.2.1",
"lodash": "^4.18.1",
"moment": "^2.30.1",
"p-map": "^4.0.0"
Expand Down
Loading
Loading