Skip to content

Commit

Permalink
feat(vector): Bump Vector to v0.39.0 (#393)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Jun 17, 2024
1 parent 8e4cb99 commit 8b439c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ 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.34.0] - 2024-06-17

### Vector

#### Bug Fixes

- Fix indentation for haproxy.initContainers (#390) ([8e4cb99](https://github.com/vectordotdev/helm-charts/commit/8e4cb993464eed061472cf645bab1584632e6cb5))

#### Features

- Bump Vector to v0.39.0 ([a83c4d6](https://github.com/vectordotdev/helm-charts/commit/a83c4d6e765de44491ea7c37dd0f75c9324c8efe))

## [vector-0.33.0] - 2024-05-07

### 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.38.0-distroless-libc"
appVersion: "0.39.0-distroless-libc"
annotations:
artifacthub.io/images: |
- name: vector
image: timberio/vector:0.38.0-distroless-libc
image: timberio/vector:0.39.0-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.34.0](https://img.shields.io/badge/Version-0.34.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.38.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.38.0--distroless--libc-informational?style=flat-square)
![Version: 0.34.0](https://img.shields.io/badge/Version-0.34.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.39.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.39.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.

Expand Down

0 comments on commit 8b439c9

Please sign in to comment.