Release Notes for Smart Scaler Version 2.1.1
Release Date: 29th November 2023
Smart Scaler solves the problem of runaway costs of Kubernetes clusters that are heavily over-provisioned to compensate for the reactive and time consuming tuning required for vanilla HPA.
We continue to add new features and enhancements to Smart Scaler.
Issues Fixed
- If
GitConfigurations
for individual microservices are empty, the Event Agent now utilizes the globalGitConfigurations
. Previously, individual microservices with emptyGitConfigurations
would result in an error. - If
eventStartTimestamp
andeventEndTimestamp
are set to same value inEventConfig
, it results in an error.eventEndTimestamp
must be later thaneventStartTimestamp
inEventConfig
.