Skip to content

Releases: webdevops/azure-k8s-autopilot

24.2.0

17 Feb 13:01
8ec4deb
Compare
Choose a tag to compare
  • fix: remap dry-run config field (#12, thanks to @h4wkmoon)
  • update dependencies
  • switch to golang 1.22

23.12.1

18 Dec 20:44
Compare
Choose a tag to compare
  • reenable lease lock (master election) by default

23.12.0

18 Dec 20:32
Compare
Choose a tag to compare
  • switch to golang 1.21
  • update dependencies

23.7.0

02 Jul 22:03
Compare
Choose a tag to compare
  • update dependencies (includes workload identity support)
  • migrate to zap logger
  • fix json patch set issue when trying to update k8s nodes

23.3.0

12 Mar 23:27
Compare
Choose a tag to compare
  • update dependencies
  • switch to golang 1.20

22.10.0

02 Oct 19:16
Compare
Choose a tag to compare
  • migrate to new azure-sdk-for-go
  • add option to drain with disable eviction if drain fails (#5)
  • update dependencies

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)