Changes since v0.19.1
Breaking changes
- changes default behavior for CR selectors, such serviceScrapeSelector at vmagent.spec. Now it select all targets if is missing 519e89b See more at docs https://github.com/VictoriaMetrics/operator/blob/master/docs/quick-start.MD#object-selectors
- operator doesn't add cluster domain name for in-cluster communication, now its empty value. It should resolve issue with using operator at clusters with custom k8s domain #354 thanks @flokli
Features
- adds ability to set custom headers to the
VMUser
target ref #360
Fixes
- bearer token at staticScrape #357 thanks @addreas
- path for the backups at vmcluster #349
- possible race condition for the cluster backups, now operator adds storage node name into backup path #349
- secret finalizer deletion for vmagent #343
- probes for vmagent f6de9c5
- alertmanagerConfiguration build for slack #339