Skip to content

Commit

Permalink
Merge pull request #88 from aws-solutions/release/v4.2.6
Browse files Browse the repository at this point in the history
Release v4.2.6
  • Loading branch information
amzn-gaod committed Aug 9, 2024
2 parents 396cfa4 + cf5ceb0 commit 56b8d86
Show file tree
Hide file tree
Showing 8 changed files with 1,292 additions and 1,187 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.6] - 2024-08-09

### Security

- Upgraded vulnerable packages

## [4.2.5] - 2024-07-02

### Security
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.5
version: v4.2.6
cloudformation_templates:
- template: live-streaming-on-aws.template
main_template: true
Expand Down
4 changes: 2 additions & 2 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.5",
"version": "4.2.6",
"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.5",
"version": "4.2.6",
"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: b0dbe3c1882a6f76c4bc986c175ed74636582be6b5bc6a05fa964f40413d1834.zip,
S3Key: cc9f85ec506ff85a660a9c94a21b73a66ddfc09c4f62e83e06fb803b03787166.zip,
},
Description: Used to deploy custom resources and send AnonymizedData,
Environment: {
Expand Down
Loading

0 comments on commit 56b8d86

Please sign in to comment.