Skip to content

Commit ef4295e

Browse files
authored
Merge pull request #38 from aws-solutions/release/v2.5.1
Updated to version v2.5.1
2 parents edc9bc9 + 5406353 commit ef4295e

25 files changed

+244
-3255
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: 3 additions & 3 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",
@@ -217,7 +217,7 @@ Resources:
217217
- !Ref AWS::Region
218218
- !Ref HubAccountId
219219
AttributeGroup: !GetAtt DefaultApplicationAttributes.Id
220-
220+
221221
ApplicationInsightsConfiguration:
222222
Type: AWS::ApplicationInsights::Application
223223
Properties:
@@ -232,7 +232,7 @@ Resources:
232232
Tags:
233233
- Key: !FindInMap [Solution, Data, "TagKey"]
234234
Value: !Ref "AWS::StackName"
235-
235+
236236
Outputs:
237237
SolutionID:
238238
Value: !FindInMap ["Solution", "Data", "ID"]

deployment/workspaces-cost-optimizer.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ Resources:
10821082
Properties:
10831083
Application: !GetAtt Application.Id
10841084
AttributeGroup: !GetAtt DefaultApplicationAttributes.Id
1085-
1085+
10861086
ApplicationInsightsConfiguration:
10871087
Type: AWS::ApplicationInsights::Application
10881088
DependsOn:
@@ -1103,7 +1103,6 @@ Resources:
11031103
Value: !Ref "AWS::StackName"
11041104

11051105

1106-
11071106
# External Resources [end]
11081107

11091108
Outputs:

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)