Skip to content

v2.5.0

Compare
Choose a tag to compare
@jthomperoo jthomperoo released this 26 Mar 17:25
· 14 commits to master since this release
8518330

[v2.5.0] - 2022-03-26

Changed

  • Now internally using the Kubernetes Scale API for determining replica count and selectors, removing any direct
    dependencies on the Kubernetes core types when used in conjunction with the Kubernetes unstructured API.
  • Can now install the project by using the go install command since replace directives have been removed.