Skip to content

Commit

Permalink
Update to version 6.3.2 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkrol authored Nov 22, 2024
1 parent afc0fb5 commit f9b1e66
Show file tree
Hide file tree
Showing 19 changed files with 96 additions and 48 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.3.2] - 2024-11-22

### Fixed
- Upgrade cross-spawn to v7.0.6 for vulnerability [CVE-2024-9506](https://github.com/advisories/GHSA-5j4c-8p2g-v4jx)

## [6.3.1] - 2024-10-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.1
6.3.2
7 changes: 4 additions & 3 deletions deployment/cdk-solution-helper/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/constructs/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"app": "npx ts-node --prefer-ts-exts bin/constructs.ts",
"context": {
"solutionId": "SO0023",
"solutionVersion": "custom-v6.3.0",
"solutionVersion": "custom-v6.3.2",
"solutionName": "serverless-image-handler"
}
}
46 changes: 41 additions & 5 deletions source/constructs/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/constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constructs",
"version": "6.3.1",
"version": "6.3.2",
"description": "Serverless Image Handler Constructs",
"license": "Apache-2.0",
"author": {
Expand Down
10 changes: 5 additions & 5 deletions source/constructs/test/__snapshots__/constructs.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
"Config": {
"AnonymousUsage": "Yes",
"SolutionId": "S0ABC",
"Version": "v6.3.1",
"Version": "v6.3.2",
},
},
},
Expand Down Expand Up @@ -408,7 +408,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
"Solutions:ApplicationType": "AWS-Solutions",
"Solutions:SolutionID": "S0ABC",
"Solutions:SolutionName": "sih",
"Solutions:SolutionVersion": "v6.3.1",
"Solutions:SolutionVersion": "v6.3.2",
},
},
"Type": "AWS::ServiceCatalogAppRegistry::Application",
Expand Down Expand Up @@ -1277,7 +1277,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
},
"S3Key": "Omitted to remove snapshot dependency on hash",
},
"Description": "sih (v6.3.1): Performs image edits and manipulations",
"Description": "sih (v6.3.2): Performs image edits and manipulations",
"Environment": {
"Variables": {
"AUTO_WEBP": {
Expand Down Expand Up @@ -1977,7 +1977,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
},
"S3Key": "Omitted to remove snapshot dependency on hash",
},
"Description": "sih (v6.3.1): Custom resource",
"Description": "sih (v6.3.2): Custom resource",
"Environment": {
"Variables": {
"RETRY_SECONDS": "5",
Expand Down Expand Up @@ -2583,7 +2583,7 @@ exports[`Serverless Image Handler Stack Snapshot 1`] = `
"applicationType": "AWS-Solutions",
"solutionID": "S0ABC",
"solutionName": "sih",
"version": "v6.3.1",
"version": "v6.3.2",
},
"Description": "Attribute group for solution information",
"Name": {
Expand Down
Loading

0 comments on commit f9b1e66

Please sign in to comment.