Next release #
- TODO
0.2.6 #
Release date: 01 Jun 2026
- bump common chart version 0.3.7 -> 0.3.8
0.2.5 #
Release date: 01 Jun 2026
- fixed
HTTPRoutebackend template rendering where theportfield was incorrectly joined onto the same line asname. - fixed rendering failure when an http list entry does not have the
primaryfield set. - bump common chart version 0.3.5 -> 0.3.7
0.2.4 #
Release date: 01 Jun 2026
- bump version of VictoriaTraces components to v0.9.1
0.2.3 #
Release date: 30 May 2026
- bump common chart version 0.3.4 -> 0.3.5
0.2.2 #
Release date: 30 May 2026
- bump common chart version 0.3.2 -> 0.3.4
0.2.1 #
Release date: 28 May 2026
- fix invalid YAML rendered by
templates/route.yamlwhen route is enabled onvtinsert/vtselect/vtstorage/vmauth. See #2939 .
0.2.0 #
Release date: 28 May 2026
Update note 1: .Values.<component>.extraArgs.httpListenAddr was replaced by .Values.<component>.http array of HTTP listen address configuration, where <component> is one of vtinsert, vtselect, vtstorage, vmauth. See
HTTP listen address
for details.
- added
.Values.<component>.httplist of objects, where each item configures an HTTP listen address with optional TLS settings. Items are used for Pod ports, command line arguments and Service port generation. Item withprimary: trueonvtstorageis used for storageNode address resolution. Has higher priority thanextraArgs. - add ability to override container command.
0.1.3 #
Release date: 20 May 2026
- bump version of VictoriaTraces components to v0.9.0
0.1.2 #
Release date: 18 May 2026
- fixed
HTTPRoutebackend template rendering where theportfield was incorrectly joined onto the same line asname. - fixed rendering failure when an http list entry does not have the
primaryfield set.
0.1.1 #
Release date: 30 Apr 2026
- properly render topologySpreadConstraints for vlinsert pods. See #2861 .
0.1.0 #
Release date: 30 Apr 2026
Update node 1: due to change in label name pods will be restarted.
- added
app.kubernetes.io/componentwith value from customapplabel. See #2785 . - fix: rename
route.labelstoroute.extraLabelsin values.yaml to match the route template - support volumeAttributesClassName PVC attribute. See #2782 .
- properly render topologySpreadConstraints for vminsert pods. See #2861 .
0.0.7 #
Release date: 17 Mar 2026
- support vertical pod autoscaler
- bump version of VictoriaTraces components to v0.8.0
- support unhealthyPodEvictionPolicy for PodDisruptionBudget. See #2747 .
- expose otlp ports when otlpGRPCListenAddr extra arg for vtinsert is set. See #2761 .
0.0.6 #
Release date: 21 Jan 2026
- bump version of VictoriaTraces components to v0.7.0
0.0.5 #
Release date: 07 Jan 2026
- bump version of VictoriaTraces components to v0.6.0
0.0.4 #
Release date: 23 Dec 2025
- bump operator chart version 0.0.42 -> 0.0.46
- add support of k8s service traffic distribution. See #2580 .
- bump version of VictoriaTraces components to v0.5.1
0.0.3 #
Release date: 08 Nov 2025
- support HTTPRoute for chart components, where ingress is available. See #2492 .
0.0.2 #
Release date: 14 Oct 2025
- replaced .Values.vtstorage.persistentVolume.labels with .Values.vtstorage.persistentVolume.extraLabels
- bump version of VictoriaTraces components to v0.4.0
0.0.1 #
Release date: 16 Sep 2025
- add victoria-traces-cluster chart