Releases: VictoriaMetrics/operator
Releases · VictoriaMetrics/operator
v0.12.2
v0.12.1
Changes since v0.12.0
Fixes
- removes liveness probe from vmstorage and
VMSingle
VictoriaMetrics/VictoriaMetrics#1158 - fixes update process for
VMCluster
andVMAlertmanager
v0.12.0
Changes since v0.11.0
Features
- Adds scraping sharding for
VMAgent
#177 - Adds pvc resizing for
VMCluster
andVMAletermanager
, it also allows to change storage params #161 - Adds
PodDisruptionBudget
forVMAgent
,VMCluster
,VMAlert
andVMAlertmanager
#191 Thanks @umezawatakeshi - Simplifies
topologySpreadConstraints
configuration #191, thanks @umezawatakeshi
Fixes
- Fixes
VMAlert
rule
arg - it was unproperly escaped 870f258 - Fixes
VMProbes
, now it supports relabeling for static targets b4db7d5 - Fixes
VMStaticScrape
- addshonorLabels
andhonorTimestamps
setting to CRD
Breaking changes
- operator automatically resizes
PVC
and recreatesStatefulSet
forVMCluster
components if needed, be careful with upgrade, if you are manually editedPVC
size. In common cases, it must be safe.
v0.11.0
v0.10.0
Changes since v0.9.1
Features
- Added finalizers to objects created by operator. It must fix an issue with resource deletion by controller manager. Note, it requires additional rbac access. #159 #189
- Added new resouce for static targets scrapping -
VMStaticScrape
#155 - Added
unlimited
param for default resources - #181 - Added clusterVersion spec to
VMCluster
it should simplify management #176
Fixes
- fixes bug with incorrect object reconciliation - labelMatch heuristic was broken.
- fixes race condition on vmagent reconciliation.
- fixes
VMAlertmanager
version parse #179 thanks @morimoto-cybozu - other little improvements.