Skip to content
Open
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
2 changes: 1 addition & 1 deletion charts/vector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vector
version: "0.56.0"
version: "0.57.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep chart version aligned with Vector

On a master-sync commit, .github/workflows/release.yaml runs chart-releaser for pushes touching charts/**, so this change would publish chart 0.57.0 while appVersion and the advertised/default Vector image remain 0.56.0. The chart now tracks Vector releases one-to-one, and the default deployment tag is derived from .Chart.AppVersion, so users installing chart 0.57.0 would still run Vector 0.56.0; keep the chart at 0.56.0 for this release or bump the appVersion/image refs to the actual 0.57.0 release.

Useful? React with 👍 / 👎.

kubeVersion: ">=1.28.0-0"
description: A lightweight, ultra-fast tool for building observability pipelines
type: application
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.56.0](https://img.shields.io/badge/Version-0.56.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.56.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.56.0--distroless--libc-informational?style=flat-square)
![Version: 0.57.0](https://img.shields.io/badge/Version-0.57.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.56.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.56.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
Loading