Skip to content

v2.9.0

Choose a tag to compare

@jthomperoo jthomperoo released this 23 Dec 14:54
· 11 commits to master since this release
b339b5e

[v2.9.0] - 2023-12-23

Changed

  • Switched from performing UPDATE using the K8s API to using PATCH, avoids race condition if resource is modified
    while calculating the target number of replicas. (#187)