From 09423e960835ddaa7dd120793d66f582e0331546 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 26 Nov 2024 09:56:36 -0500 Subject: [PATCH 1/3] chore(dev): add .gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a38aee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.DS_Store + +# Chart dependencies +**/charts/*.tgz + +# IDEs +.idea/ +*.iml +.vscode +*~ +\#*\# +.\#* From 68c945932d6120d885350fd6c21ad3b4e25eaeb7 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 26 Nov 2024 11:15:10 -0500 Subject: [PATCH 2/3] bump version --- charts/vector/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index bd289f8..9ddce23 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.37.0" +version: "0.38.0" kubeVersion: ">=1.15.0-0" description: A lightweight, ultra-fast tool for building observability pipelines type: application From f82e9f8948c446c7e161a18659236fec09949011 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 26 Nov 2024 11:17:33 -0500 Subject: [PATCH 3/3] bump in readme too --- charts/vector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/vector/README.md b/charts/vector/README.md index 640a521..6797758 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![Version: 0.37.0](https://img.shields.io/badge/Version-0.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.42.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.42.0--distroless--libc-informational?style=flat-square) +![Version: 0.38.0](https://img.shields.io/badge/Version-0.38.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.42.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.42.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.