Skip to content

Commit 1f51325

Browse files
authored
fix(vector): Bump Vector to 0.32.1 (#321)
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
1 parent 86be602 commit 1f51325

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
55

6+
## [vector-0.24.1] - 2023-08-21
7+
8+
### Vector
9+
10+
#### Bug Fixes
11+
12+
- Bump Vector to 0.32.1 ([0680932](https://github.com/vectordotdev/helm-charts/commit/068093244d58eb53a82043e80037d4ef89248c21))
13+
614
## [vector-0.24.0] - 2023-08-15
715

816
### Vector

charts/vector/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: vector
3-
version: "0.24.0"
3+
version: "0.24.1"
44
kubeVersion: ">=1.15.0-0"
55
description: A lightweight, ultra-fast tool for building observability pipelines
66
type: application
@@ -18,11 +18,11 @@ maintainers:
1818
- name: Datadog
1919
email: vector@datadoghq.com
2020
icon: https://vector.dev/press/vector-icon.svg
21-
appVersion: "0.32.0-distroless-libc"
21+
appVersion: "0.32.1-distroless-libc"
2222
annotations:
2323
artifacthub.io/images: |
2424
- name: vector
25-
image: timberio/vector:0.32.0-distroless-libc
25+
image: timberio/vector:0.32.1-distroless-libc
2626
- name: haproxy
2727
image: haproxytech/haproxy-alpine:2.6.12
2828
artifacthub.io/license: MPL-2.0

charts/vector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vector
22

3-
![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.32.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.32.0--distroless--libc-informational?style=flat-square)
3+
![Version: 0.24.1](https://img.shields.io/badge/Version-0.24.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.32.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.32.1--distroless--libc-informational?style=flat-square)
44

55
[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.
66

0 commit comments

Comments
 (0)