Skip to content

v0.16.0

Compare
Choose a tag to compare
@f41gh7 f41gh7 released this 11 Jul 17:33
· 1019 commits to master since this release
bef1d77

Changes since v0.15.2

Features

  • Adds experimental config-reloader implementation, it should help mitigate long configuration sync. It can be enabled with envvar VM_USECUSTOMCONFIGRELOADER=true #124
  • Reduces load on kubernetes apiserver for VMPodScrape resources #267 thanks @fatsheep9146
  • Adds /debug/pprof handler at 0.0.0.0:8435 http server.

Fixes

  • Fixes Tls ingress for VMAuth #270
  • Fixes endless loop for service account reconciliation #277
  • Fixes VMAlertmanager update process #271
  • Fixes ownership for ArgoCD based deployments - #255
  • Fixes doc typos #269 thanks @zasdaym

Breaking Changes

  • Changes VMAgent RemoteWriteSpec - some options were moved to RemoteWriteSettings #273