Skip to content

Commit

Permalink
Fix ecs_cluster autoscaling cf template, upgrade package versions (#3793
Browse files Browse the repository at this point in the history
)

* add missing quote update moment version

* Update changelog

* update pg version

* remove hoex
  • Loading branch information
jennyhliu committed Sep 6, 2024
1 parent fd5de00 commit ca9ac12
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

### Changed

### Fixed

- **CUMULUS-3824**
- Added the missing double quote in ecs_cluster autoscaling cf template
- **CUMULUS-3846**
- improve reliability of unit tests
- tests for granules api get requests separated out to new file
- cleanup of granule database resources to ensure no overlap
- ensure uniqueness of execution names from getWorkflowNameIntersectFromGranuleIds
- increase timeout in aws-client tests
- **Snyk**
- Upgraded moment from 2.29.4 to 2.30.1
- Upgraded pg from ~8.10 to ~8.12

## [v19.0.0] 2024-08-28

Expand Down
1 change: 0 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"cacheable-request",
"http-cache-semantics",
"lodash.pick",
"hoek",
"semver",
"axios"
]
Expand Down
2 changes: 1 addition & 1 deletion lambdas/db-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"@cumulus/db": "19.0.0",
"knex": "2.4.1",
"pg": "~8.10"
"pg": "~8.12"
}
}
2 changes: 1 addition & 1 deletion lambdas/db-provision-user-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@cumulus/common": "19.0.0",
"@cumulus/db": "19.0.0",
"knex": "2.4.1",
"pg": "~8.10"
"pg": "~8.12"
},
"devDependencies": {
"@types/pg": "^7.14.4"
Expand Down
2 changes: 1 addition & 1 deletion lambdas/dla-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@cumulus/message": "19.0.0",
"@cumulus/types": "19.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment": "^2.30.1",
"p-map": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"markdownlint-cli": "^0.31.1",
"md5": "^2.2.1",
"mime-types": "^2.1.22",
"moment": "2.29.4",
"moment": "^2.30.1",
"nock": "^13.5.4",
"node-loader": "^2.0.0",
"npm-package-json-lint": "^5.1.0",
Expand All @@ -141,7 +141,7 @@
"p-timeout": "^3.2.0",
"p-wait-for": "^3.1.0",
"parallel": "^1.2.0",
"pg": "~8.10",
"pg": "~8.12",
"proxyquire": "^2.1.3",
"retry": "^0.12.0",
"rewire": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"jsonwebtoken": "^9.0.0",
"knex": "2.4.1",
"lodash": "^4.17.21",
"moment": "2.29.4",
"moment": "^2.30.1",
"morgan": "^1.9.1",
"node-forge": "^1.3.0",
"nodeify": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cmr-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"zod": "^3.20.2"
},
"devDependencies": {
"moment": "^2.29.4"
"moment": "^2.30.1"
}
}
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"is-valid-hostname": "1.0.2",
"knex": "2.4.1",
"lodash": "^4.17.21",
"pg": "~8.10",
"pg": "~8.12",
"snake-camel": "^1.0.6",
"uuid": "8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/es-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@elastic/elasticsearch": "^5.6.20",
"aws4": "^1.12.0",
"lodash": "~4.17.21",
"moment": "2.29.4",
"moment": "^2.30.1",
"p-limit": "^1.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ingest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jsftp": "https://github.com/jkovarik/jsftp.git#add_288",
"lodash": "^4.17.21",
"mime-types": "^2.1.22",
"moment": "2.29.4",
"moment": "^2.30.1",
"simplecrawler": "^1.1.9",
"tough-cookie": "~4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"js-yaml": "^3.13.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"moment": "2.29.4",
"moment": "^2.30.1",
"p-map": "^2.1.0",
"p-retry": "^2.0.0",
"p-wait-for": "^2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Resources:
mount /dev/docker/docker-data /docker-data

sed -i '/^\s*DOCKER_STORAGE_OPTIONS=/d' /etc/sysconfig/docker-storage
echo 'DOCKER_STORAGE_OPTIONS="--storage-driver overlay2' >> /etc/sysconfig/docker-storage
echo 'DOCKER_STORAGE_OPTIONS="--storage-driver overlay2"' >> /etc/sysconfig/docker-storage

sed -i '/^\s*OPTIONS=/d' /etc/sysconfig/docker
echo 'OPTIONS="--default-ulimit nofile=1024:4096 --data-root=/docker-data"' >> /etc/sysconfig/docker
Expand Down
2 changes: 1 addition & 1 deletion tf-modules/internal/cumulus-test-cleanup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@aws-sdk/client-kinesis": "^3.621.0",
"@aws-sdk/client-s3": "^3.621.0",
"@aws-sdk/signature-v4-crt": "^3.621.0",
"moment": "2.29.4"
"moment": "^2.30.1"
},
"private": true
}

0 comments on commit ca9ac12

Please sign in to comment.