Skip to content

Commit

Permalink
Merge pull request #761 from aws-solutions/release/v5.1.5
Browse files Browse the repository at this point in the history
Update to v5.1.5
  • Loading branch information
eggoynes authored Nov 2, 2023
2 parents fbfccaf + 1d09afb commit ee6d069
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 59 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).

## [5.1.5] - 2023-11-02

### Security

- Security updates

## [5.1.4] - 2023-09-21

### Added
Expand Down
11 changes: 11 additions & 0 deletions solution-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
id: SO0163
name: media-insights-on-aws
version: 5.1.5
cloudformation_templates:
- template: media-insights-on-aws-stack.template
main_template: true
- template: media-insights-on-aws-dataplane-streaming-stack.template
- template: media-insights-on-aws-test-operations-stack.template
- template: media-insights-on-aws-dataplane-api-stack.template
- template: media-insights-on-aws-operator-library.template
- template: media-insights-on-aws-workflow-api-stack.template
2 changes: 1 addition & 1 deletion source/cdk/lib/media-insights-dataplane-api-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ interface FunctionEnvironmentProperty {
export class DataplaneApiStack extends cdk.NestedStack {

constructor(scope: Construct, id: string, props: cdk.NestedStackProps) {
super(scope, id, { ...props, description: "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS data plane" });
super(scope, id, { ...props, description: "media-insights-on-aws. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS data plane. Version %%VERSION%%" });
this.templateOptions.templateFormatVersion = '2010-09-09';


Expand Down
2 changes: 1 addition & 1 deletion source/cdk/lib/media-insights-dataplane-streaming-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class AnalyticsStack extends NestedStack {
readonly analyticsStream: kinesis.Stream;

constructor(scope: Construct, id: string, props: AnalyticsStackProps) {
super(scope, id, { ...props, description: "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template defines resources for the analytics streaming pipeline." });
super(scope, id, { ...props, description: "media-insights-on-aws. This AWS CloudFormation template defines resources for the analytics streaming pipeline. Version %%VERSION%%" });
this.templateOptions.templateFormatVersion = '2010-09-09';

//
Expand Down
2 changes: 1 addition & 1 deletion source/cdk/lib/media-insights-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class MediaInsightsStack extends Stack {
readonly nestedStacks: MediaInsightsNestedStacks;

constructor(scope: Construct, id: string, props?: StackProps) {
super(scope, id, { ...props, description: '(SO0163) - media-insights-on-aws version %%VERSION%%. This is the base AWS CloudFormation template that provisions Media Insights on AWS services and provides parameters for user configurable settings.' });
super(scope, id, { ...props, description: '(SO0163) - media-insights-on-aws. This is the base AWS CloudFormation template that provisions Media Insights on AWS services and provides parameters for user configurable settings. Version %%VERSION%%' });
this.templateOptions.templateFormatVersion = '2010-09-09';

//
Expand Down
2 changes: 1 addition & 1 deletion source/cdk/lib/media-insights-test-operations-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface TestResourcesStackProps extends NestedStackProps {
*/
export class TestResourcesStack extends NestedStack {
constructor(scope: Construct, id: string, props: TestResourcesStackProps) {
super(scope, id, { ...props, description: "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions operators, stages, and workflows used for testing the Media Insights on AWS" });
super(scope, id, { ...props, description: "media-insights-on-aws. This AWS CloudFormation template provisions operators, stages, and workflows used for testing the Media Insights on AWS. Version %%VERSION%%" });
this.templateOptions.templateFormatVersion = '2010-09-09';

//
Expand Down
2 changes: 1 addition & 1 deletion source/cdk/lib/media-insights-workflow-api-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface FunctionEnvironmentProperty {
export class WorkflowApiStack extends cdk.NestedStack {

constructor(scope: Construct, id: string, props: cdk.NestedStackProps) {
super(scope, id, { ...props, description: "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS control plane" });
super(scope, id, { ...props, description: "media-insights-on-aws. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS control plane. Version %%VERSION%%" });
this.templateOptions.templateFormatVersion = '2010-09-09';


Expand Down
2 changes: 1 addition & 1 deletion source/cdk/lib/operator-library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface OperatorLibraryStackProps extends NestedStackProps {
*/
export class OperatorLibraryStack extends NestedStack {
constructor(scope: Construct, id: string, props: OperatorLibraryStackProps) {
super(scope, id, { ...props, description: "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions the Media Insights on AWS operator library." });
super(scope, id, { ...props, description: "media-insights-on-aws. This AWS CloudFormation template provisions the Media Insights on AWS operator library. Version %%VERSION%%" });
this.templateOptions.templateFormatVersion = '2010-09-09';

//
Expand Down
80 changes: 40 additions & 40 deletions source/cdk/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/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-insights-on-aws",
"version": "5.1.4",
"version": "5.1.5",
"description": "Synthesize templates for Media Insights on AWS using AWS Cloud Development Kit (CDK).",
"license": "Apache-2.0",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`Snapshot media-insights-dataplane-api stack test 1`] = `
],
},
},
"Description": "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS data plane",
"Description": "media-insights-on-aws. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS data plane. Version %%VERSION%%",
"Outputs": {
"APIHandlerArn": {
"Value": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Snapshot media-insights-dataplane-streaming stack test 1`] = `
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template defines resources for the analytics streaming pipeline.",
"Description": "media-insights-on-aws. This AWS CloudFormation template defines resources for the analytics streaming pipeline. Version %%VERSION%%",
"Mappings": {
"SourceCode": {
"General": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports[`Snapshot media-insights root stack test 1`] = `
],
},
},
"Description": "(SO0163) - media-insights-on-aws version %%VERSION%%. This is the base AWS CloudFormation template that provisions Media Insights on AWS services and provides parameters for user configurable settings.",
"Description": "(SO0163) - media-insights-on-aws. This is the base AWS CloudFormation template that provisions Media Insights on AWS services and provides parameters for user configurable settings. Version %%VERSION%%",
"Mappings": {
"AnonymizedData": {
"SendAnonymizedData": {
Expand Down Expand Up @@ -2077,7 +2077,7 @@ exports[`Snapshot media-insights root stack test 1`] = `
"CodeKeyPrefix",
],
},
"media_insights_on_aws_lambda_layer_python3.10-v5.1.4.zip",
"media_insights_on_aws_lambda_layer_python3.10-v5.1.5.zip",
],
],
},
Expand Down Expand Up @@ -2124,7 +2124,7 @@ exports[`Snapshot media-insights root stack test 1`] = `
"CodeKeyPrefix",
],
},
"media_insights_on_aws_lambda_layer_python3.11-v5.1.4.zip",
"media_insights_on_aws_lambda_layer_python3.11-v5.1.5.zip",
],
],
},
Expand Down Expand Up @@ -2171,7 +2171,7 @@ exports[`Snapshot media-insights root stack test 1`] = `
"CodeKeyPrefix",
],
},
"media_insights_on_aws_lambda_layer_python3.9-v5.1.4.zip",
"media_insights_on_aws_lambda_layer_python3.9-v5.1.5.zip",
],
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Snapshot media-insights-test-operations stack test 1`] = `
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions operators, stages, and workflows used for testing the Media Insights on AWS",
"Description": "media-insights-on-aws. This AWS CloudFormation template provisions operators, stages, and workflows used for testing the Media Insights on AWS. Version %%VERSION%%",
"Mappings": {
"SourceCode": {
"General": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Snapshot media-insights-workflow-api stack test 1`] = `
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS control plane",
"Description": "media-insights-on-aws. This AWS CloudFormation template provisions the REST API for the Media Insights on AWS control plane. Version %%VERSION%%",
"Outputs": {
"APIHandlerArn": {
"Value": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`Snapshot operator-library stack test 1`] = `
],
},
},
"Description": "media-insights-on-aws version %%VERSION%%. This AWS CloudFormation template provisions the Media Insights on AWS operator library.",
"Description": "media-insights-on-aws. This AWS CloudFormation template provisions the Media Insights on AWS operator library. Version %%VERSION%%",
"Mappings": {
"SourceCode": {
"General": {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ boto3==1.28.5
botocore==1.31.7
pytest==7.2.0
requests==2.31.0
urllib3==1.26.13
urllib3==1.26.18
jsonschema==4.17.0
requests_aws4auth==1.2.0
2 changes: 1 addition & 1 deletion test/integ/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ boto3==1.28.5
botocore==1.31.7
pytest==7.2.0
requests==2.31.0
urllib3==1.26.13
urllib3==1.26.18
jsonschema==4.18.4
requests_aws4auth==1.2.0
2 changes: 1 addition & 1 deletion test/unit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ boto3==1.28.5
botocore==1.31.7
pytest==7.2.0
requests==2.31.0
urllib3==1.26.13
urllib3==1.26.18
jsonschema==4.18.4
chalice==1.29.0
aws_xray_sdk==2.12.0
Expand Down

0 comments on commit ee6d069

Please sign in to comment.