@cumulus/cmr-client
Advanced tools
Changelog
[v18.3.2] 2024-07-24
volume_type
option to elasticsearch_config
in the
data-persistance
module to allow configuration of the EBS volume type for
Elasticsarch; default remains gp2
.auto_pause
and seconds_until_auto_pause
variables in
cumulus-rds-tf
module to modify aws_rds_cluster
scaling_configurationSftpProviderClient
not awaiting decryptBase64String
with AWS KMS@cumulus/api/endpoints/dashboard.js
Changelog
[v18.2.2] 2024-06-4
As part of the requirements for this ticket Cumulus Core created SNS topics are being updated to use server-side encryption with an AWS managed key. No user action is required, this note is being added to increase visibility re: this modification.
/dev/xvdcz
EBS volumes so they're encrypted.Changelog
[v18.2.1] 2024-05-08
Please note changes in 18.2.1 may not yet be released in future versions, as this is a backport/patch release on the 18.2.x series of releases. Updates that are included in the future will have a corresponding CHANGELOG entry in future releases.
@cumulus/api
to no longer improperly pass PATCH/PUT null values to Eventbridge rulesChangelog
[v18.2.0] 2024-02-02
From this release forward, Cumulus Core will be tested against PostgreSQL v13. Users should migrate their datastores to Aurora PostgreSQL 13.9+ compatible data stores as soon as possible after upgrading to this release.
Users utilizing the cumulus-rds-tf
module should reference cumulus-rds-tf
upgrade
instructions.
@cumulus/aws-client
package.@cumulus/aws-client
package.cumulus-rds-tf
module to take additional parameters in support of
migration from Aurora PostgreSQl v11 to v13. See Migration Notes for more detailscumulus-rds-tf
engine_version
to 13.9
cumulus-rds-tf
parameter_group_family
to aurora-postgresql13
_removeGranuleFromCmr
function for granule bulkDelete
to not throw an error and instead catch the error when the granule is not found in CMR/sqs/
to /failed-sqs/
locationchildWorkflowMeta
to QueueWorkflow
task configurationrules.buildPayload' to restore changes from ticket
CUMULUS-2969which limited the definition object to
nameand
arn` to
account for AWS character limits.var.lambda_memory_size
is supposed to be var.lambda_memory_sizes
@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries and 0 visibilityTimeout
in rule's meta. This fix from CUMULUS-2863 was not in release 16 and later.Changelog
[v16.1.3] 2024-1-15
Please note changes in 16.1.3 may not yet be released in future versions, as this is a backport/patch release on the 16.x series of releases. Updates that are included in the future will have a corresponding CHANGELOG entry in future releases.
rules.buildPayload' to restore changes from ticket
CUMULUS-2969which limited the definition object to
nameand
arn` to
account for AWS character limits.@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries and 0 visibilityTimeout
in rule's meta. This fix from CUMULUS-2863 was not in release 16 and later.