title: CHANGELOG menu: docs: weight: 1 identifier: helm-victorialogs-agent-changelog parent: helm-victorialogs-agent url: /helm/victorialogs-agent/changelog aliases:

  • /helm/victorialogs-agent/changelog/index.html tags:
  • logs
  • kubernetes

Next release #

  • TODO

0.2.5 #

Release date: 03 Jun 2026

Helm: v3 AppVersion: v1.50.0

  • serviceMonitor port now defaults to the primary http list item name; added explicit port field to override it without using targetPort.

0.2.4 #

Release date: 01 Jun 2026

Helm: v3 AppVersion: v1.50.0

  • bump common chart version 0.3.7 -> 0.3.8

0.2.3 #

Release date: 01 Jun 2026

Helm: v3 AppVersion: v1.50.0

  • fixed rendering failure when an http list entry does not have the primary field set.
  • fixed syslog args rendering: boolean false values (e.g. tls: false, useLocalTimestamp: false) are now correctly included; absent boolean fields are gap-filled with false instead of empty string.
  • bump common chart version 0.3.5 -> 0.3.7

0.2.2 #

Release date: 30 May 2026

Helm: v3 AppVersion: v1.50.0

  • bump common chart version 0.3.4 -> 0.3.5

0.2.1 #

Release date: 30 May 2026

Helm: v3 AppVersion: v1.50.0

  • bump common chart version 0.3.2 -> 0.3.4

0.2.0 #

Release date: 28 May 2026

Helm: v3 AppVersion: v1.50.0

Update note 1: .Values.extraArgs.httpListenAddr was replaced by .Values.http array of HTTP listen address configuration. See HTTP listen address for details.

Update note 2: .Values.extraArgs["syslog.listenAddr.tcp"] and .Values.extraArgs["syslog.listenAddr.udp"] were replaced by .Values.syslog.tcp and .Values.syslog.udp arrays of syslog listen address configuration. See Syslog for details.

  • added .Values.http list 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. Has higher priority than extraArgs.
  • support .Values.syslog.tcp and .Values.syslog.udp lists for configuring syslog TCP/UDP listen addresses with optional TLS settings. Has higher priority than extraArgs.

0.1.3 #

Release date: 21 May 2026

Helm: v3 AppVersion: v1.50.0

  • Added ability to pass extra Service ports using service.extraPorts. See #2922

0.1.2 #

Release date: 30 Apr 2026

Helm: v3 AppVersion: v1.50.0

  • fixed rendering of .Values.topologySpreadConstraints in the pod spec.

0.1.1 #

Release date: 20 Apr 2026

Helm: v3 AppVersion: v1.50.0

  • fixed selector for scrape objects. See #2827 .

0.1.0 #

Release date: 16 Apr 2026

Helm: v3 AppVersion: v1.50.0

  • revert change in Deployment’s matchLabels, that was introduced in release 0.0.16

0.0.16 #

Release date: 14 Apr 2026

Helm: v3 AppVersion: v1.50.0

Known issue: this release contains changes in StatefulSet matchLabels, which requires StatefulSet recreation. Skip this release to avoid disruption.

  • replace custom app label with app.kubernetes.io/component. See #2785 .
  • bump vlagent version to v1.50.0 .

0.0.15 #

Release date: 03 Apr 2026

Helm: v3 AppVersion: v1.49.0

  • bump vlagent version to v1.49.0 .
  • support volumeAttributesClassName PVC attribute. See #2782 .

0.0.14 #

Release date: 22 Mar 2026

Helm: v3 AppVersion: v1.48.0

  • URL with format=jsonline no longer incorrectly routes to /insert/native

0.0.13 #

Release date: 11 Mar 2026

Helm: v3 AppVersion: v1.48.0

0.0.12 #

Release date: 25 Feb 2026

Helm: v3 AppVersion: v1.47.0

0.0.11 #

Release date: 23 Feb 2026

Helm: v3 AppVersion: v1.46.0

  • bump vlagent version to v1.46.0 .
  • support vertical pod autoscaler

0.0.10 #

Release date: 05 Feb 2026

Helm: v3 AppVersion: v1.45.0

0.0.9 #

Release date: 29 Jan 2026

Helm: v3 AppVersion: v1.44.0

  • add an ability to configure number of replicas

0.0.8 #

Release date: 27 Jan 2026

Helm: v3 AppVersion: v1.44.0

0.0.7 #

Release date: 12 Jan 2026

Helm: v3 AppVersion: v1.43.1

  • add service and container ports, when syslog.listenAddr.tcp or syslog.listenAddr.udp flags are defined.

0.0.6 #

Release date: 12 Jan 2026

Helm: v3 AppVersion: v1.43.1

  • support extraArgs parameter for additional command line arguments

0.0.5 #

Release date: 10 Jan 2026

Helm: v3 AppVersion: v1.43.1

  • add ability to configure license for VictoriaLogs enterprise. See #2649 .

0.0.4 #

Release date: 03 Jan 2026

Helm: v3 AppVersion: v1.43.1

  • add extraObjects support
  • add HorizontalPodAutoscaler support
  • add ServiceMonitor support

0.0.3 #

Release date: 26 Dec 2025

Helm: v3 AppVersion: v1.43.1

0.0.2 #

Release date: 26 Dec 2025

Helm: v3 AppVersion: v1.43.0

  • allow overriding the default remoteWrite.url path by specifying a non-empty value other than / for the remoteWrite.url field

0.0.1 #

Release date: 25 Dec 2025

Helm: v3 AppVersion: v1.43.0

  • charts/victoria-logs-agent: add new chart