Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5f36d96

Browse files
authored
Merge pull request #409 from aws-solutions/release/v2.1.5
Update to v2.1.5
2 parents 61bd11b + 34e9a46 commit 5f36d96

File tree

6 files changed

+26
-16
lines changed

6 files changed

+26
-16
lines changed

CHANGELOG.md

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

8+
## [2.1.5] - 2024-06-11
9+
10+
### Changed
11+
12+
* Updated MediaInsights version to v5.1.7
13+
14+
### Security
15+
16+
* Upgraded vulnerable packages
17+
818
## [2.1.4] - 2024-03-29
919

1020
### Security

deployment/content-localization-on-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Conditions:
2424
Mappings:
2525
MediaInsights:
2626
Release:
27-
Version: "v5.1.6"
27+
Version: "v5.1.7"
2828
Application:
2929
SourceCode:
3030
GlobalS3Bucket: "%%GLOBAL_BUCKET_NAME%%"

source/website/package-lock.json

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

source/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "content-localization-on-aws",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

test/e2e/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest==7.2.0
2-
requests==2.31.0
2+
requests==2.32.3
33
requests-aws4auth==1.2.2
44
webdriver-manager==3.4.2
55
selenium==4.14.0

test/unit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ boto3==1.26.46
22
botocore==1.29.46
33
pytest==7.2.0
44
pytest-cov==4.1.0
5-
requests==2.31.0
5+
requests==2.32.3

0 commit comments

Comments
 (0)