Skip to content

Commit

Permalink
Merge pull request #408 from aws-solutions/release/v1.13.1
Browse files Browse the repository at this point in the history
Release v1.13.1
  • Loading branch information
eggoynes committed Oct 30, 2023
2 parents 51c6be0 + d6a911f commit 01ab0b3
Show file tree
Hide file tree
Showing 7 changed files with 340 additions and 249 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).

## [1.13.1] - October 2023

### Security

- Security updates

## [1.13.0] - August 2023

### Added
Expand Down
2 changes: 1 addition & 1 deletion deployment/run-pre-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Trufflehog Scan started"
# if trufflehog already installed locally, skip installation step
if ! command -v trufflehog &>/dev/null; then
echo "Installing Trufflehog"
git clone https://github.com/trufflesecurity/trufflehog.git
git clone https://github.com/trufflesecurity/trufflehog.git --branch v3.54.1
cd trufflehog; go install
fi
cd "$root_dir"
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: SO0048
name: media-services-application-mapper
version: v1.13.1
cloudformation_templates:
- template: aws-media-services-application-mapper-release.template
main_template: true
- template: msam-browser-app-release.template
- template: msam-core-release.template
- template: msam-dynamodb-release.template
- template: msam-events-release.template
- template: msam-iam-roles-release.template
214 changes: 143 additions & 71 deletions source/cdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01ab0b3

Please sign in to comment.