Skip to content

Releases: webdevops/azure-k8s-autopilot

21.11.0

22 Nov 19:00
Compare
Choose a tag to compare
  • switch to golang 1.17
  • update dependencies
  • kubectl v1.22 (env var DRAIN_DELETE_LOCAL_DATA replaced by DRAIN_DELETE_EMPTYDIR_DATA, same for option flag)
  • implement future wait for repair actions (repair action will wait until they are completed)

20.11.0

15 Nov 20:23
Compare
Choose a tag to compare
  • update golang dependencies
  • image now build by GitHub actions and pushed to Docker Hub and Quay
  • switch to multi arch build (amd64 & arm64)

20.10.1

14 Oct 20:33
Compare
Choose a tag to compare
  • add time based autoscaler downscale lock (allows independend autoscaler downscale lock)

20.10.0

13 Oct 07:04
Compare
Choose a tag to compare
  • add wait time after drain …
  • fix concurrent map access …

20.8.6

27 Aug 19:20
Compare
Choose a tag to compare
  • add node exclude annotation
  • add cluster scale-down-disable annotation handling for update/repair (cluster-autoscaler.kubernetes.io/scale-down-disabled)

20.8.5

23 Aug 18:33
Compare
Choose a tag to compare
  • refactoring
  • implement retry on node update if update was interrupted
  • do not update on failed nodes

20.8.4

15 Aug 13:20
Compare
Choose a tag to compare
  • Ignore other watch events

20.8.3

15 Aug 12:02
Compare
Choose a tag to compare
  • switch to golang 1.15
  • update golangci-lint to 1.130.0
  • move lease settings to own category (changed options/env vars!)
  • add missing node label selector to node watch
  • Improve cached dependency fetching in Dockerfile

20.8.2

11 Aug 19:38
Compare
Choose a tag to compare
  • fix reference error (only processing the last node)

20.8.1

11 Aug 18:47
Compare
Choose a tag to compare
  • Do not drain before vmss provision status check
  • Switch node list to watch (was node list api call before)
  • refactoring
  • do not output notification configuration (can contain secrets)
  • improve shutdown