Skip to content

Commit

Permalink
Merge pull request #33 from aws-solutions/release/v1.3.2
Browse files Browse the repository at this point in the history
Release v1.3.2
  • Loading branch information
eggoynes committed Nov 2, 2023
2 parents 268904b + fd71aaf commit b921c39
Show file tree
Hide file tree
Showing 19 changed files with 22,435 additions and 1,180 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
.vscode/
.cdk.staging
cdk.out
node_modules/
coverage-reports/
deployment/global-s3-assets
deployment/regional-s3-assets
staging/
open-source/
dev/
56 changes: 37 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
# Change Log

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).

## [1.3.1] - 2023-9-29
## [1.3.2] - 2023-11-02

### Security

- Security updates for transitive dependencies

## [1.3.1] - 2023-09-29

### Added

- Enabled logging for JobSubmit and JobComplete Lambdas

### Changed

- Updated Lambdas to NodeJS 18 and JavaScript AWS SDK v3
- Updated packages
- Removed deprecated moment package

### Fixed

- cdk snapshot test

## [1.3.0] - 2023-6-1
## [1.3.0] - 2023-06-01

### Added

- cdk-nag rule suppressions
- Updated deployment/build-s3-dist.sh to output cdk nag errors
- Added CloudWatch logs permissions to CustomResource component in cdk

### Changed

- Upgraded to cdk v2
- Added region name and account ID to AppRegistry Application name
- Changed AppRegistry Attribute Group name to Region-StackName
Expand All @@ -31,44 +45,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed application insights
- Use logs bucket for cloudfront distribution logging

## [1.2.1] - 2023-4-17
## [1.2.1] - 2023-04-17

### Changed

- Updated object ownership configuration on Logs bucket and CloudFront Logging bucket

## [1.2.0] - 2022-10-17

### Added

- AppRegistry Application Stack Association
- Application Insights in AppRegistry
- SonarQube properties file: sonar-project.properties
- Added unit tests with 80% code coverage

### Changed

- Changed deployment/run-unit-tests.sh to generate unit test coverage reports

### Contributors
* @sandimciin
* @eggoynes
## [1.1.0] - 2021-07-29

### Added

## [1.1.0] - 2021-7-29
### Added
- Added new input file extensions wmv, mxf, mkv, m3u8, mpeg, webm, and h264.
- All file extensions now work in uppercase or lowercase format. Example WMV and wmv now trigger jobs via S3. (https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/8)
- All file extensions now work in uppercase or lowercase format. Example WMV and wmv now trigger jobs via S3. (<https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/8>)

### Changed
- New MediaConvert job-settings.json template removing DASH and MP4 renditions to reduce cost.
- Pricing savings of 37% by changing default job-settings.json from Professional tier to Basic tier.
- Deinterlacer setting turned off in job-settings.json so AWS MediaConvert uses Basic Tier and not Professional tier.
- Default job-settings.json frames per second set to follow source now instead of setting a strict 30 fps.

- New MediaConvert job-settings.json template removing DASH and MP4 renditions to reduce cost.
- Pricing savings of 37% by changing default job-settings.json from Professional tier to Basic tier.
- Deinterlacer setting turned off in job-settings.json so AWS MediaConvert uses Basic Tier and not Professional tier.
- Default job-settings.json frames per second set to follow source now instead of setting a strict 30 fps.

### Fixed
- Readme file updates. (https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/12)
- Added mock settings for unit tests. (https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/6)
- Added extra steps when building in the Readme file. (https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/4)
- Updated Axios to version 0.21.1

### Contributors
* @eggoynes
- Readme file updates. (<https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/12>)
- Added mock settings for unit tests. (<https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/6>)
- Added extra steps when building in the Readme file. (<https://github.com/awslabs/video-on-demand-on-aws-foundations/issues/4>)
- Updated Axios to version 0.21.1

## [1.0.0] - 2020-11-05

### Added

- All files, initial version
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
[email protected] with any additional questions or comments.
18 changes: 14 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ information to effectively respond to your bug report or contribution.

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check [existing open](https://github.com/awslabs/%%SOLUTION_NAME%%/issues), or [recently closed](https://github.com/awslabs/%%SOLUTION_NAME%%/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
When filing an issue, please check [existing
open](https://github.com/aws-solutions/video-on-demand-on-aws-foundation/issues), or [recently
closed](https://github.com/aws-solutions/video-on-demand-on-aws-foundation/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20),
issues to make sure somebody else hasn't already reported the issue. Please try to include as much
information as you can. Details like these are incredibly useful:

* A reproducible test case or series of steps
* The version of our code being used
Expand Down Expand Up @@ -42,7 +45,12 @@ GitHub provides additional document on [forking a repository](https://help.githu


## Finding contributions to work on
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/%%SOLUTION_NAME%%/labels/help%20wanted) issues is a great place to start.

Looking at the existing issues is a great way to find something to contribute on. As our projects,
by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help
wanted/invalid/question/wontfix), looking at any ['help
wanted'](https://github.com/aws-solutions/video-on-demand-on-aws-foundation/labels/help%20wanted)
issues is a great place to start.


## Code of Conduct
Expand All @@ -57,6 +65,8 @@ If you discover a potential security issue in this project we ask that you notif

## Licensing

See the [LICENSE](https://github.com/awslabs/%%SOLUTION_NAME%%/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
See the
[LICENSE](https://github.com/aws-solutions/video-on-demand-on-aws-foundation/blob/main/LICENSE.txt)
file for our project's licensing. We will ask you to confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
9 changes: 9 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ axios under the Massachusetts Institute of Technology (MIT) license
axios-mock-adapter under the Massachusetts Institute of Technology (MIT) license
uuid under the Massachusetts Institute of Technology (MIT) license
jest under the Massachusetts Institute of Technology (MIT) license
aws-cdk-lib under the Apache License Version 2.0
constructs under the Apache License Version 2.0
@aws-solutions-constructs/aws-cloudfront-s3 under the Apache License Version 2.0
@aws-solutions-constructs/aws-eventbridge-lambda under the Apache License Version 2.0
@aws-solutions-constructs/aws-lambda-sns under the Apache License Version 2.0
@aws-cdk/aws-servicecatalogappregistry-alpha under the Apache License Version 2.0
cdk-nag under the Apache License Version 2.0
source-map-support under the Massachusetts Institute of Technology (MIT) license
lodash under the Massachusetts Institute of Technology (MIT) license
Loading

0 comments on commit b921c39

Please sign in to comment.