Releases: VictoriaMetrics/operator
Releases · VictoriaMetrics/operator
v0.18.0
Changes since v0.17.2
Features
- Adds OAuth2 configuration for
VMagent
s remoteWrites and scrape endpoints - Adds
TLSConfig
forVMProbes
- Major API update for
VMServiceScrape
,VMPodScrape
,VMProbe
,VMStaticScrape
andVMNodeScrape
:- adds missing config params (sampleLimit and etc)
- Adds new config options
vm_scrape_params
#303 - Adds proxyAuth, that allows to authenticate proxy requests https://docs.victoriametrics.com/vmagent.html#scraping-targets-via-a-proxy
- Adds OAuth2 support.
- Adds
apiextensions.k8s.io/v1
CRD
generation,v1beta1
is now legacy #291 - Adds new
CRD
VMAlertmanagerConfig
, it supports only v0.22alertmanager
version or above #188 - Makes
spec.selector
optional forVMPodScrape
andVMServiceScrape
#307 - Bumps alpine image for
3.14.1
- it should fixes security issues. - Adds more unit tests and fixes some bugs
Fixes
- Fixes bug for incorrect finalizer remove #302
Deprecations
- Deprecates
apiextensions.k8s.io/v1beta1
API for CRD. Its still available at legacy mode.
v0.17.2
v0.17.1
v0.17.0
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