Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

68 lines (48 loc) · 2.7 KB

Version 1.8.8 (Tue Mar 28 2023 Zihong Zheng [email protected])

  • Support custom priorityClassName in the helm chart.
  • Update go dependencies.
  • Version tag now comes with the v prefix (v1.8.8) to be consistent with the other k8s repos.

Version 1.8.7 (Thu Jan 26 2023 Zihong Zheng [email protected])

  • Bump go version to resolve Golang CVEs.

Version 1.8.6 (Mon Aug 15 2022 Zihong Zheng [email protected])

  • Use docker buildx for multi-arch image.

Version 1.8.5 (Wed Aug 14 2021 Zihong Zheng [email protected])

  • Change minimum replicas to zero in laddermode.

Version 1.8.4 (Thu June 29 2021 Zihong Zheng [email protected])

  • Remove USER in Dockerfile.

Version 1.8.3 (Fri Aug 14 2020 Zihong Zheng [email protected])

  • Fix the architecture metadata in the multi-arch imagee.

Version 1.8.2 (Mon Aug 03 2020 Zihong Zheng [email protected])

  • Create a multiarch image.

Version 1.8.1 (Fri June 12 2020 Zihong Zheng [email protected])

  • fix core calculate.

Version 1.8.0 (Thu May 21 2020 Zihong Zheng [email protected])

  • Allow ladder to support setting replicas to 0.
  • Add simple healthz.
  • use node.Status.Allocatable when calculate cores.
  • Add includeUnschedulableNodes option

Version 1.7.1 (Tue Aug 27 2019 Zihong Zheng [email protected])

  • Fix a bug that controller is blocked by reflector.Run().

Version 1.7.0 (Sat Aug 17 2019 Zihong Zheng [email protected])

Version 1.6.0 (Thu May 02 2019 Zihong Zheng [email protected])

  • Rebase base image to distroless.

Version 1.5.0 (Fri Mar 29 2019 Zihong Zheng [email protected])

  • Add support to filter nodes by node labels.

Version 1.4.0 (Tue Jan 29 2019 Zihong Zheng [email protected])

  • Add support for scaling via apps/v1 and v1 APIs.

Version 1.3.0 (Tue Oct 02 2018 Zihong Zheng [email protected])

  • Rebase docker image on scratch..

Version 1.2.0 (Wed July 11 2018 Zihong Zheng [email protected])

  • Watch nodes instead of periodic polls.

Version 1.1.2-r2 (Mon June 12 2017 Zihong Zheng [email protected])

  • Update base image and rebuild.

Version 1.1.2 (Thu June 1 2017 Zihong Zheng [email protected])

  • Update client-go to 3.0 beta.

Version 1.1.1 (Thu February 23 2017 Zihong Zheng [email protected])

  • Use protobufs for communication with apiserver.

Version 1.1.0 (Wed February 22 2017 Zihong Zheng [email protected])

  • Adds 'preventSinglePointFailure' option to linear controller and supports switching control mode on-the-fly.

Version 1.0.0 (Mon November 7 2016 Zihong Zheng [email protected])

  • Releases autoscaler 1.0.0 with linear controller and default params support.