Skip to content

Release v7.0.2 #592

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

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [7.0.2] - 2025-04-09

### Security

- Bump aws-cdk-lib to `2.188.0`
- Update solution metrics lambda runtime to `nodejs22.x`

## [7.0.1] - 2025-03-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.0.2
373 changes: 129 additions & 244 deletions deployment/cdk-solution-helper/package-lock.json

Large diffs are not rendered by default.

394 changes: 162 additions & 232 deletions source/constructs/package-lock.json

Large diffs are not rendered by default.

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": "7.0.1",
"version": "7.0.2",
"description": "Dynamic Image Transformation for Amazon CloudFront Constructs",
"license": "Apache-2.0",
"author": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2605,7 +2605,7 @@ function handler(event) {
"Arn",
],
},
"Runtime": "nodejs18.x",
"Runtime": "nodejs22.x",
"Tags": [
{
"Key": "SolutionId",
Expand Down
243 changes: 44 additions & 199 deletions source/custom-resource/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/custom-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-resource",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"description": "Dynamic Image Transformation for Amazon CloudFront custom resource",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions source/demo-ui/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/demo-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-ui",
"version": "7.0.1",
"version": "7.0.2",
"private": true,
"description": "Dynamic Image Transformation for Amazon CloudFront demo ui",
"license": "Apache-2.0",
Expand Down
Loading