Skip to content

Commit 6ff5f53

Browse files
authored
Merge pull request #247 from gockle/main
v3.4.1
2 parents 814358d + 95c17a4 commit 6ff5f53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+917
-1152
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ deployment/ecr/**/*.jar
1212
.idea
1313
source/test/
1414
**/__pycache__/
15+
build
16+
git-info
1517

1618
.pnp
1719
.pnp.js
@@ -36,4 +38,4 @@ source/metrics-utils/*.js
3638
source/metrics-utils/*.d.ts
3739
source/metrics-utils/**/*.d.ts
3840
source/metrics-utils/**/*.js
39-
source/metrics-utils/dist/
41+
source/metrics-utils/dist/

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.1] - 2025-08-11
9+
10+
### Security
11+
12+
- Update libxml2 to fix [CVE-2025-49794](https://nvd.nist.gov/vuln/detail/CVE-2025-49794)
13+
- Update libxml2 to fix [CVE-2025-49795](https://nvd.nist.gov/vuln/detail/CVE-2025-49795)
14+
- Update libxml2 to fix [CVE-2025-49796](https://nvd.nist.gov/vuln/detail/CVE-2025-49796)
15+
- Update java-21-amazon-corretto to fix [CVE-2025-30749](https://nvd.nist.gov/vuln/detail/CVE-2025-30749)
16+
- Update java-21-amazon-corretto to fix [CVE-2025-50106](https://nvd.nist.gov/vuln/detail/CVE-2025-50106)
17+
- Update java-21-amazon-corretto to fix [CVE-2025-50049](https://nvd.nist.gov/vuln/detail/CVE-2025-50049)
18+
19+
### Fixed
20+
21+
- Fixed issue pertaining to https://github.com/aws-solutions/distributed-load-testing-on-aws/issues/244
22+
23+
### Added
24+
25+
- Add stable tag feature to get patched version of the solution ecr image.
26+
827
## [3.4.0] - 2025-07-23
928

1029
### Added
@@ -24,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2443

2544
### Security
2645

27-
- Update form-data to fix [CVE-2025-7783](https://avd.aquasec.com/nvd/cve-2025-7783)
46+
- Update form-data to fix [CVE](CVE-2025-7783 - https://avd.aquasec.com/nvd/cve-2025-7783)
2847

2948
## [3.3.10] - 2025-07-01
3049

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export BUCKET_NAME=$BUCKET_PREFIX-$REGION # full bucket name where the code will
121121
export SOLUTION_NAME=my-solution-name
122122
export VERSION=my-version # version number for the customized code
123123
export PUBLIC_ECR_REGISTRY=public.ecr.aws/aws-solutions # replace with the container registry and image if you want to use a different container image
124-
export PUBLIC_ECR_TAG=v3.4.0 # replace with the container image tag if you want to use a different container image
124+
export PUBLIC_ECR_TAG=v3.4_stable # replace with the container image tag if you want to use a different container image
125125
```
126126

127127
- Build the distributable.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0
1+
3.4.1

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: SO0062
22
name: distributed-load-testing-on-aws
3-
version: 3.4.0
3+
version: v3.4.1
44
cloudformation_templates:
55
- template: distributed-load-testing-on-aws.template
66
main_template: true

source/api-services/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/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.0",
3+
"version": "3.4.1",
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: 1 addition & 1 deletion
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.0",
3+
"version": "3.4.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"author": {

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.

0 commit comments

Comments
 (0)