Skip to content

Commit dbfb0f2

Browse files
committed
Changes for v3.4.4
1 parent b7ddc82 commit dbfb0f2

File tree

27 files changed

+55
-49
lines changed

27 files changed

+55
-49
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [3.4.4] - 2025-10-08
9+
10+
### Security
11+
12+
- Update the distributed-load-testing-on-aws-load-tester container to address vulnerability in libexpat
13+
814
## [3.4.3] - 2025-09-19
915

1016
### Fixed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3
1+
3.4.4

deployment/ecr/distributed-load-testing-on-aws-load-tester/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:c9a8457247e453f635fda07121cce4fc16c2219290ca4e5494959e6452fc0244
22

33
RUN dnf upgrade -y && \
44
dnf install -y python3.11 python3.11-pip java-21-amazon-corretto bc procps jq findutils unzip && \

solution-manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
id: SO0062
1+
id: SO0062
22
name: distributed-load-testing-on-aws
3-
version: v3.4.3
3+
version: v3.4.4
44
cloudformation_templates:
55
- template: distributed-load-testing-on-aws.template
6-
main_template: true
6+
main_template: true
77
- template: distributed-load-testing-on-aws-regional.template
88
main_template: false
99
build_environment:

source/api-services/package-lock.json

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

source/api-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-services",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "REST API micro services",
55
"repository": {
66
"type": "git",

source/console/package-lock.json

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

source/console/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "distributed-load-testing-on-aws-ui",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {
@@ -57,7 +57,7 @@
5757
"axios": "^1.8.3",
5858
"react-refresh": "0.14.0",
5959
"fast-xml-parser": "4.4.1",
60-
"webpack-dev-server": "5.2.2",
60+
"webpack-dev-server":"5.2.2",
6161
"form-data": "3.0.4"
6262
},
6363
"readme": "./README.md",
@@ -96,4 +96,4 @@
9696
"@babel/preset-react"
9797
]
9898
}
99-
}
99+
}

source/custom-resource/package-lock.json

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

source/custom-resource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-resource",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "cfn custom resources for distributed load testing on AWS workflow",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)