From 64ea7a50c64fad3a520643f46be5209f74b71c6c Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Mon, 12 Feb 2024 09:53:00 -0800 Subject: [PATCH] fix(vector): Bump to Vector v0.35.1 (#368) Signed-off-by: Jesse Szwedko --- CHANGELOG.md | 9 +++++++++ charts/vector/Chart.yaml | 6 +++--- charts/vector/README.md | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27cc0a8..a4fb22b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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.2] - 2024-02-12 + +### Vector + +#### Bug Fixes + +- Apply `logLevel` config option (#362) ([96e3c2e](https://github.com/vectordotdev/helm-charts/commit/96e3c2e5f3435532a549847edf5264ce9513451f)) +- Bump to Vector v0.35.1 ([4a0a2a8](https://github.com/vectordotdev/helm-charts/commit/4a0a2a8c7c59bec7b6595966f9a43f7389135ffa)) + ## [vector-0.30.1] - 2024-02-01 ### Vector diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index caad149..929fcdc 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.30.1" +version: "0.30.2" kubeVersion: ">=1.15.0-0" description: A lightweight, ultra-fast tool for building observability pipelines type: application @@ -18,11 +18,11 @@ maintainers: - name: Datadog email: vector@datadoghq.com icon: https://vector.dev/press/vector-icon.svg -appVersion: "0.35.0-distroless-libc" +appVersion: "0.35.1-distroless-libc" annotations: artifacthub.io/images: | - name: vector - image: timberio/vector:0.35.0-distroless-libc + image: timberio/vector:0.35.1-distroless-libc - name: haproxy image: haproxytech/haproxy-alpine:2.6.12 artifacthub.io/license: MPL-2.0 diff --git a/charts/vector/README.md b/charts/vector/README.md index 74f6805..7495f44 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![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) +![Version: 0.30.2](https://img.shields.io/badge/Version-0.30.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.35.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.35.1--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.