v0.50.0 - 22 Nov 2024
- vmoperator: add missing
container
labels to the metrics discovered withVMServiceScrape
forendpointslices
discovery role. - vmoperator: bump default version of VictoriaMetrics components to 1.106.1.
- vmoperator: add new variable
VM_VMSERVICESCRAPEDEFAULT_ENFORCEENDPOINTSLICES
to useendpointslices
instead ofendpoints
as discovery role for VMServiceScrape when generate scrape config for VMAgent. - vmoperator: adds new flag
loggerJSONFields
to the operator logger configuration. It allows to change json encoder fields. See this issue for details. - api: adds new status field
observedGeneration
. See this issue for details. - api: unify
updateStatus
field for CRD objects. It replacesstatus
,clusterStatus
andsingleStatus
forVLogs
,VMCluster
andVMSingle
with genericupdateStatus
.