Skip to content

Commit

Permalink
fix(vector): Bump Vector version to v0.36.1 (#378)
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 Mar 11, 2024
1 parent da10d25 commit a24d31e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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: vector@datadoghq.com
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

0 comments on commit a24d31e

Please sign in to comment.