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

Commit b739d59

Browse files
committed
Updated version v2.0.1
1 parent 26d9052 commit b739d59

File tree

7 files changed

+62
-40
lines changed

7 files changed

+62
-40
lines changed

.viperlightignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22
.github/workflows/release-workflow.yml:657
33
.github/workflows/release-workflow.yml:758
44
.github/workflows/release-workflow.yml:773
5+
source/anonymous-data-logger/lib/metrics.py
6+
source/consumer/lambda_handler.py
57

8+
[python-pipoutdated]
9+
elasticsearch=7.13.4
10+
pytest=4.5.0
11+
selenium=3.141.0
12+
boto3=1.9.139
13+
webdriver-manager=3.4.2

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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+
## [2.0.2] - 01/11/2023
8+
9+
### Fixed:
10+
11+
* Updated python packages
12+
* Replaced deprecated python command with python3
13+
14+
## [2.0.1] - 08/18/2022
15+
16+
### Fixed:
17+
18+
* Version bumped python runtime for web helper lambda function which was preventing successful deployment
19+
20+
721
## [2.0.0] - 03/01/2022
822

923
### New:

deployment/build-s3-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ regional_dist_dir="$build_dir/regional-s3-assets"
167167
echo "------------------------------------------------------------------------------"
168168
echo "Creating a temporary Python virtualenv for this script"
169169
echo "------------------------------------------------------------------------------"
170-
python -c "import os; print (os.getenv('VIRTUAL_ENV'))" | grep -q None
170+
python3 -c "import os; print (os.getenv('VIRTUAL_ENV'))" | grep -q None
171171
if [ $? -ne 0 ]; then
172172
echo "ERROR: Do not run this script inside Virtualenv. Type \`deactivate\` and run again.";
173173
exit 1;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Resources:
290290
Handler: website_helper.lambda_handler
291291
MemorySize: 256
292292
Role: !GetAtt WebsiteHelperRole.Arn
293-
Runtime: python3.6
293+
Runtime: python3.9
294294
Timeout: 900
295295
Environment:
296296
Variables:

source/website/package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,42 @@
99
"deploy": "aws s3 sync --acl public-read --profile mie --delete dist/ s3://[your_website_bucket]"
1010
},
1111
"dependencies": {
12-
"aws-amplify": "^4.3.2",
13-
"aws-amplify-vue": "^2.1.5",
14-
"axios": "^0.23.0",
15-
"bootstrap": "^4.5.3",
16-
"bootstrap-vue": "^2.21.2",
17-
"chart.js": "^2.9.4",
18-
"diff": "^5.0.0",
19-
"dropzone": "^5.9.3",
20-
"jquery": "^3.6.0",
21-
"jwt-decode": "^3.1.2",
22-
"latest-version": "^6.0.0",
23-
"lodash": "^4.17.21",
24-
"number-to-words": "^1.2.4",
25-
"register-service-worker": "^1.7.2",
26-
"video.js": "^7.15.4",
27-
"videojs-flash": "^2.2.1",
28-
"videojs-hotkeys": "^0.2.27",
29-
"videojs-markers": "^1.0.1",
30-
"vue": "^2.6.14",
31-
"vue-highlightjs": "^1.3.3",
32-
"vue-router": "^3.5.2",
33-
"vuex": "^3.6.2",
34-
"vuex-persistedstate": "^4.1.0",
35-
"wavesurfer.js": "^5.2.0"
12+
"aws-amplify": "4.3.2",
13+
"aws-amplify-vue": "2.1.5",
14+
"axios": "0.23.0",
15+
"bootstrap": "4.5.3",
16+
"bootstrap-vue": "2.21.2",
17+
"chart.js": "2.9.4",
18+
"diff": "5.0.0",
19+
"dropzone": "5.9.3",
20+
"jquery": "3.6.0",
21+
"jwt-decode": "3.1.2",
22+
"latest-version": "6.0.0",
23+
"lodash": "4.17.21",
24+
"number-to-words": "1.2.4",
25+
"register-service-worker": "1.7.2",
26+
"video.js": "7.15.4",
27+
"videojs-flash": "2.2.1",
28+
"videojs-hotkeys": "0.2.27",
29+
"videojs-markers": "1.0.1",
30+
"vue": "2.6.14",
31+
"vue-highlightjs": "1.3.3",
32+
"vue-router": "3.5.2",
33+
"vuex": "3.6.2",
34+
"vuex-persistedstate": "4.1.0",
35+
"wavesurfer.js": "5.2.0"
3636
},
3737
"devDependencies": {
38-
"@vue/cli-plugin-babel": "^3.12.1",
39-
"@vue/cli-plugin-eslint": "^3.12.1",
40-
"@vue/cli-plugin-pwa": "^3.12.1",
41-
"@vue/cli-service": "^3.12.1",
42-
"babel-eslint": "^10.1.0",
43-
"eslint": "^6.8.0",
44-
"eslint-plugin-vue": "^7.5.0",
45-
"npm-check": "^5.9.2",
46-
"vue-template-compiler": "^2.6.14",
47-
"webpack-subresource-integrity": "^1.5.2"
38+
"@vue/cli-plugin-babel": "3.12.1",
39+
"@vue/cli-plugin-eslint": "3.12.1",
40+
"@vue/cli-plugin-pwa": "3.12.1",
41+
"@vue/cli-service": "3.12.1",
42+
"babel-eslint": "10.1.0",
43+
"eslint": "6.8.0",
44+
"eslint-plugin-vue": "7.5.0",
45+
"npm-check": "5.9.2",
46+
"vue-template-compiler": "2.6.14",
47+
"webpack-subresource-integrity": "1.5.2"
4848
},
4949
"eslintConfig": {
5050
"root": false,

test/e2e/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pytest==4.5.0
2-
requests==2.22.0
1+
pytest==7.2.0
2+
requests==2.28.1
33
requests_aws4auth==1.1.1
44
webdriver-manager==3.4.2
55
selenium==3.141.0
6-
boto3==1.9.139
6+
boto3==1.26.17

test/e2e/run_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
echo "------------------------------------------------------------------------------"
4646
echo "Creating a temporary Python virtualenv for this script"
4747
echo "------------------------------------------------------------------------------"
48-
python -c "import os; print (os.getenv('VIRTUAL_ENV'))" | grep -q None
48+
python3 -c "import os; print (os.getenv('VIRTUAL_ENV'))" | grep -q None
4949
if [ $? -ne 0 ]; then
5050
echo "ERROR: Do not run this script inside Virtualenv. Type \`deactivate\` and run again.";
5151
exit 1;

0 commit comments

Comments
 (0)