Skip to content

Commit 96b4c34

Browse files
authored
Merge pull request #610 from aws-solutions/release/v2.3.5
update to v2.3.5
2 parents c94b0da + a54db85 commit 96b4c34

File tree

35 files changed

+170
-202
lines changed

35 files changed

+170
-202
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project are documented in this file.
55
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.3.3] - 2025-09-02
8+
## [2.3.5] - 2025-10-28
9+
10+
### Fixed
11+
12+
- Security [issue](https://github.com/advisories/GHSA-7mvr-c777-76hp) in `playwright`.
13+
- Security [issue](https://github.com/advisories/GHSA-93m4-6634-74q7) in `vite`.
14+
15+
## [2.3.4] - 2025-09-02
916

1017
### Added
1118

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Workload Discovery on AWS (v2.3.4)
1+
# Workload Discovery on AWS (v2.3.5)
22

33
Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
44
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.

source/backend/discovery/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023-minimal@sha256:b76468bead480cc76add79ba5bd84b58c6d9b460add0b297b36ea9315c569ee4
22

33
RUN dnf install -y shadow-utils
44

5-
RUN curl -fsSL https://rpm.nodesource.com/setup_22.x | bash -
5+
RUN curl -fsSL https://rpm.nodesource.com/setup_24.9.0 | bash -
66

77
RUN dnf install nodejs -y
88

source/backend/discovery/package-lock.json

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

source/backend/discovery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-discovery",
3-
"version": "v2.3.4",
3+
"version": "v2.3.5",
44
"description": "This contains the code that forms the discovery process for AWS Perspective.",
55
"main": "index.mjs",
66
"type": "module",

source/backend/functions/account-import-templates-api/package-lock.json

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

source/backend/functions/account-import-templates-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-import-templates",
3-
"version": "v2.3.4",
3+
"version": "v2.3.5",
44
"description": "Lambda function that serves cfn templates for account and region importing",
55
"main": "index.mjs",
66
"type": "module",

source/backend/functions/application-monitoring/package-lock.json

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

source/backend/functions/application-monitoring/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wd-search-api",
3-
"version": "v2.3.4",
3+
"version": "v2.3.5",
44
"description": "The lambda function that queries health status of WD solution",
55
"main": "src/index.mjs",
66
"type": "module",

source/backend/functions/cost-parser/package-lock.json

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

0 commit comments

Comments
 (0)