Skip to content

Commit

Permalink
fix(vector): Bump Vector version to v0.32.2 (#332)
Browse files Browse the repository at this point in the history
fix(vector): Bump Vector version

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Sep 21, 2023
1 parent c5582cc commit 781b414
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ 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.25.0] - 2023-09-20

### Vector

#### Bug Fixes

- Bump Vector version ([cf2db4a](https://github.com/vectordotdev/helm-charts/commit/cf2db4a48130aa2d66eb283b9f66b62620c0c8e4))

#### Features

- Add podMonitor.podTargetLabels (#319) ([25fa9d2](https://github.com/vectordotdev/helm-charts/commit/25fa9d230fd39b58c1432d431a4882b9334527a3))
- Add internalTrafficPolicy to headless service (#320) ([5578f21](https://github.com/vectordotdev/helm-charts/commit/5578f216fb5e965a65a0017bc9180c36921d4959))

## [vector-0.24.1] - 2023-08-21

### Vector
Expand Down
4 changes: 2 additions & 2 deletions charts/vector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ maintainers:
- name: Datadog
email: [email protected]
icon: https://vector.dev/press/vector-icon.svg
appVersion: "0.32.1-distroless-libc"
appVersion: "0.32.2-distroless-libc"
annotations:
artifacthub.io/images: |
- name: vector
image: timberio/vector:0.32.1-distroless-libc
image: timberio/vector:0.32.2-distroless-libc
- name: haproxy
image: haproxytech/haproxy-alpine:2.6.12
artifacthub.io/license: MPL-2.0
Expand Down
2 changes: 1 addition & 1 deletion charts/vector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vector

![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-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)
![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.32.2-distroless-libc](https://img.shields.io/badge/AppVersion-0.32.2--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.

Expand Down

0 comments on commit 781b414

Please sign in to comment.