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
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,21 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
-
3
+
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.7.0] - 2024-07
8
+
### Added
9
+
- Workspace performance metrics
10
+
- DynamoDB tables for workspace data and for individual user sessions
11
+
- Auto-updating container image for most recent patches up to next minor release
12
+
- Private subnets for Fargate container
13
+
- Powertools logging
14
+
- Operational insights CloudWatch dashboard
15
+
- Support for G4DN workspaces
16
+
### Fixed
17
+
- sts token expired after one hour
18
+
7
19
## [2.6.6] - 2024-07
8
20
### Fixed
9
21
- Updated the base python image in the Dockerfile used to mitigate [CVE-2023-50387](https://security-tracker.debian.org/tracker/CVE-2023-50387), [CVE-2023-5678](https://security-tracker.debian.org/tracker/CVE-2023-5678), [CVE-2024-0727](https://security-tracker.debian.org/tracker/CVE-2024-0727), [CVE-2023-6129](https://security-tracker.debian.org/tracker/CVE-2023-6129) and several low severity vulnerabilities
@@ -42,7 +54,7 @@
42
54
### Fixed
43
55
- Changed the Object Ownership for logging bucket from 'Object writer' to 'Bucket owner enforced' to mitigate the impact caused by new S3 default settings.
44
56
- Updated S3 bucket policy to support access logging.
45
-
57
+
46
58
## [2.6.1] - 2023-04
47
59
### Added
48
60
- Added support to block customer misconfiguration for 'Terminate Unused Workspaces' feature. The feature will terminate workspaces only on the last day of the month to avoid accidental termination due to misconfiguration.
@@ -67,36 +79,34 @@
67
79
68
80
## [2.4.1] - 2021-10
69
81
- Fixed the bug to get all the workspaces in a directory
70
-
82
+
71
83
## [2.4] - 2021-09
72
84
### Fixed
73
85
- Fixed the bug to correctly calculate billable hours if user disconnects workspace within autostop timeout
74
-
86
+
75
87
### Added
76
88
- Feature to terminate unused workspaces
77
89
- Generate aggregated reports
78
90
- Feature to specify AWS Regions to monitor
79
91
- Support for Gov cloud partition
80
-
92
+
81
93
## [2.3] - 2021-06
82
94
### Fixed
83
95
- Fixed the bug to catch InvalidResourceException during the modify_workspace API Call
84
96
- Fixed the bug to catch the Timeout error when sending solution metrics
85
-
97
+
86
98
### Added
87
99
- Feature to support using existing VPC for ECS task
88
100
- Calculate ADMIN_MAINTENANCE hours and add it to final billable hours
89
101
- Added new columns to the daily report
90
-
- Improved the accuracy to calculate billable hours
91
-
102
+
- Improved the accuracy to calculate billable hours
103
+
92
104
## [2.2.1] - 2020-04-22
93
105
### Fixed
94
106
- Removed the the api call for describe_workspace_bundles to address the throttling issue
95
107
- Changed the metric to calculate billable hours from "Stopped" to "UserConnected"
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
# Contributing Guidelines
2
2
3
-
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional
3
+
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional
4
4
documentation, we greatly value feedback and contributions from our community.
5
5
6
-
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
6
+
Please read through this document before submitting any issues or pull requests to ensure we have all the necessary
7
7
information to effectively respond to your bug report or contribution.
8
8
9
9
10
10
## Reporting Bugs/Feature Requests
11
11
12
12
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
13
13
14
-
When filing an issue, please check [existing open](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/issues), or [recently closed](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14
+
When filing an issue, please check [existing open](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/issues), or [recently closed](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
15
15
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
16
16
17
17
* A reproducible test case or series of steps
@@ -36,17 +36,17 @@ To send us a pull request, please:
36
36
5. Send us a pull request, answering any default questions in the pull request interface.
37
37
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
38
38
39
-
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
39
+
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
40
40
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
41
41
42
42
43
43
## Finding contributions to work on
44
-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/labels/help%20wanted) issues is a great place to start.
44
+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-solutions/cost-optimizer-for-amazon-workspaces/labels/help%20wanted) issues is a great place to start.
45
45
46
46
47
47
## Code of Conduct
48
-
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
49
-
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
48
+
This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
49
+
For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
0 commit comments