From 2225c9454c325ef01d0c48a2eb35c0e2b0acf60c Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 1 Feb 2024 13:53:28 -0800 Subject: [PATCH 1/3] fix(vector): Apply `logLevel` config option Should apply regardless of whether deployed as an "Agent" or "Aggregator". Fixes: #359 Signed-off-by: Jesse Szwedko --- charts/vector/templates/_pod.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vector/templates/_pod.tpl b/charts/vector/templates/_pod.tpl index 33e78a9d..51e1fb0d 100644 --- a/charts/vector/templates/_pod.tpl +++ b/charts/vector/templates/_pod.tpl @@ -52,6 +52,8 @@ containers: {{- toYaml . | nindent 6 }} {{- end }} env: + - name: VECTOR_LOG + value: "{{ .Values.logLevel | default "info" }}" {{- if .Values.env }} {{- with .Values.env }} {{- toYaml . | nindent 6 }} @@ -74,8 +76,6 @@ containers: value: "/host/proc" - name: SYSFS_ROOT value: "/host/sys" - - name: VECTOR_LOG - value: "{{ .Values.logLevel | default "info" }}" {{- end }} {{- if .Values.envFrom }} {{- with .Values.envFrom }} From c5ecd727c0638b2dccba7e1841a7fcf92a782cc1 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 1 Feb 2024 13:55:34 -0800 Subject: [PATCH 2/3] Bump chart version Signed-off-by: Jesse Szwedko --- charts/vector/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index ea00f674..caad1490 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.30.0" +version: "0.30.1" kubeVersion: ">=1.15.0-0" description: A lightweight, ultra-fast tool for building observability pipelines type: application From 9b54b4642fe86c3fedd95b3923666e4093570184 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 1 Feb 2024 14:02:04 -0800 Subject: [PATCH 3/3] Regenerate changelog and readme Signed-off-by: Jesse Szwedko --- CHANGELOG.md | 8 ++++++++ charts/vector/README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62e3c1b..27cc0a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [vector-0.30.1] - 2024-02-01 + +### Vector + +#### Bug Fixes + +- Apply `logLevel` config option ([2225c94](https://github.com/vectordotdev/helm-charts/commit/2225c9454c325ef01d0c48a2eb35c0e2b0acf60c)) + ## [vector-0.30.0] - 2024-01-08 ### Vector diff --git a/charts/vector/README.md b/charts/vector/README.md index 82de7503..74f68056 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![Version: 0.30.0](https://img.shields.io/badge/Version-0.30.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.35.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.35.0--distroless--libc-informational?style=flat-square) +![Version: 0.30.1](https://img.shields.io/badge/Version-0.30.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.35.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.35.0--distroless--libc-informational?style=flat-square) [Vector](https://vector.dev/) is a high-performance, end-to-end observability data pipeline that puts you in control of your observability data. Collect, transform, and route all your logs, metrics, and traces to any vendors you want today and any other vendors you may want tomorrow. Vector enables dramatic cost reduction, novel data enrichment, and data security where you need it, not where is most convenient for your vendors.