From a24d31ee067b4dffcfac039f827322abd850552a Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Mon, 11 Mar 2024 12:21:37 -0700 Subject: [PATCH] fix(vector): Bump Vector version to v0.36.1 (#378) Signed-off-by: Jesse Szwedko --- CHANGELOG.md | 7 ++++--- charts/vector/Chart.yaml | 4 ++-- charts/vector/README.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c47be76..3c032b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +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.31.1] - 2024-03-07 +## [vector-0.31.1] - 2024-03-11 ### Vector #### Bug Fixes -- Correct invalid `mountPoints` config option to `mountpoints` (#376) ([db06104](https://github.com/vectordotdev/helm-charts/commit/db06104a45ed5b8b04950f06b30cfdabeba6ac88)) -- Add minReadySeconds to StatefulSet and Deployment specs ([4a69450](https://github.com/vectordotdev/helm-charts/commit/4a6945068c1a36286be3b54f086861f134dbedd0)) +- Add minReadySeconds to StatefulSet and Deployment specs (#367) ([b9e67eb](https://github.com/vectordotdev/helm-charts/commit/b9e67ebda2596498fbb285c2a74d8fcb29f7ec70)) +- Rename `mountPoints` to `mountpoints` (#377) ([da10d25](https://github.com/vectordotdev/helm-charts/commit/da10d25c5bd98597adff759330912ff0ecf5fc70)) +- Bump Vector version to v0.36.1 ([96b56a5](https://github.com/vectordotdev/helm-charts/commit/96b56a5985205f79d54849e09a1d2431336fdb6a)) ## [vector-0.31.0] - 2024-02-13 diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index c56b653..2a8b850 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.36.0-distroless-libc" +appVersion: "0.36.1-distroless-libc" annotations: artifacthub.io/images: | - name: vector - image: timberio/vector:0.36.0-distroless-libc + image: timberio/vector:0.36.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 2bde04f..59c168d 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.36.0--distroless--libc-informational?style=flat-square) +![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.36.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.