Skip to content

Commit

Permalink
fix(vector): Bump Vector to v0.37.1 (#384)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored Apr 10, 2024
1 parent b0a88d4 commit fe70554
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ 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.32.1] - 2024-04-09

### Vector

#### Bug Fixes

- Bump Vector to v0.37.1 ([093f707](https://github.com/vectordotdev/helm-charts/commit/093f70727c2e98e603a03b2143eeb9f3b0c7945b))

## [vector-0.32.0] - 2024-03-26

### Vector
Expand Down
6 changes: 3 additions & 3 deletions charts/vector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vector
version: "0.32.0"
version: "0.32.1"
kubeVersion: ">=1.15.0-0"
description: A lightweight, ultra-fast tool for building observability pipelines
type: application
Expand All @@ -18,11 +18,11 @@ maintainers:
- name: Datadog
email: vector@datadoghq.com
icon: https://vector.dev/press/vector-icon.svg
appVersion: "0.37.0-distroless-libc"
appVersion: "0.37.1-distroless-libc"
annotations:
artifacthub.io/images: |
- name: vector
image: timberio/vector:0.37.0-distroless-libc
image: timberio/vector:0.37.1-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.32.0](https://img.shields.io/badge/Version-0.32.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.37.0--distroless--libc-informational?style=flat-square)
![Version: 0.32.1](https://img.shields.io/badge/Version-0.32.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.37.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.

Expand Down
Binary file added kubeval
Binary file not shown.

0 comments on commit fe70554

Please sign in to comment.