Skip to content

Commit 81f6c36

Browse files
authored
Release v7.0.2 (#592)
1 parent 6ef162a commit 81f6c36

File tree

18 files changed

+578
-1137
lines changed

18 files changed

+578
-1137
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [7.0.2] - 2025-04-09
9+
10+
### Security
11+
12+
- Bump aws-cdk-lib to `2.188.0`
13+
- Update solution metrics lambda runtime to `nodejs22.x`
14+
815
## [7.0.1] - 2025-03-14
916

1017
### Changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.1
1+
7.0.2

deployment/cdk-solution-helper/package-lock.json

+129-244
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/package-lock.json

+162-232
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/constructs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constructs",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Dynamic Image Transformation for Amazon CloudFront Constructs",
55
"license": "Apache-2.0",
66
"author": {

source/constructs/test/__snapshots__/constructs.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2605,7 +2605,7 @@ function handler(event) {
26052605
"Arn",
26062606
],
26072607
},
2608-
"Runtime": "nodejs18.x",
2608+
"Runtime": "nodejs22.x",
26092609
"Tags": [
26102610
{
26112611
"Key": "SolutionId",

source/custom-resource/package-lock.json

+44-199
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/custom-resource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-resource",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"private": true,
55
"description": "Dynamic Image Transformation for Amazon CloudFront custom resource",
66
"license": "Apache-2.0",

source/demo-ui/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/demo-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-ui",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"private": true,
55
"description": "Dynamic Image Transformation for Amazon CloudFront demo ui",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)