Skip to content

Commit

Permalink
Merge pull request #535 from aws-solutions/release/v2.1.11
Browse files Browse the repository at this point in the history
update to v2.1.11
  • Loading branch information
svozza authored Jul 23, 2024
2 parents 417ec26 + 8413952 commit 3827a29
Show file tree
Hide file tree
Showing 25 changed files with 47 additions and 35 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.11] - 2024-7-23

### Changed

- Use Amazon Linux 2023 as the base image for the discovery process Docker container

## [2.1.10] - 2024-7-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Workload Discovery on AWS (v2.1.10)
# Workload Discovery on AWS (v2.1.11)

Workload Discovery on AWS is a tool that quickly visualizes AWS Cloud workloads as architecture diagrams.
You can use the solution to build, customize, and share detailed workload visualizations based on live data from AWS.
Expand Down
8 changes: 7 additions & 1 deletion source/backend/discovery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
FROM public.ecr.aws/docker/library/node:20
FROM public.ecr.aws/amazonlinux/amazonlinux:2023

RUN dnf install -y shadow-utils

RUN curl -fsSL https://rpm.nodesource.com/setup_20.x | bash -

RUN dnf install nodejs -y

RUN groupadd -r discovery && useradd -r -g discovery discovery

Expand Down
4 changes: 2 additions & 2 deletions source/backend/discovery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-discovery",
"version": "2.1.10",
"version": "2.1.11",
"description": "This contains the code that forms the discovery process for AWS Perspective.",
"main": "index.js",
"scripts": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-import-templates",
"version": "2.1.10",
"version": "2.1.11",
"description": "Lambda function that serves cfn templates for account and region importing",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/cost-parser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/cost-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cost",
"version": "2.1.10",
"version": "2.1.11",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/cur-notification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/cur-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cur-notification",
"version": "2.1.10",
"version": "2.1.11",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/cur-setup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/cur-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-cur-setup",
"version": "2.1.10",
"version": "2.1.11",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/graph-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/graph-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-graph-api",
"version": "2.1.10",
"version": "2.1.11",
"description": "The lambda function that queries the Neptune database",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/metrics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metrics",
"version": "2.1.10",
"version": "2.1.11",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/opensearch-setup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/opensearch-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-setup",
"version": "2.1.10",
"version": "2.1.11",
"description": "Custom resource that creates index in OpenSearch.",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/search-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/search-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-search-api",
"version": "2.1.10",
"version": "2.1.11",
"description": "The lambda function that queries the OpenSearch database",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/backend/functions/settings/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/backend/functions/settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wd-settings",
"version": "2.1.10",
"version": "2.1.11",
"description": "Lambda function that stores WD configuration data in DynamoDB",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workload-discovery-ui",
"version": "2.1.10",
"version": "2.1.11",
"private": true,
"description": "UI code for the Workload Discovery solution",
"author": {
Expand Down

0 comments on commit 3827a29

Please sign in to comment.