-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# What's new in the Compute Optimizer Dashboard (COD) | ||
|
||
|
||
## Compute Optimizer Dashboard - v2.0.0 | ||
* Added support of Tags. Currently dashboard use 2 tags (primary and secondary). You can specify on install or update. Values of these tags can be used in filters. | ||
* Added finding history, showing all availabe findings for a particualr resource over time. | ||
* Added AccountId and BU filters. | ||
|
||
**Important:** Update to this version requires cid-cmd v0.2.18. | ||
|
||
``` | ||
pip3 install --upgrade cid-cmd | ||
cid-cmd update --dashboards-id compute-optimizer-dashboard --force --recursive --on-drift override | ||
``` | ||
|
||
## Compute Optimizer Dashboard - v1.0 | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
__version__ = '0.2.17' | ||
__version__ = '0.2.18' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters