Skip to content

Commit

Permalink
feat(vector): Upgrade Vector to 0.18.0 (#114)
Browse files Browse the repository at this point in the history
* feat(vector): Upgrade Vector to 0.18.0

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

* Apply suggestions from code review

Co-authored-by: Spencer Gilbert <[email protected]>

Co-authored-by: Spencer Gilbert <[email protected]>
  • Loading branch information
jszwedko and spencergilbert authored Nov 19, 2021
1 parent 0a71e9e commit 27b9e98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/vector-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: vector-agent
type: application
icon: https://vector.dev/press/vector-icon.svg
description: A Helm chart to collect Kubernetes logs with Vector
version: "0.18.1"
appVersion: "0.17.3"
version: "0.19.0"
appVersion: "0.18.0"
home: https://vector.dev/
sources:
- https://github.com/timberio/vector/
Expand Down
4 changes: 2 additions & 2 deletions charts/vector-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: vector-aggregator
type: application
icon: https://vector.dev/press/vector-icon.svg
description: A Helm chart to aggregate data with Vector
version: "0.18.1"
appVersion: "0.17.3"
version: "0.19.0"
appVersion: "0.18.0"
home: https://vector.dev/
sources:
- https://github.com/timberio/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.1.2"
version: "0.2.0"
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: [email protected]
icon: https://vector.dev/press/vector-icon.svg
appVersion: "0.17.3-distroless-libc"
appVersion: "0.18.0-distroless-libc"
annotations:
artifacthub.io/images: |
- name: vector
image: timberio/vector:0.17.3-distroless-libc
image: timberio/vector:0.18.0-distroless-libc
- name: haproxy
image: haproxytech/haproxy-alpine:2.4.4
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.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.17.3-distroless-libc](https://img.shields.io/badge/AppVersion-0.17.3--distroless--libc-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.18.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 27b9e98

Please sign in to comment.