Releases: webdevops/azure-k8s-autopilot
Releases · webdevops/azure-k8s-autopilot
22.9.0
- update to golang 1.19
- update dependencies
- update build system
- add Disable Eviction drain option (#7, thanks to @aslafy-z)
22.2.1
BREAKING CHANGES
- changed azuretracing metrics
- renamed
endpoint
to apiEndpoint
to avoid prometheus-operator label clash
- fix not working autoreset for azuretracing
- add
tenantID
- includes the regression fix
22.2.0
- implement azuretracing metrics
- add
azurerm_api_ratelimit
metric on /metrics
endpoint
- add
azurerm_api_request*
metrics on /metrics
endpoint
- using alpine as build system and strip debug symbols (smaller container image)
- update kubeclient to v1.23
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