Skip to content

Commit 56b8d86

Browse files
authored
Merge pull request #88 from aws-solutions/release/v4.2.6
Release v4.2.6
2 parents 396cfa4 + cf5ceb0 commit 56b8d86

File tree

8 files changed

+1292
-1187
lines changed

8 files changed

+1292
-1187
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [4.2.6] - 2024-08-09
9+
10+
### Security
11+
12+
- Upgraded vulnerable packages
13+
814
## [4.2.5] - 2024-07-02
915

1016
### Security

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: SO0013
22
name: live-streaming-on-aws
3-
version: v4.2.5
3+
version: v4.2.6
44
cloudformation_templates:
55
- template: live-streaming-on-aws.template
66
main_template: true

source/console/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "player",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "Demo HTML preview player",
55
"license": "Apache-2.0",
66
"author": {

source/constructs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-streaming-on-aws",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"description": "cdk construct for the live streaming on aws solution",
55
"bin": {
66
"live-stream": "bin/live-streaming.js"

source/constructs/test/__snapshots__/live-streaming.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ exports[`LiveStreaming Stack Test 1`] = `
14991499
S3Bucket: {
15001500
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
15011501
},
1502-
S3Key: b0dbe3c1882a6f76c4bc986c175ed74636582be6b5bc6a05fa964f40413d1834.zip,
1502+
S3Key: cc9f85ec506ff85a660a9c94a21b73a66ddfc09c4f62e83e06fb803b03787166.zip,
15031503
},
15041504
Description: Used to deploy custom resources and send AnonymizedData,
15051505
Environment: {

0 commit comments

Comments
 (0)