Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CNM lambdas to utilize newer releases #3094

Merged
merged 2 commits into from Sep 1, 2022
Merged

Conversation

Jkovarik
Copy link
Member

Summary: Summary of changes

Addresses CUMULUS-3036

Changes

  • Update CNM lambda versions to address CVE-2021-44832 for integration tests

PR Checklist

  • Update CHANGELOG
  • Unit tests
  • Ad-hoc testing - Deploy changes and test manually
  • Integration tests

Copy link
Contributor

@kkelly51 kkelly51 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Jkovarik Jkovarik merged commit b7b821e into master Sep 1, 2022
@jennyhliu jennyhliu mentioned this pull request Oct 6, 2022
4 tasks
charleshuang80 added a commit that referenced this pull request Oct 10, 2022
* merge CUMULUS-2557

* merge CUMULUS-2971

* merge CUMULUS-3021

* merge CUMULUS-3024

* 12.0.3 version bump

* remove duplicate api user

* Sort results in unit test before comparison

* add ci stack

* CUMULUS-3027 -- Tightly constrain typescript version due to knex typing (#3095)

* Tightly constrain typescript verseion due to knex typing

Unpinned dependency resulted in typescript 4.8 being installed,
however knex (all versions) has an outstanding bug:
knex/knex#5279

* Add CHANGELOG 🔔

* Update generate-ts-build-cache to always 'npm install'

* Update CHANGELOG

* Update CNM lambdas to utilize newer releases (#3094)

Co-authored-by: Charles Huang <charleshuang80@users.noreply.github.com>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>
Co-authored-by: Charles Huang <charles.huang@nasa.gov>
npauzenga added a commit that referenced this pull request Oct 10, 2022
* Update CNM lambdas to utilize newer releases (#3094)

* 13.3.2 version bump

* update changelog

Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>
jennyhliu added a commit that referenced this pull request Oct 18, 2022
* Release 13.3.1 (#3106)

* merge CUMULUS-2557

* merge CUMULUS-2971

* CUMULUS-3021: Support Collections with a collection.version containing slashes (#3096)

* Support Collections with a collection.version containing slashes

* merge CUMULUS-3021

* merge CUMULUS-3024

* bump version to 13.3.1

* update documentation

* update changelog

* remove duplicate api user

* Sort results in unit test before comparison

Co-authored-by: Charles Huang <charleshuang80@users.noreply.github.com>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

* CUMULUS-3027 -- Tightly constrain typescript version due to knex typing (#3095)

* Tightly constrain typescript verseion due to knex typing

Unpinned dependency resulted in typescript 4.8 being installed,
however knex (all versions) has an outstanding bug:
knex/knex#5279

* Add CHANGELOG 🔔

* Update generate-ts-build-cache to always 'npm install'

* Update CHANGELOG

* Release 13.3.2 (#3117)

* Update CNM lambdas to utilize newer releases (#3094)

* 13.3.2 version bump

* update changelog

Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

* update changelog

* re-add comma

Co-authored-by: Charles Huang <charleshuang80@users.noreply.github.com>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>
npauzenga added a commit that referenced this pull request Oct 27, 2022
* initial commit

* add postgres query to LIST endpoints

* add tests for granules and collections

* Release 13.3.x with master (#3121)

* Release 13.3.1 (#3106)

* merge CUMULUS-2557

* merge CUMULUS-2971

* CUMULUS-3021: Support Collections with a collection.version containing slashes (#3096)

* Support Collections with a collection.version containing slashes

* merge CUMULUS-3021

* merge CUMULUS-3024

* bump version to 13.3.1

* update documentation

* update changelog

* remove duplicate api user

* Sort results in unit test before comparison

Co-authored-by: Charles Huang <charleshuang80@users.noreply.github.com>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

* CUMULUS-3027 -- Tightly constrain typescript version due to knex typing (#3095)

* Tightly constrain typescript verseion due to knex typing

Unpinned dependency resulted in typescript 4.8 being installed,
however knex (all versions) has an outstanding bug:
knex/knex#5279

* Add CHANGELOG 🔔

* Update generate-ts-build-cache to always 'npm install'

* Update CHANGELOG

* Release 13.3.2 (#3117)

* Update CNM lambdas to utilize newer releases (#3094)

* 13.3.2 version bump

* update changelog

Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

* update changelog

* re-add comma

Co-authored-by: Charles Huang <charleshuang80@users.noreply.github.com>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

* fix lint error

* CUMULUS-3104:Update async operation image Dockerfile (#3130)

* CUMULUS-3104:Update async operation image Dockerfile to use node:14.19.3-buster
Upgraded saml2-js 4.0.0, rewire to 6.0.0 to address security vulnerabilities

* add xmldom to audit allowlist

* update default async_operation_image

* update changelog skip-integration-tests

* CUMULUS-2944: granules/bulkDelete endpoint has PayloadTooLargeError for 4k granules (#3122)

* Update body parser configuration to increase limit

* Add unit test, update changelog

* Update unit test and fix lint

* Fix lint errors

* Fix lint error

* Relocate granulesList.js and update reference in unit test

* Update helper function to dynamically generate IDs and move to different file. Update unit test

* Fix lint errors

* Increase limit to match lambda limit

* CUMULUS-3102: Update broken link (#3125)

* Fix docs that has bad link

* Update url to reference markdown file directly

* CUMULUS-3104: Fixed TS compilation error caused by @aws-sdk/client-s3 upgrade (#3132)

* Fixed TS compilation error caused by @aws-sdk/client-s3 3.190->3.193 upgrade

* fix cumulus/package.json

* update lerna to fix security vulnerability

* fix lzards-api-client package

* temporarily skip deleteS3Objects test

* remove @Cumulus from root, skip test deleteObjects, add missing package

* fix ci post build failure

* put xmldom back to allow list

* add comments for skipped test

Co-authored-by: Charles Huang <charleshuang80@users.noreply.github.com>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>
Co-authored-by: Jennifer Tran <12633533+botanical@users.noreply.github.com>
kkelly51 added a commit that referenced this pull request Nov 28, 2022
* merge CUMULUS-2557

* merge CUMULUS-2971

* merge CUMULUS-3021

* merge CUMULUS-3024

* 11.1.6 version bump

* Release 11.1.6 (#3109)

* CUMULUS-3027

* Update CHANGELOG.md

Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

* Update CNM lambdas to utilize newer releases (#3094)

* Sort results in unit test before comparison

* update version to 11.1.7

* Release 11.1.8 node 14  (#3144)

* Updated Changelog

* 11.1.8 Version bump

* Fix vulnerability

* CUMULUS-3104: Fixed TS compilation error caused by @aws-sdk/client-s3 upgrade (#3132)

* Fixed TS compilation error caused by @aws-sdk/client-s3 3.190->3.193 upgrade

* fix cumulus/package.json

* update lerna to fix security vulnerability

* fix lzards-api-client package

* temporarily skip deleteS3Objects test

* remove @Cumulus from root, skip test deleteObjects, add missing package

* fix ci post build failure

* put xmldom back to allow list

* add comments for skipped test

* CUMULUS-3104:Update async operation image Dockerfile (#3130)

* CUMULUS-3104:Update async operation image Dockerfile to use node:14.19.3-buster
Upgraded saml2-js 4.0.0, rewire to 6.0.0 to address security vulnerabilities

* add xmldom to audit allowlist

* update default async_operation_image

* update changelog skip-integration-tests

* CUMULUS-3104-2: Fixed TS compilation error caused by @aws-sdk/client-s3 3.202.0 upgrade (#3142)

* CUMULUS-3104:Fix tsc:listEmittedFiles SQS type error on aws-client

* update change log

* use ?? instead of ||

* add debug error

* Resolving conflicts

* Resolving conflicts

* Fixing lint errors

* Adding deployment stack

* Adding Dependency

* [CUMULUS-2903]: Bump Node version to 14.19.1 (#2917) (#3152)

* bump node version to 14.19.1

AWS Lambda supports 14.x as the most recent Node runtime. 14.19.1 is the latest minor version release for Node 14.

* Update docs for Node version bump

* Revert doc update

* update changelog

* Update changelog with esc-task instruction

* Add ES execution cleanup to prevent orphaned ES records after test runs

* Update lambda.md

* update ecs task version

Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

Co-authored-by: Nate Pauzenga <npauzenga@gmail.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

Co-authored-by: Naga Nages <66387215+Nnaga1@users.noreply.github.com>
Co-authored-by: Katherine Kelly <katherine.a.kelly@nasa.gov>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Nate Pauzenga <npauzenga@gmail.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>

* Update Changelog (#3155)

Co-authored-by: Katherine Kelly <katherine.a.kelly@nasa.gov>

* Fixing CHANGELOG

Co-authored-by: Charles Huang <charleshuang80@users.noreply.github.com>
Co-authored-by: jennyhliu <34660846+jennyhliu@users.noreply.github.com>
Co-authored-by: Jonathan Kovarik <kovarik@nsidc.org>
Co-authored-by: Nate Pauzenga <npauzenga@gmail.com>
Co-authored-by: jennyhliu <jenny.h.liu@nasa.gov>
Co-authored-by: Naga Nages <66387215+Nnaga1@users.noreply.github.com>
Co-authored-by: Katherine Kelly <katherine.a.kelly@nasa.gov>
@Jkovarik Jkovarik deleted the jk/task/CUMULUS-3036 branch February 2, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants