Releases: nsidc/cumulus
MD_TEST: Updated sqs2sfThrottle default timeout to match the eventbridge cadence
Updated default rateLimitPerSecond max to match experimental values that correspond to a throughput of 5/second
v20.0.1-nsidc2
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
This release includes all patches to v20.0.0-nsidc1 with a base of v20.0.1 nasa/cumulus tag.
v20.0.0-nsidc3
The same as v20.0.0-nsidc1 except with this bugfix to allow messageConsumer to list all active rules appropriately.
v20.0.0-nsidc2
This release is the same as the nasa/cumulus v20.0.0 release, except for the following:
- Commit 0b48733 nasa/cumulus commit cherry-picked into the release.
- The lzards-backup task has been updated to support case-insensitive comparison of
checksumTypevalues.
v20.0.0-nsidc1
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
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-envdocker image - npm install -g lerna
- npm install
- npm run bootstrap
- Run an interactive session the
- 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
jc-185-test Fix ecs_cluster autoscaling cf template, upgrade package versions (#3…
v18.3.3-nsidc1-RC
Added excludeFileRegex configuration to update-granules-cmr-metadata-…
v18.2.0-nsidc4
Add message updating for modified CMR metadata files This change clears the `checksum` and `checksumType` fields if present and updates the file `size`.