Skip to content

Commit

Permalink
feat(vector): Bump to Vector 0.24.0 (#240)
Browse files Browse the repository at this point in the history
* feat(vector): Bump to Vector 0.24.0

Signed-off-by: Jesse Szwedko <[email protected]>

* Update encoding options in tests to match 0.24.0 requirements

Signed-off-by: Jesse Szwedko <[email protected]>

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Aug 30, 2022
1 parent e62e12d commit 356aa4e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +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.16.0] - 2022-08-15
## [vector-0.16.0] - 2022-08-30

### Vector

#### Features

- Add support for setting the pod hostNetwork (#213) ([8b2e73a](https://github.com/vectordotdev/helm-charts/commit/8b2e73a3ef6bd175b9602f915dbf3684d244e126))
- Add extraContainers option for vector & haproxy pods (#230) ([0750512](https://github.com/vectordotdev/helm-charts/commit/07505124ba27f5ec5a23f9dcb5f29c07d92de475))
- Bump to Vector 0.24.0 ([8714641](https://github.com/vectordotdev/helm-charts/commit/87146419ba801e558fd4fe0c6b563c689757cb8a))

## [vector-0.15.1] - 2022-08-11

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.23.3-distroless-libc"
appVersion: "0.24.0-distroless-libc"
annotations:
artifacthub.io/images: |
- name: vector
image: timberio/vector:0.23.3-distroless-libc
image: timberio/vector:0.24.0-distroless-libc
- name: haproxy
image: haproxytech/haproxy-alpine:2.4.17
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.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.23.3-distroless-libc](https://img.shields.io/badge/AppVersion-0.23.3--distroless--libc-informational?style=flat-square)
![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.24.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.24.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
2 changes: 1 addition & 1 deletion charts/vector/ci/aggregator-all-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ customConfig:
key_prefix: date=%F/
compression: gzip
encoding:
codec: ndjson
codec: json
region: us-east-1
elasticsearch:
type: elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion charts/vector/ci/vector-templating-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ customConfig:
{{ print "{{kubernetes.pod_labels.app\\.kubernetes\\.io/client-id}}/%Y/%m/%d/{{kubernetes.pod_name}}/" }}
compression: gzip
encoding:
codec: ndjson
codec: json
region: us-east-1

0 comments on commit 356aa4e

Please sign in to comment.