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

Commit 8a979d7

Browse files
authored
Merge pull request #402 from aws-solutions/release/v2.1.3
Update to v2.1.3
2 parents a56c93a + b57b64a commit 8a979d7

15 files changed

+3480
-3174
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.3] - 2024-03-20
9+
10+
### Changed
11+
12+
* Added resource dependency on OpensearchServiceDomain
13+
* Upgraded to Media Insights on AWS v5.1.6
14+
* Enabled versioning on website bucket
15+
16+
### Security
17+
18+
* Upgraded vulnerable packages
19+
* Replaced some bootstrap-vue code that was incompatible with Vue 2 to 3 migration build
20+
821
## [2.1.2] - 2023-10-19
922

1023
### Changed

NOTICE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ THIRD PARTY COMPONENTS
1313
**********************
1414
This software includes third party software subject to the following copyrights:
1515

16+
attrs under the Massachusetts Institute of Technology license
1617
aws-amplify under the Apache License Version 2.0
1718
aws-amplify-vue under the Apache License Version 2.0
1819
aws_xray_sdk under the Apache License Version 2.0
@@ -26,20 +27,38 @@ cfn-lint under the Massachusetts Institute of Technology license
2627
cfnresponse under the Apache License Version 2.0
2728
chalice under the Apache License Version 2.0
2829
chart.js under the Massachusetts Institute of Technology license
30+
colorama under the BSD license
31+
configparser under the Massachusetts Institute of Technology license
32+
coverage under the Apache License Version 2.0
33+
crayons under the Massachusetts Institute of Technology license
2934
diff under the BSD with attribution (BSD-3) license
3035
dropzone under the Massachusetts Institute of Technology license
3136
elasticsearch-py under the Apache License Version 2.0
37+
exceptiongroup under the Massachusetts Institute of Technology license
38+
h11 under the Massachusetts Institute of Technology license
39+
iniconfig under the Massachusetts Institute of Technology license
40+
jmespath under the Massachusetts Institute of Technology license
3241
jquery under the Massachusetts Institute of Technology license
3342
jwt-decode under the Massachusetts Institute of Technology license
3443
latest-version under the Massachusetts Institute of Technology license
3544
lodash under the Massachusetts Institute of Technology license
3645
number-to-words under the Massachusetts Institute of Technology license
46+
outcome under the Apache License Version 2.0
47+
pluggy under the Massachusetts Institute of Technology license
48+
PySocks under the BSD license
3749
pytest under the Massachusetts Institute of Technology license
50+
pytest-cov under the Massachusetts Institute of Technology license
51+
python-dateutil under the Apache License Version 2.0
3852
register-service-worker under the Massachusetts Institute of Technology license
3953
requests under the Apache License Version 2.0
4054
requests-aws4auth under the Massachusetts Institute of Technology license
4155
routerjs under the Massachusetts Institute of Technology license
56+
s3transfer under the Apache License Version 2.0
4257
selenium under the Apache License Version 2.0
58+
sniffio under the Apache License Version 2.0
59+
tomli under the Massachusetts Institute of Technology license
60+
trio under the Apache License Version 2.0
61+
trio-websocket under the Massachusetts Institute of Technology license
4362
urllib3 under the Massachusetts Institute of Technology license
4463
video.js under the Apache License Version 2.0
4564
videojs-flash under the Apache License Version 2.0
@@ -51,5 +70,8 @@ vue-highlightjs under the Massachusetts Institute of Technology license
5170
vue-router under the Massachusetts Institute of Technology license
5271
vuex under the Massachusetts Institute of Technology license
5372
vuex-persistedstate under the Massachusetts Institute of Technology license
73+
@vue/compat under the Massachusetts Institute of Technology license
74+
@vue/compiler-sfc under the Massachusetts Institute of Technology license
5475
wavesurfer.js under the BSD with attribution (BSD-3) license
5576
webdriver-manager under the Apache License Version 2.0
77+
wsproto under the Massachusetts Institute of Technology license

deployment/content-localization-on-aws-opensearch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Resources:
100100
EsEndpoint: !GetAtt OpensearchServiceDomain.DomainEndpoint
101101
DataplaneBucket: !Ref MieDataplaneBucket
102102
botoConfig: '{"user_agent_extra": "AwsSolution/SO0164/%%VERSION%%"}'
103+
DependsOn: OpensearchServiceDomain
103104

104105
# stream event mapping for lambda
105106

deployment/content-localization-on-aws-web.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Resources:
120120
ExpirationInDays: 10
121121
AbortIncompleteMultipartUpload:
122122
DaysAfterInitiation: 1
123+
VersioningConfiguration:
124+
Status: Enabled
123125

124126
CopyWebSource:
125127
DependsOn: ContentAnalysisWebsiteBucket

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.4"
27+
Version: "v5.1.6"
2828
Application:
2929
SourceCode:
3030
GlobalS3Bucket: "%%GLOBAL_BUCKET_NAME%%"

0 commit comments

Comments
 (0)