2024-09-20 14:11:23 +00:00
## Next release
- TODO
2024-10-04 08:50:23 +00:00
## 0.6.5
**Release date:** 2024-10-04


- upgraded common chart dependency
2024-09-27 09:41:24 +00:00
## 0.6.4
**Release date:** 2024-09-23


- VictoriaLogs 0.29.0
- Fixed host template in default fluent-bit output configuration
2024-09-20 14:11:23 +00:00
## 0.6.3
**Release date:** 2024-09-16


- Avoid variant if tag is set explicitly
## 0.6.2
**Release date:** 2024-09-12


- Added ability to override deployment namespace using `namespaceOverride` and `global.namespaceOverride` variables
- Made replicas configurable
- Allow override default for statefulset headless service
## 0.6.1
**Release date:** 2024-09-03


- Added ability to configure container port
- Fixed image pull secrets. See [this issue ](https://github.com/VictoriaMetrics/helm-charts/issues/1285 )
- Renamed `.Values.server.persistentVolume.storageClass` to `.Values.server.persistentVolume.storageClassName`
- Removed necessity to set `.Values.server.persistentVolume.existingClaim` when volume is expected to be created by chart. See [this issue ](https://github.com/VictoriaMetrics/helm-charts/issues/189 )
- Fixed PVC in StatefulSet
## 0.6.0
**Release date:** 2024-08-21


**Update note**: The VictoriaMetrics components image tag template has been updated. This change introduces `.Values.<component>.image.variant` to specify tag suffixes like `-scratch` , `-cluster` , `-enterprise` . Additionally, you can now omit `.Values.<component>.image.tag` to automatically use the version specified in `.Chart.AppVersion` .
**Update note**: main container name was changed to `vlogs` , which will recreate a pod.
**Update note**: requires Helm 3.14+
- Added `basicAuth` support for `ServiceMonitor`
- Set minimal kubernetes version to `1.25`
- Removed support for `policy/v1beta1/PodDisruptionBudget`
- Updated `.Values.server.readinessProbe` to `.Values.server.probe.readiness`
- Updated `.Values.server.livenessProbe` to `.Values.server.probe.liveness`
- Updated `.Values.server.startupProbe` to `.Values.server.probe.startup`
- Added `.Values.global.imagePullSecrets` and `.Values.global.image.registry`
- Added `.Values.server.emptyDir` to customize default data directory
- Merged headless and non-headless services, removed statefulset service specific variables
- Use static container names in a pod
- Removed `networking.k8s.io/v1beta1/Ingress` and `extensions/v1beta1/Ingress` support
- Added `.Values.server.service.ipFamilies` and `.Values.server.service.ipFamilyPolicy` for service IP family management
## 0.5.4
**Release date:** 2024-07-25


- update VictoriaLogs to [v0.28.0 ](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.28.0-victorialogs ).
## 0.5.3
**Release date:** 2024-07-08


- add missing API version and kind for volumeClaimTemplates, see [this issue ](https://github.com/VictoriaMetrics/helm-charts/issues/1092 ).
## 0.5.2
**Release date:** 2024-06-17


- fix invalid label selector usage in notes printed after chart installation
## 0.5.1
**Release date:** 2024-05-30


- Update VictoriaLogs to [v0.15.0 ](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.15.0-victorialogs ).
## 0.5.0
**Release date:** 2024-05-23


- Update fluent-bit chart to 0.46.7 and fluentbit to 3.0.4
- Update VictoriaLogs version to 0.9.1
## 0.4.0
**Release date:** 2024-05-20


- Upgrade VictoriaLogs to [v0.8.0 ](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.8.0-victorialogs )
- Move `.Values.server.name` , `.Values.server.fullnameOverride` to `.Values.global.victoriaLogs.server` . This allows to avoid issues with Fluent Bit output definition. See the [pull request]() for the details.
- Include `kubernetes_namespace_name` field in the [stream fields ](https://docs.victoriametrics.com/victorialogs/keyconcepts/#stream-fields ) configuration of Fluent Bit output.
## 0.3.8
**Release date:** 2024-05-10


- properly truncate value of `app.kubernetes.io/managed-by` and `app.kubernetes.io/instance` labels in case release name exceeds 63 characters.
- support disabling default securityContext to keep compatible with platform like openshift, see this [pull request ](https://github.com/VictoriaMetrics/helm-charts/pull/995 ) by @Baboulinet -33 for details.
## 0.3.7
**Release date:** 2024-04-16


- bump version of victorialogs to [0.5.2 ](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.5.2-victorialogs )
## 0.3.6
**Release date:** 2024-03-28


- support adding `metricRelabelings` for server serviceMonitor (#946)
## 0.3.5
**Release date:** 2024-03-05


- bump version of vlogs single to [0.5.0 ](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.5.0-victorialogs )
## 0.3.4
**Release date:** 2023-11-15


- bump version of vlogs single to [0.4.2 ](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.4.2-victorialogs )
## 0.3.3
**Release date:** 2023-10-10


- Add `kubernetes_container_name` into default [stream fields ](https://docs.victoriametrics.com/victorialogs/keyconcepts#stream-fields ) configuration `fluent-bit` .
## 0.3.2
**Release date:** 2023-10-04


- bump version of vlogs single to [0.4.1 ](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.4.1-victorialogs )
## 0.3.1
**Release date:** 2023-09-13


* added: extraObjects: [] for dynamic supportive objects configuration
## 0.3.0
**Release date:** 2023-08-15


* vlogs-single: update to 0.3.0 (#598)
* Remove repeated volumeMounts section (#610)
## 0.1.3
**Release date:** 2023-07-27


* vlogs-single: fix podSecurityContext and securityContext usage (#597)
* charts/victoria-logs-single: fix STS render when using statefulset is disabled (#585)
* charts/victoria-logs-single: add imagePullSecrets (#586)
## 0.1.2
**Release date:** 2023-06-23


* bump version of logs single
* Fix wrong condition on fluent-bit dependency (#568)
### Default value changes
```diff
# No changes in this release
```
## 0.1.1
**Release date:** 2023-06-22


* charts/victoria-logs-single: template Host field (#566)
## 0.1.0
**Release date:** 2023-06-22


* fix the chart image and jsonline endpoint
* add victoria-logs to build process, make package
* charts/victoria-logs-single: add fluentbit setup (#563)
## 0.0.1
**Release date:** 2023-06-12


* charts/victoria-logs-single: add new chart (#560)