Skip to content

Commit ef4c6b1

Browse files
authored
Merge pull request #480 from aws-solutions/v2.1.1
update to v2.1.1
2 parents 52c03be + ceec443 commit ef4c6b1

File tree

33 files changed

+5550
-39721
lines changed

33 files changed

+5550
-39721
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,29 @@ 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.1.1] - 2023-10-24
9+
10+
### Fixed
11+
- Security [vulnerability](https://github.com/babel/babel/security/advisories/GHSA-67hx-6x53-jw92) in `@babel/traverse`.
12+
- Security [vulnerability](https://github.com/advisories/GHSA-wqq4-5wpv-mx2g) in `undici`.
13+
- Security [vulnerability](https://github.com/advisories/GHSA-g4mx-q9vg-27p4) in `urllib3`.
14+
815
## [2.1.0] - 2023-09-21
916

1017
### Added
1118

1219
- AppRegistry integration to monitor application costs and usage.
1320
- Integration with Organizations. Customers can install the solution in a delegated admin account (recommended)
14-
or the management account and the solution will use an organization wide config aggregator to discover resources across
15-
their organization. [1](https://github.com/aws-solutions/workload-discovery-on-aws/issues/1)
21+
or the management account and the solution will use an organization wide config aggregator to discover resources across
22+
their organization. [1](https://github.com/aws-solutions/workload-discovery-on-aws/issues/1)
1623
- Pipeline for local development of the solution.
1724
- Support for deploying this solution in an existing VPC. [169](https://github.com/aws-solutions/workload-discovery-on-aws/issues/169)
1825
- Support for deploying this solution with Neptune Serverless. [314](https://github.com/aws-solutions/workload-discovery-on-aws/issues/314)
1926
- UI now indicates if global resources template has been deployed in target accounts. [367](https://github.com/aws-solutions/workload-discovery-on-aws/issues/367)
2027
- Support for more resource types now totalling over 250.
2128

2229
### Changed
23-
- Migrated from the deprecated awsui frontend framework to [Cloudscape](https://cloudscape.design).
30+
- Migrated from the deprecated awsui frontend framework to [Cloudscape](https://cloudscape.design).
2431

2532
### Fixed
2633
- Export of diagrams to JSON [426](https://github.com/aws-solutions/workload-discovery-on-aws/issues/426)
@@ -43,8 +50,8 @@ their organization. [1](https://github.com/aws-solutions/workload-discovery-on-a
4350

4451
- Pagination size in discovery process could lead to maximum allowed payload errors [331](https://github.com/awslabs/workload-discovery-on-aws/issues/331)
4552
- AWS Config throttling stopped resources not supported by advanced query being discovered [332](https://github.com/awslabs/workload-discovery-on-aws/issues/332)
46-
- Null errors when adding relationships for `AWS::Lambda::Function`, `AWS::ECS::Task`, `AWS::AutoScaling::AutoScalingGroup` and
47-
`AWS::RDS::DBInstance` resource types [333](https://github.com/awslabs/workload-discovery-on-aws/issues/333)
53+
- Null errors when adding relationships for `AWS::Lambda::Function`, `AWS::ECS::Task`, `AWS::AutoScaling::AutoScalingGroup` and
54+
`AWS::RDS::DBInstance` resource types [333](https://github.com/awslabs/workload-discovery-on-aws/issues/333)
4855
- Permission errors when decrypting encrypted lambda functions broke batch lambda relationship discovery [334](https://github.com/awslabs/workload-discovery-on-aws/issues/334)
4956

5057
## [2.0.1] - 2022-11-23

NOTICE.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ Apache 2.0 License
1616
**********************
1717
AWS SDK
1818
boto3
19-
aws-amplify
19+
aws-amplify
2020
typescript
2121
gremlin
2222
crhelper
2323
aws-xray-sdk-core
2424
constructs
2525
amplify-graphql-docs-generator
2626
importlib-resources
27+
license-expression
2728
py-serializable
2829
@aws-amplify/ui-react
2930
@aws-sdk/client-api-gateway
@@ -162,6 +163,7 @@ pyrsistent
162163
**********************
163164
BSD-2-Clause
164165
**********************
166+
boolean.py
165167
currency-symbol-map
166168

167169
**********************

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.1.0)
1+
# Workload Discovery on AWS (v2.1.1)
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.

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ sonar.exclusions=\
1616
deployment/*-assets/**, \
1717
deployment/open-source, \
1818
**/node_modules/**, \
19+
**/dist/**, \
1920
**/package/**, \
2021
**/lambda-layers/**, \
2122
**/coverage/**, \

0 commit comments

Comments
 (0)