Skip to content

Releases: nsidc/cumulus

MD_TEST: Updated sqs2sfThrottle default timeout to match the eventbridge cadence

03 Dec 19:30

Choose a tag to compare

Updated default rateLimitPerSecond max to match experimental values that correspond to a throughput of 5/second

v20.0.1-nsidc2

17 Mar 19:35

Choose a tag to compare

This release adds an off-baseline LZARDS fix for checksum type name case-sensitivity to the v20.0.1-nsidc1 release.

Release file diff:

diff -r ./tasks/lzards-backup/dist/src/index.js .../old/tasks/lzards-backup/dist/src/index.js
75c75
<     if (file.checksumType?.toLowerCase() === 'md5') {
---
>     if (file.checksumType === 'md5') {
78c78
<     if (file.checksumType?.toLowerCase() === 'sha256') {
---
>     if (file.checksumType === 'sha256') {
81c81
<     if (file.checksumType?.toLowerCase() === 'sha512') {
---
>     if (file.checksumType === 'sha512') {
290c290
< //# sourceMappingURL=index.js.map
---
> //# sourceMappingURL=index.js.map
\ No newline at end of file

The same changes need to be reflected in the webpack/index.js and webpack/lambda.zip/index.js files.

v20.0.1-nsidc1

13 Mar 15:20

Choose a tag to compare

This release includes all patches to v20.0.0-nsidc1 with a base of v20.0.1 nasa/cumulus tag.

v20.0.0-nsidc3

10 Mar 20:30

Choose a tag to compare

The same as v20.0.0-nsidc1 except with this bugfix to allow messageConsumer to list all active rules appropriately.

v20.0.0-nsidc2

07 Mar 16:25

Choose a tag to compare

v20.0.0-nsidc2 Pre-release
Pre-release

This release is the same as the nasa/cumulus v20.0.0 release, except for the following:

  1. Commit 0b48733 nasa/cumulus commit cherry-picked into the release.
  2. The lzards-backup task has been updated to support case-insensitive comparison of checksumType values.

v20.0.0-nsidc1

12 Feb 14:39

Choose a tag to compare

This release is the same as the nasa/cumulus v20.0.0 release, except with 0b48733 nasa/cumulus commit cherry-picked into the release.

v19.1.0-nsidc1

13 Dec 16:47

Choose a tag to compare

This includes updates to the database-write lambda per https://bugs.earthdata.nasa.gov/browse/CUMULUS-3682/[NDCUM-1357](https://bugs.earthdata.nasa.gov/browse/NDCUM-1357). This release was created by:

  • Creating a branch from the desired nasa/cumulus release tag
  • Cherry-picking commits for the fix
  • Tagging with a new tag and pushing the changes up to nsidc/cumulus
  • Building the release artifacts:
    • Run an interactive session the cumuluss/cumulus-build-env docker image
    • npm install -g lerna
    • npm install
    • npm run bootstrap
  • Downloading the nasa/cumulus v19.1.0 release zipfiles
  • Modify the nasa/cumulus v19.1.0 release, replacing in the terraform-aws-cumulus.zip artifact packages/api/dist/sfEventSqsToDbRecords/lambda.zip with the newly-generated zipfile
  • Upload the release zips here (including all release zips for completeness even though only one changed)

v18.5.0-test-jc

15 Oct 14:50
ca9ac12

Choose a tag to compare

jc-185-test

Fix ecs_cluster autoscaling cf template, upgrade package versions (#3…

v18.3.3-nsidc1-RC

30 Aug 15:37

Choose a tag to compare

v18.3.3-nsidc1-RC Pre-release
Pre-release
Added excludeFileRegex configuration to update-granules-cmr-metadata-…

v18.2.0-nsidc4

03 Jun 19:58

Choose a tag to compare

Add message updating for modified CMR metadata files

This change clears the `checksum` and `checksumType` fields if
present and updates the file `size`.