Skip to content

Releases: nasa/cumulus-ecs-task

v1.9.1

01 Aug 20:51
7634c37
Compare
Choose a tag to compare

2023-04-17

Fixed

  • CUMULUS-3094
    • Updated the unzip command with -q option to prevent listing files to stdout

v1.9.0

24 Mar 13:21
Compare
Choose a tag to compare

02-28-2023

BREAKING CHANGES

  • Now uses Node version 16.19.0

v1.8.0

27 Feb 17:19
Compare
Choose a tag to compare

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.7.0

10 Jul 20:09
6f9a8a5
Compare
Choose a tag to compare

Release v1.7.0

v1.6.0

10 Jul 16:23
f9c78b0
Compare
Choose a tag to compare

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

10 Jul 16:20
Compare
Choose a tag to compare

Fixed

  • Fixed python linking issue due to alpine python version update

v1.5.0

10 Jul 16:18
Compare
Choose a tag to compare

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

27 Jan 15:43
dd9c11f
Compare
Choose a tag to compare

Changed

  • CUMULUS-1626
    • Updated node runtime to 10.16.x for cumulus-ecs-task

v1.3.0

08 Aug 15:57
Compare
Choose a tag to compare
  • 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

27 Mar 13:36
54f245b
Compare
Choose a tag to compare
  • 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.