Skip to content

Commit

Permalink
Merge pull request #37 from aws-solutions/v3.2.3
Browse files Browse the repository at this point in the history
Release v3.2.3
  • Loading branch information
amzn-gaod authored Jul 2, 2024
2 parents 2313a5a + 99295fb commit 911a18f
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 30 deletions.
8 changes: 7 additions & 1 deletion 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).

## [3.2.3] - 2024-07-02

### Security

- Security updates

## [3.2.2] - 2023-10-30

### Security
Expand Down Expand Up @@ -43,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated object ownership configuration on the S3 logging bucket.

## [3.1.1] - 2022-11-09

### Changed
Expand Down
5 changes: 3 additions & 2 deletions solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
id: SO0109
name: live-streaming-on-aws-with-amazon-s3
version: v3.2.2
version: v3.2.3
cloudformation_templates:
- template: live-streaming-on-aws-with-amazon-s3.template
main_template: true

build_environment:
build_image: "aws/codebuild/standard:7.0"
1 change: 1 addition & 0 deletions source/constructs/cdk.context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
18 changes: 9 additions & 9 deletions source/constructs/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/constructs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-streaming-on-aws-with-amazon-s3",
"version": "3.2.1",
"version": "3.2.3",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
Expand Down
32 changes: 16 additions & 16 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-single-pipeline",
"version": "3.2.1",
"version": "3.2.3",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com/solutions"
Expand Down

0 comments on commit 911a18f

Please sign in to comment.