Releases: nasa/cumulus-ecs-task
Releases · nasa/cumulus-ecs-task
v1.9.1
2023-04-17
Fixed
- CUMULUS-3094
- Updated the unzip command with -q option to prevent listing files to stdout
v1.9.0
02-28-2023
BREAKING CHANGES
- Now uses Node version 16.19.0
v1.8.0
2022-07-05
BREAKING CHANGES
Now uses Node version 14.19.1
- CUMULUS-2920
- Updated CI environment to utilize npm@latest, matching the Dockerfile's implementation
- Maintenance update to update package.lock with new npm format.
- Update aws-sdk to 2.814 to address vuln report
v1.6.0
BREAKING CHANGES
- CUMULUS-1896 - Updates to the cumulus-message-adapter-js library and Cumulus core required an update to this image to utilize async handlers. See Node.js Lambda documentation for more information on async handlers. Users utilizing this module should update their lambdas to utilize an async handler style.
v1.5.1
Fixed
- Fixed python linking issue due to alpine python version update
v1.5.0
This release is broken, all users should update to v1.5.1
BREAKING CHANGES
- CUMULUS-1629
- Remove install of python 2 from cumulus-ecs-image.
v1.4.0
Changed
- CUMULUS-1626
- Updated node runtime to 10.16.x for cumulus-ecs-task
v1.3.0
- Added ability to use lambda layers if they are configured for the target lambda
- Added logic to allow CMA to utilize default
cumulus-message-adapter
location, else expect it in /opt/
v1.2.5
- Fixed issue where polling for new work continued even when a
docker stop
request was sent to the container
- Updated the image to use
node:8.10-alpine
, which reduced the image size from 286MB to 59MB.