Skip to content

Commit

Permalink
Merge pull request #409 from aws-solutions/release/v2.1.5
Browse files Browse the repository at this point in the history
Update to v2.1.5
  • Loading branch information
amzn-gaod authored Jun 11, 2024
2 parents 61bd11b + 34e9a46 commit 5f36d96
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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).

## [2.1.5] - 2024-06-11

### Changed

* Updated MediaInsights version to v5.1.7

### Security

* Upgraded vulnerable packages

## [2.1.4] - 2024-03-29

### Security
Expand Down
2 changes: 1 addition & 1 deletion deployment/content-localization-on-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Conditions:
Mappings:
MediaInsights:
Release:
Version: "v5.1.6"
Version: "v5.1.7"
Application:
SourceCode:
GlobalS3Bucket: "%%GLOBAL_BUCKET_NAME%%"
Expand Down
24 changes: 12 additions & 12 deletions source/website/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/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "content-localization-on-aws",
"version": "2.1.4",
"version": "2.1.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.2.0
requests==2.31.0
requests==2.32.3
requests-aws4auth==1.2.2
webdriver-manager==3.4.2
selenium==4.14.0
Expand Down
2 changes: 1 addition & 1 deletion test/unit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ boto3==1.26.46
botocore==1.29.46
pytest==7.2.0
pytest-cov==4.1.0
requests==2.31.0
requests==2.32.3

0 comments on commit 5f36d96

Please sign in to comment.