diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd03de..5b9f2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,22 @@ 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.20.0] - 2023-02-27 + +### Vector + +#### Features + +- Bump Vector version to 0.28.0 ([59413e8](https://github.com/vectordotdev/helm-charts/commit/59413e85ec820a381a73f30dea977af9f9c09284)) + ## [vector-0.19.2] - 2023-02-22 ### Vector +#### Bug Fixes + +- Bump Vector to 0.27.1 (#284) ([bca819f](https://github.com/vectordotdev/helm-charts/commit/bca819f25e4ee3733b9f20d8ddfc7bf35ae5db1f)) + #### Features - Add annotations for deployment, daemonset, statefulset (#280) ([bce0b77](https://github.com/vectordotdev/helm-charts/commit/bce0b77319df7bac0b0ba0743438f0e0ce338dda)) diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index 3047cb1..0193d19 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.19.2" +version: "0.20.0" 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.27.1-distroless-libc" +appVersion: "0.28.0-distroless-libc" annotations: artifacthub.io/images: | - name: vector - image: timberio/vector:0.27.1-distroless-libc + image: timberio/vector:0.28.0-distroless-libc - name: haproxy image: haproxytech/haproxy-alpine:2.4.17 artifacthub.io/license: MPL-2.0 diff --git a/charts/vector/README.md b/charts/vector/README.md index 864fc0c..4a965db 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![Version: 0.19.2](https://img.shields.io/badge/Version-0.19.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.27.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.27.1--distroless--libc-informational?style=flat-square) +![Version: 0.20.0](https://img.shields.io/badge/Version-0.20.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.28.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.28.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.