Skip to content

Commit

Permalink
Merge pull request #95 from aws-solutions/release/v4.2.11
Browse files Browse the repository at this point in the history
Release v4.2.11
  • Loading branch information
amzn-gaod authored Nov 21, 2024
2 parents 78d8732 + 3be8b9d commit e44cb5e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [4.2.11] - 2024-11-21

### Security

- Security updates for npm packages

## [4.2.10] - 2024-10-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: SO0013
name: live-streaming-on-aws
version: v4.2.10
version: v4.2.11
cloudformation_templates:
- template: live-streaming-on-aws.template
main_template: true
Expand Down
11 changes: 6 additions & 5 deletions source/console/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/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "player",
"version": "4.2.10",
"version": "4.2.11",
"description": "Demo HTML preview player",
"license": "Apache-2.0",
"author": {
Expand Down
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": "live-streaming-on-aws",
"version": "4.2.10",
"version": "4.2.11",
"description": "cdk construct for the live streaming on aws solution",
"bin": {
"live-stream": "bin/live-streaming.js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ exports[`LiveStreaming Stack Test 1`] = `
S3Bucket: {
Fn::Sub: cdk-hnb659fds-assets-\${AWS::AccountId}-\${AWS::Region},
},
S3Key: b6a0356a0068cf86cd9ac5c885f284d6548d2868c1b4c2c190ceba2657a01a7f.zip,
S3Key: 264432000c0c33c568ac9d2ad18309826f0fbd562b6b7e516907c86c233f81a6.zip,
},
Description: Used to deploy custom resources and send AnonymizedData,
Environment: {
Expand Down
11 changes: 6 additions & 5 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": "live-streaming-on-aws",
"version": "4.2.10",
"version": "4.2.11",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit e44cb5e

Please sign in to comment.