Releases: atlassian/escalator
v1.8.0
This release fixes two issues with Escalator.
-
An edge case when increasing the minimum cloud provider nodegroup size above the current number of nodes would mean Escalator would skip untainting nodes to reach the desired capacity and instead request new nodes. This has been fixed such that Escalator will first try to untaint required nodes in that rare case.
-
A bug where using
NodeAffinity
to match pods to nodes would ignore the Operator instead of only matching against OperatorIn
as desired. Note: if you currently useNodeAffinity
match selector operators other thanIn
you should update your pod configuration to match the documentation before updating to this version of Escalator.
Changelog
Only match against In
operator for NodeAffinity
match selectors, #160
Untaint nodes when below minimum before requesting new nodes #168
Docker Image
atlassian/escalator:v1.8.0
v1.7.1
This release removes the Maximum Taint Limit of 10 nodes at time. fast_node_removal_rate
described the node group config is now the maximum taint amount.
This release also updates the Golang toolchain to use Go 1.13 and Go modules for dependency management.
Changelog
Builds Escalator from Go v1.13, #163
Removes Maximum Taint Limit of 10 at a time, #162
Docker Image
atlassian/escalator:v1.7.1
v1.7.0
v1.6.2
Changelog
This release only updates escalator container image on docker hub because of docker hub security incident on 25th April 2019.
Docker Image
atlassian/escalator:v1.6.2
v1.6.1
Features
Bug fix for metrics output from scale from 0.
Metrics output a zero value when scaling up from 0
instead of Float64.Max
Docker Image
atlassian/escalator:v1.6.1
v1.6.0
Features
- Add support for node group to scale to/from 0
Docker Image
atlassian/escalator:v1.6.0
v1.5.2
v1.5.1
This release version of escalator now builds with Golang 1.11 instead of 1.10.
This release provides no functionality changes to escalator.
Docker Image
atlassian/escalator:v1.5.1
v1.5.0
This release contains a new configuration option to define the TaintEffect of the taint applied to nodes.
taint_effect
can be applied to each node group.
Usage for this option can be found in the documentation here
Features
taint_effect
nodegroup option.
Docker Image
atlassian/escalator:v1.5.0