Agent version 2.8.0
Added
-
Easy troubleshooting
You can now do a health check and get troubleshooting info (for example, if the Agent doesn’t install as expected) more easily by running:helm test stormforge-agent -n stormforge-system --logs -
UI: Add Cluster button now available on the Clusters page; improved cluster management workflow
You can now add clusters via the Optimize Live UI: In the left navigation, click Clusters, and on the Clusters page, click Add Cluster.Note: If you’re using the Optimize Live free trial license and want to add another cluster, click Add Cluster and on the next page that’s shown, click Add a cluster to my trial.
-
Annotations: Support for additional case types (optimization goals and policies only)
UpperCamelCase values align with Kubernetes conventions, but you also can use lowercase values.-
Valid values for the
live.stormforge.io/cpu.optimization-goalandlive.stormforge.io/memory.optimization-goalannotations:"Balanced"(default),"balanced","Reliability","reliability","Savings","savings" -
Valid values for the
live.stormforge.io/containers.cpu.optimization-policyandlive.stormforge.io/containers.memory.optimization-policyannotations:"RequestsAndLimits"(default),"requestsandlimits","RequestsOnly","requestsonly","DoNotOptimize","donotoptimize"
-
Changed
-
Helm parameter: Use
debuginstead ofworkload.debug
To enable or disable debug mode, use the--set debug=<VALUE>(trueorfalse) Helm argument. We have deprecatedworkload.debug. -
Helm
lookupfunction removed from workload initialization
We changed the workload initialization routine to ensure compliance with AWS EKS scans.
Fixed
- The namespace-level
auto-deploy=trueannotation now has precedence
This release fixes a bug that prevented the namespace-levellive.stormforge.io/auto-deploy=falseannotation from overriding the cluster-defaults ConfigMaplive.stormforge.io/auto-deploy=trueannotation.
Deprecated
- We deprecated the Helm
workload.debugparameter. Use--set debug=trueor--set debug=falseinstead.
Security
- To address CVE-2023-44487, we updated the Golang
net/httppackage versions.