Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 01ab0b3

Browse files
authored
Merge pull request #408 from aws-solutions/release/v1.13.1
Release v1.13.1
2 parents 51c6be0 + d6a911f commit 01ab0b3

File tree

7 files changed

+340
-249
lines changed

7 files changed

+340
-249
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.13.1] - October 2023
8+
9+
### Security
10+
11+
- Security updates
12+
713
## [1.13.0] - August 2023
814

915
### Added

deployment/run-pre-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo "Trufflehog Scan started"
3333
# if trufflehog already installed locally, skip installation step
3434
if ! command -v trufflehog &>/dev/null; then
3535
echo "Installing Trufflehog"
36-
git clone https://github.com/trufflesecurity/trufflehog.git
36+
git clone https://github.com/trufflesecurity/trufflehog.git --branch v3.54.1
3737
cd trufflehog; go install
3838
fi
3939
cd "$root_dir"

solution-manifest.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
id: SO0048
2+
name: media-services-application-mapper
3+
version: v1.13.1
4+
cloudformation_templates:
5+
- template: aws-media-services-application-mapper-release.template
6+
main_template: true
7+
- template: msam-browser-app-release.template
8+
- template: msam-core-release.template
9+
- template: msam-dynamodb-release.template
10+
- template: msam-events-release.template
11+
- template: msam-iam-roles-release.template

source/cdk/package-lock.json

Lines changed: 143 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)