Releases: VictoriaMetrics/operator
Releases · VictoriaMetrics/operator
v0.16.0
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 at0.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 toRemoteWriteSettings
#273
v0.15.2
v0.15.1
v0.15.0
v0.14.2
v0.14.1
v0.14.0
Changes since v0.13.1
Fixes
Features
- improves statefulset rolling update #217
- adds ability to remove vmstorage from cluster routing #218
- adds
inlineRelabelConfig
andinlineUrlRelabelConfig
for vmagent, it allows to define relabeling rules directly at vmagent CR #154 - adds
inlineScrapeConfig
https://github.com/VictoriaMetrics/operator/pull/230/files - adds new RBAC permissions for
vmagent
, it should help to monitoropenshift
cluster correctly #229
v0.13.1
v0.13.0
Changes since v0.12.2
Fixes
- storage resize detection #211 thanks @lujiajing1126
- vmagent rbac role #213 thanks @viperstars
- fixes CRD for kubernetes version less then 1.16 #210
Features
- adds probes customization via CRD #204 thanks @preved911