Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Update to version V1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyarz-aws committed Nov 14, 2023
1 parent 0a1f267 commit dfa6d38
Show file tree
Hide file tree
Showing 34 changed files with 5,399 additions and 5,099 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [1.1.4] - 2023-11-07
### Changed
- Updated version of Jest to 29.5.0
- Updated version of aws-cdk-lib to 2.87.0
- Updated version of crypto-js to 4.2.0 to resolve vulnerabilities
- Updated version of fast-xml-parser to 4.3.2 to resolve vulnerabilities
- Updated Semver to use version 7.5.2 to prevent vulnerabilities

## [1.1.3] - 2023-04-14
### Changed
- Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
set -e

# Important: CDK global version number
cdk_version=2.25.0
cdk_version=2.87.0

# Check to see if input has been provided:
if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then
Expand Down
16 changes: 8 additions & 8 deletions source/lambda/calculateMetrics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/calculateMetrics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calculate-metrics",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Function calculates runtime metrics",
"license": "Apache-2.0",
"repository": {},
Expand Down
28 changes: 14 additions & 14 deletions source/lambda/calculateTreehash/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/calculateTreehash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calculate-treehash",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Calculates SHA256 Treehash and tranisitions the archive to the detination bucket/storage class",
"license": "Apache-2.0",
"repository": {},
Expand Down
16 changes: 8 additions & 8 deletions source/lambda/copyChunk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/copyChunk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copy-chunk",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Copies a 4 GB chunk from Glacier to S3 as part of MultiPartUpload",
"license": "Apache-2.0",
"repository": {},
Expand Down
16 changes: 8 additions & 8 deletions source/lambda/copyToDestinationBucket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/copyToDestinationBucket/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copy-to-destination-bucket",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Copies the archive to the detination bucket/storage class and deletes the staging folder thereafter",
"license": "Apache-2.0",
"repository": {},
Expand Down
16 changes: 8 additions & 8 deletions source/lambda/deployGlueJobScript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/deployGlueJobScript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deploy-glue-code",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Deploys Glue Job Script to the Staging Bucket",
"license": "Apache-2.0",
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions source/lambda/downloadInventory/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/downloadInventory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "download-inventory",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Downloads inventory file from Glacier to Staging Bucket",
"license": "Apache-2.0",
"repository": {},
Expand Down
16 changes: 8 additions & 8 deletions source/lambda/downloadInventoryPart/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/lambda/downloadInventoryPart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "download-inventory-part",
"main": "index.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Downloads inventory file part from Glacier to Staging Bucket as part of MultiPartUpload",
"license": "Apache-2.0",
"repository": {},
Expand Down
Loading

0 comments on commit dfa6d38

Please sign in to comment.