Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vector): Bump Vector version to v0.36.1 #378

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ 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.31.1] - 2024-03-07
## [vector-0.31.1] - 2024-03-11

### Vector

#### Bug Fixes

- Correct invalid `mountPoints` config option to `mountpoints` (#376) ([db06104](https://github.com/vectordotdev/helm-charts/commit/db06104a45ed5b8b04950f06b30cfdabeba6ac88))
- Add minReadySeconds to StatefulSet and Deployment specs ([4a69450](https://github.com/vectordotdev/helm-charts/commit/4a6945068c1a36286be3b54f086861f134dbedd0))
- Add minReadySeconds to StatefulSet and Deployment specs (#367) ([b9e67eb](https://github.com/vectordotdev/helm-charts/commit/b9e67ebda2596498fbb285c2a74d8fcb29f7ec70))
- Rename `mountPoints` to `mountpoints` (#377) ([da10d25](https://github.com/vectordotdev/helm-charts/commit/da10d25c5bd98597adff759330912ff0ecf5fc70))
- Bump Vector version to v0.36.1 ([96b56a5](https://github.com/vectordotdev/helm-charts/commit/96b56a5985205f79d54849e09a1d2431336fdb6a))

## [vector-0.31.0] - 2024-02-13

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.36.0-distroless-libc"
appVersion: "0.36.1-distroless-libc"
annotations:
artifacthub.io/images: |
- name: vector
image: timberio/vector:0.36.0-distroless-libc
image: timberio/vector:0.36.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.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.36.0--distroless--libc-informational?style=flat-square)
![Version: 0.31.1](https://img.shields.io/badge/Version-0.31.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.36.1-distroless-libc](https://img.shields.io/badge/AppVersion-0.36.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