mikedorfman
released this
13 Dec 16:47
·
25 commits
to master
since this release
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
- 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)