Skip to content

Commit

Permalink
Merge pull request #93 from aws-solutions/release/v4.2.9
Browse files Browse the repository at this point in the history
Release v4.2.9
  • Loading branch information
amzn-gaod authored Oct 1, 2024
2 parents 5fb5741 + 143448b commit 1c8fe64
Show file tree
Hide file tree
Showing 8 changed files with 366 additions and 175 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.9] - 2024-10-01

### Security

- Security updates for npm packages

## [4.2.8] - 2024-09-17

### 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.8
version: v4.2.9
cloudformation_templates:
- template: live-streaming-on-aws.template
main_template: true
Expand Down
511 changes: 347 additions & 164 deletions source/console/package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 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.8",
"version": "4.2.9",
"description": "Demo HTML preview player",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -52,6 +52,8 @@
"follow-redirects": ">=1.15.6",
"@adobe/css-tools": ">=4.3.3",
"body-parser": ">=1.20.3",
"rollup": ">=4.22.4",
"postcss": ">=8.4.31",
"path-to-regexp": ">=8.1.0"
},
"resolutions": {
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.8",
"version": "4.2.9",
"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: 8dd9792f2342316093b8a2472279610918d0ca861828bf8e308be944b2e21e4e.zip,
S3Key: 78a95b7ac14dc5b9fc330cd73bada370b49b5ba49a3792dd0f25a08df3a26809.zip,
},
Description: Used to deploy custom resources and send AnonymizedData,
Environment: {
Expand Down
12 changes: 6 additions & 6 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.8",
"version": "4.2.9",
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 1c8fe64

Please sign in to comment.