You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,29 @@ All notable changes to this project are documented in this file.
5
5
Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
+
8
15
## [2.1.0] - 2023-09-21
9
16
10
17
### Added
11
18
12
19
- AppRegistry integration to monitor application costs and usage.
13
20
- 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)
16
23
- Pipeline for local development of the solution.
17
24
- Support for deploying this solution in an existing VPC. [169](https://github.com/aws-solutions/workload-discovery-on-aws/issues/169)
18
25
- Support for deploying this solution with Neptune Serverless. [314](https://github.com/aws-solutions/workload-discovery-on-aws/issues/314)
19
26
- 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)
20
27
- Support for more resource types now totalling over 250.
21
28
22
29
### 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).
24
31
25
32
### Fixed
26
33
- 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
43
50
44
51
- Pagination size in discovery process could lead to maximum allowed payload errors [331](https://github.com/awslabs/workload-discovery-on-aws/issues/331)
45
52
- 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
0 commit comments