Skip to content

Releases: webdevops/azure-k8s-autopilot

22.9.0

17 Sep 22:14
Compare
Choose a tag to compare
  • update to golang 1.19
  • update dependencies
  • update build system
  • add Disable Eviction drain option (#7, thanks to @aslafy-z)

22.2.1

14 Feb 22:44
Compare
Choose a tag to compare

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

11 Feb 13:34
Compare
Choose a tag to compare
  • 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

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