Releases: webdevops/azure-k8s-autopilot
Releases · webdevops/azure-k8s-autopilot
21.11.0
- 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
- 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
- add time based autoscaler downscale lock (allows independend autoscaler downscale lock)
20.10.0
- add wait time after drain …
- fix concurrent map access …
20.8.6
- add node exclude annotation
- add cluster scale-down-disable annotation handling for update/repair (
cluster-autoscaler.kubernetes.io/scale-down-disabled
)
20.8.5
- refactoring
- implement retry on node update if update was interrupted
- do not update on failed nodes
20.8.4
- Ignore other watch events
20.8.3
- 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
- fix reference error (only processing the last node)
20.8.1
- 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