Skip to content
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

Release v4.2.5 #87

Merged
merged 1 commit into from
Jul 2, 2024
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
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,27 @@ 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.5] - 2024-07-02

### Security

- Security updates for npm packages

## [4.2.4] - 2024-03-29

### Changed
### Security

- Security updates for npm packages

## [4.2.3] - 2023-10-30

### Changed
### Security

- Security updates for npm packages


## [4.2.2] - 2023-08-07

### Changed
### Security

- Updated npm packages
- Upgraded lambda runtimes to NodeJS 18 and AWS SDK v3
Expand Down
6 changes: 4 additions & 2 deletions solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
id: SO0013
name: live-streaming-on-aws
version: 4.2.4
version: v4.2.5
cloudformation_templates:
- template: live-streaming-on-aws.template
main_template: true
main_template: true
build_environment:
build_image: "aws/codebuild/standard:7.0"
68 changes: 34 additions & 34 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.4",
"version": "4.2.5",
"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.4",
"version": "4.2.5",
"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: a7f68e384125284a4c5f4dfe51df04bd2fb8e68a699896ff3d89a3bcddae2aab.zip,
S3Key: b0dbe3c1882a6f76c4bc986c175ed74636582be6b5bc6a05fa964f40413d1834.zip,
},
Description: Used to deploy custom resources and send AnonymizedData,
Environment: {
Expand Down
18 changes: 9 additions & 9 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.4",
"version": "4.2.5",
"engines": {
"node": ">=18"
},
Expand Down