Skip to content

Commit

Permalink
update description and changelog details
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Zuniga authored and Jose Zuniga committed Dec 9, 2024
1 parent 4ade94d commit 6d7817d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions cost/kubecost/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

## v0.3.3

- Updated from /model/savings/clusterSizing to /model/savings/clusterSizingETL.
- Created new functions to handle the modified response format from the updated endpoint.
- Modified functionality to generate incident correctly based on the new response structure.
- New Parameters:
- param_allow_shared_core: Specifies whether shared cores should be considered in the cluster sizing calculation.
- param_include_overhead: Ensures overhead costs are correctly included in the cost calculations.
- Updated API endpoints for cluster Sizing.
- Added new parameters `param_allow_shared_core`, `param_include_overhead`:
- Added param_allow_shared_core to include shared cores in the cluster sizing calculation.
- Added param_include_overhead to ensure overhead costs are included in the cost calculations.

## v0.3.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ parameter "param_include_overhead" do
category "Include overhead"
label "Include overhead"
allowed_values "true", "false"
description "Whether to include resources for operating and maintaining the Kubernetes environment, in addition to those used by applications and containers."
description "Enabling this option lets Kubecost track the resources used by both your applications and the Kubernetes infrastructure."
end

parameter "param_min_nodes" do
Expand Down

0 comments on commit 6d7817d

Please sign in to comment.