Skip to content

Commit 07c3076

Browse files
committed
Updated to version v2.5.1
1 parent edc9bc9 commit 07c3076

25 files changed

+241
-3286
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [2.5.1] - 2023-01
9+
### Fixed
10+
- Fixed vulnerabilities py [CVE-2022-42969](https://nvd.nist.gov/vuln/detail/CVE-2022-42969), pytest, requests, certifi [CVE-2022-23491](https://nvd.nist.gov/vuln/detail/CVE-2022-23491)
11+
812
## [2.5] - 2022-08
913
### Added
1014
- Added support for AWS Organizations

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**[🚀 Solution Landing Page](https://aws.amazon.com/solutions/implementations/amazon-workspaces-cost-optimizer/)** | **[🚧 Feature request](https://github.com/awslabs/<insert-solution-repo-name>/issues/new?assignees=&labels=feature-request%2C+enhancement&template=feature_request.md&title=)** | **[🐛 Bug Report](https://github.com/awslabs/<insert-solution-repo-name>/issues/new?assignees=&labels=bug%2C+triage&template=bug_report.md&title=)**
22

3-
Note: If you want to use the solution without building from source, navigate to Solution Landing Page
3+
Note: If you want to use the solution without building from source, navigate to Solution Landing Page.
44

55
## Table of contents
66

deployment/workspaces-cost-optimizer-spoke.template

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Resources:
194194
DefaultApplicationAttributes:
195195
Type: AWS::ServiceCatalogAppRegistry::AttributeGroup
196196
Properties:
197-
Name: !Ref "AWS::StackName"
197+
Name: !Sub '${AWS::Region}-${AWS::StackName}'
198198
Description: Metadata describing the AWS solution being run
199199
Attributes:
200200
{ "ApplicationType" : "WebService",
@@ -218,21 +218,6 @@ Resources:
218218
- !Ref HubAccountId
219219
AttributeGroup: !GetAtt DefaultApplicationAttributes.Id
220220

221-
ApplicationInsightsConfiguration:
222-
Type: AWS::ApplicationInsights::Application
223-
Properties:
224-
ResourceGroupName:
225-
!Join
226-
- "-"
227-
- - AWS_CloudFormation_Stack
228-
- Ref: AWS::StackName
229-
AutoConfigurationEnabled: true
230-
CWEMonitorEnabled: true
231-
OpsCenterEnabled: true
232-
Tags:
233-
- Key: !FindInMap [Solution, Data, "TagKey"]
234-
Value: !Ref "AWS::StackName"
235-
236221
Outputs:
237222
SolutionID:
238223
Value: !FindInMap ["Solution", "Data", "ID"]

deployment/workspaces-cost-optimizer.template

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,26 +1082,6 @@ Resources:
10821082
Properties:
10831083
Application: !GetAtt Application.Id
10841084
AttributeGroup: !GetAtt DefaultApplicationAttributes.Id
1085-
1086-
ApplicationInsightsConfiguration:
1087-
Type: AWS::ApplicationInsights::Application
1088-
DependsOn:
1089-
- Application
1090-
Properties:
1091-
ResourceGroupName:
1092-
!Join
1093-
- "-"
1094-
- - AWS_AppRegistry_Application
1095-
- !FindInMap [Solution, Data, "AppRegistryApplicationName"]
1096-
- !Ref AWS::Region
1097-
- !Ref AWS::AccountId
1098-
AutoConfigurationEnabled: true
1099-
CWEMonitorEnabled: true
1100-
OpsCenterEnabled: true
1101-
Tags:
1102-
- Key: !FindInMap [Solution, Data, "TagKey"]
1103-
Value: !Ref "AWS::StackName"
1104-
11051085

11061086

11071087
# External Resources [end]

source/ecs/__init__.py

Whitespace-only changes.

source/ecs/directory_reader.py

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

source/ecs/metrics_helper.py

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

source/ecs/utils/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)