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
serviceMonitorport now defaults to the primaryhttplist item name; added explicitportfield to override it without usingtargetPort.
0.2.4 #
Release date: 01 Jun 2026
- bump common chart version 0.3.7 -> 0.3.8
0.2.3 #
Release date: 01 Jun 2026
- fixed rendering failure when an http list entry does not have the
primaryfield set. - fixed
syslogargs rendering: booleanfalsevalues (e.g.tls: false,useLocalTimestamp: false) are now correctly included; absent boolean fields are gap-filled withfalseinstead of empty string. - bump common chart version 0.3.5 -> 0.3.7
0.2.2 #
Release date: 30 May 2026
- bump common chart version 0.3.4 -> 0.3.5
0.2.1 #
Release date: 30 May 2026
- bump common chart version 0.3.2 -> 0.3.4
0.2.0 #
Release date: 28 May 2026
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.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. Has higher priority thanextraArgs. - support
.Values.syslog.tcpand.Values.syslog.udplists for configuring syslog TCP/UDP listen addresses with optional TLS settings. Has higher priority thanextraArgs.
0.1.3 #
Release date: 21 May 2026
- Added ability to pass extra Service ports using service.extraPorts. See #2922
0.1.2 #
Release date: 30 Apr 2026
- fixed rendering of
.Values.topologySpreadConstraintsin the pod spec.
0.1.1 #
Release date: 20 Apr 2026
- fixed selector for scrape objects. See #2827 .
0.1.0 #
Release date: 16 Apr 2026
- revert change in Deployment’s matchLabels, that was introduced in release 0.0.16
0.0.16 #
Release date: 14 Apr 2026
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
0.0.14 #
Release date: 22 Mar 2026
- URL with format=jsonline no longer incorrectly routes to /insert/native
0.0.13 #
Release date: 11 Mar 2026
- bump vlagent version to v1.48.0 .
0.0.12 #
Release date: 25 Feb 2026
- bump vlagent version to v1.47.0 .
0.0.11 #
Release date: 23 Feb 2026
- bump vlagent version to v1.46.0 .
- support vertical pod autoscaler
0.0.10 #
Release date: 05 Feb 2026
- bump vlagent version to v1.45.0 .
0.0.9 #
Release date: 29 Jan 2026
- add an ability to configure number of replicas
0.0.8 #
Release date: 27 Jan 2026
- bump vlagent version to v1.44.0 .
0.0.7 #
Release date: 12 Jan 2026
- add service and container ports, when syslog.listenAddr.tcp or syslog.listenAddr.udp flags are defined.
0.0.6 #
Release date: 12 Jan 2026
- support extraArgs parameter for additional command line arguments
0.0.5 #
Release date: 10 Jan 2026
- add ability to configure license for VictoriaLogs enterprise. See #2649 .
0.0.4 #
Release date: 03 Jan 2026
- add extraObjects support
- add HorizontalPodAutoscaler support
- add ServiceMonitor support
0.0.3 #
Release date: 26 Dec 2025
- bump vlagent version to v1.43.1 .
0.0.2 #
Release date: 26 Dec 2025
- allow overriding the default
remoteWrite.urlpath by specifying a non-empty value other than/for theremoteWrite.urlfield
0.0.1 #
Release date: 25 Dec 2025
- charts/victoria-logs-agent: add new chart