Releases: webdevops/azure-k8s-autopilot
Releases · webdevops/azure-k8s-autopilot
24.9.0
- switch to golang 1.23 and update dependencies
- fix leader election stack trace (#11)
- make *_LOCK_DURATION options more clear (#23, thanks to @h4wkmoon)
24.2.0
- fix: remap dry-run config field (#12, thanks to @h4wkmoon)
- update dependencies
- switch to golang 1.22
23.12.1
- reenable lease lock (master election) by default
23.12.0
- switch to golang 1.21
- update dependencies
23.7.0
- update dependencies (includes workload identity support)
- migrate to zap logger
- fix json patch set issue when trying to update k8s nodes
23.3.0
- update dependencies
- switch to golang 1.20
22.10.0
- migrate to new azure-sdk-for-go
- add option to drain with disable eviction if drain fails (#5)
- update dependencies
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