@cumulus/logger
Advanced tools
Changelog
[v18.5.2] 2024-12-12
ecs_cluster_instance_allow_ssh
resource.ecs_cluster_instance_allow_ssh
was implemented before SSM hosts were deployed
to NGAP accounts and allowed for SSHing into an instance from an SSH bastion, which no longer exists.tf-modules/cumulus/ecs_cluster_instance_autoscaling_cf_template.yml.tmpl
user-data for compatibility with Amazon Linux 2023 AMItf-modules/cumulus
scripts to use Instance Metadata Service V2fake-provider-cf.yml
to work for Amazon Linux 2023 AMISendPan
task to generate short pan with FAILED disposition.VACUUM
statements from db migrations. In cases where the PG database is very large, these queries
can take a long time and exceed the Lambda timeout, causing failures on deployment.@octokit/graphql
from 2.1.1 to ^2.3.0 to address [CVE-2024-21538]
(https://github.com/advisories/GHSA-3xgq-45jj-v275)Changelog
[v19.1.0] 2024-10-07
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.
CUMULUS-3020
var.lambda_timeouts
on the main cumulus module/archive modulePlease note - updating this configuration is for adavanced users only. Value changes will modify the visibility
timeout on sfEventSqsToDbRecordsDeadLetterQueue
and sfEventSqsToDbRecordsInputQueue
and may lead to system
instability.
CUMULUS-3756
CUMULUS-3773
@cumulus/sftp-client
and @cumulus/ingest/SftpProviderClient
to support both regular and fastDownload.process-s3-dead-letter-archive
and downstream calls to pass in a esClient to writeRecordsFunction
and update downstream calls to utilize the client.Changelog
[v18.5.1] 2024-10-25
Please note changes in v18.5.1 may not yet be released in future versions, as this is a backport/patch release on the v18.5.x series of releases. Updates that are included in the future will have a corresponding CHANGELOG entry in future releases.
@cumulus/sftp-client
and @cumulus/ingest/SftpProviderClient
to support both regular and fastDownload.disableSSL
and rejectUnauthorized
to tf-modules/cumulus-rds-tf
module.Changelog
[v18.5.0] 2024-10-03
rejectUnauthorized
= false to db-provision-user-database as the Lambda
does not have the Serverless v2 SSL certifications installed.cumulus-rds-tf
to set force_ssl
to 0. This setting for the Aurora Serverless v2 database allows non-SSL
connections to the database, and is intended to be a temporary solution
until Cumulus has been updated to import the RDS rds-ca-rsa2048-g1 CA bundles in Lambda environments.
See CUMULUS-3724.