Skip to content

v15.0.0

Compare
Choose a tag to compare
@Jkovarik Jkovarik released this 10 Mar 22:24
· 644 commits to master since this release

Breaking Changes

  • CUMULUS-3147
    • The minimum supported version for all published Cumulus Core npm packages is now Node 16.19.0
    • Tasks using the cumuluss/cumulus-ecs-task Docker image must be updated to cumuluss/cumulus-ecs-task:1.9.0. which is built with node:16.19.0-alpine. This can be done by updating the image property of any tasks defined using the cumulus_ecs_service Terraform module.
    • Updated Dockerfile of async operation docker image to build from node:16.19.0-buster
    • Published new tag 44 of cumuluss/async-operation to Docker Hub.
    • The async_operation_image property of cumulus module must be updated to pull the ECR image for cumuluss/async-operation:44.

Changed

  • CUMULUS-2997
    • Migrate Cumulus Docs to Docusaurus v2 and DocSearch v3.
  • CUMULUS-3147
    • Set example/cumulus-tf default async_operation_image_version to 44.
    • Set example/cumulus-tf default ecs_task_image_version to 1.9.0.
  • CUMULUS-3166
    • Updated example/cumulus-tf/thin_egress_app.tf to use tea 1.3.2

Fixed

  • CUMULUS-3187
    • Restructured Earthdata Login class to be individual methods as opposed to a Class Object
    • Removed typescript no-checks and reformatted EarthdataLogin code to be more type friendly