Skip to content

Commit d873dc7

Browse files
authored
release/v3.3.10 (#240)
* release/v3.3.10 * adding additional attributes.
1 parent f35ea58 commit d873dc7

File tree

30 files changed

+535
-223
lines changed

30 files changed

+535
-223
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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

88

9+
## [3.3.10] - 2025-07-01
10+
11+
### Security
12+
13+
- Update python-setuptools to resolve [CVE](https://alas.aws.amazon.com/cve/json/v1/CVE-2025-47273.json)
14+
- Update glibc to resolve [CVE](https://alas.aws.amazon.com/cve/json/v1/CVE-2025-4802.json)
15+
- Updated webpack-dev-server for [CVE](https://nvd.nist.gov/vuln/detail/CVE-2025-30360)
16+
- Updated http-proxy-middleware for [CVE](https://nvd.nist.gov/vuln/detail/CVE-2025-32996)
17+
- Updated esbuild for [CVE](https://github.com/advisories/GHSA-67mh-4wv8-2f99)
18+
919
## [3.3.9] - 2025-06-09
1020

1121
### Security

NOTICE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,20 @@ tempy under the MIT license.
16701670
temp-dir under the MIT license.
16711671
unique-string under the MIT license.
16721672
crypto-random-string under the MIT license.
1673+
@esbuild/netbsd-arm64 under the MIT license.
1674+
is-inside-container under the MIT license.
1675+
default-browser under the MIT license.
1676+
bundle-name under the MIT license.
1677+
run-applescript under the MIT license.
1678+
default-browser-id under the MIT license.
1679+
is-plain-object under the MIT license.
1680+
is-network-error under the MIT license.
1681+
@jsonjoy.com/json-pack under the Apache-2.0 license.
1682+
@jsonjoy.com/base64 under the Apache-2.0 license.
1683+
@jsonjoy.com/util under the Apache-2.0 license.
1684+
hyperdyperid under the MIT license.
1685+
thingies under the Unlicense license.
1686+
tree-dump under the Apache-2.0 license.
16731687

16741688

16751689

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.3.8 # replace with the container image tag if you want to use a different container image
124+
export PUBLIC_ECR_TAG=v3.3.10 # 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.3.9
1+
3.3.10

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,6 +1,6 @@
11
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal
22

3-
RUN dnf update -y && \
3+
RUN dnf upgrade -y && \
44
dnf install -y python3.11 python3.11-pip java-21-amazon-corretto bc procps jq findutils unzip && \
55
dnf clean all
66

solution-manifest.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

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.3.9",
3+
"version": "3.3.10",
44
"description": "REST API micro services",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)