From 8730c056ce107a2f12459ff2ac8a4639913976e0 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Mon, 22 May 2023 13:21:51 -0700 Subject: [PATCH] feat(vector): Bump Vector version to 0.30.0 (#304) Signed-off-by: Jesse Szwedko --- CHANGELOG.md | 15 ++++++++++++++- charts/vector/Chart.yaml | 4 ++-- charts/vector/README.md | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0a967..fd11bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,20 @@ 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.21.0] - 2023-04-20 +## [vector-0.22.0] - 2023-05-22 + +### Vector + +#### Bug Fixes + +- Fix default/missing storageClassName (#302) ([9ac6f1b](https://github.com/vectordotdev/helm-charts/commit/9ac6f1bd3e935953c3b397a875b8b948249fee61)) + +#### Features + +- Add minReadySeconds for daemonsets (#291) ([af8367c](https://github.com/vectordotdev/helm-charts/commit/af8367c7d946194f2c3a1b664fd5cb7d5bb3d1f2)) +- Bump Vector version to 0.30.0 ([d37033b](https://github.com/vectordotdev/helm-charts/commit/d37033b6e890d98b47e2627e2befd33404bb3eea)) + +## [vector-0.21.1] - 2023-04-20 ### Vector diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index 6103366..a3d8878 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -18,11 +18,11 @@ maintainers: - name: Datadog email: vector@datadoghq.com icon: https://vector.dev/press/vector-icon.svg -appVersion: "0.29.1-distroless-libc" +appVersion: "0.30.0-distroless-libc" annotations: artifacthub.io/images: | - name: vector - image: timberio/vector:0.29.1-distroless-libc + image: timberio/vector:0.30.0-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 405afc1..2ad543c 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.29.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.29.1--distroless--libc-informational?style=flat-square) +![Version: 0.22.0](https://img.shields.io/badge/Version-0.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.30.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.