From f447e65e6ad04669d3f2a4fc6f64562c89fc8238 Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Mon, 21 Aug 2023 09:24:00 -0600 Subject: [PATCH 1/2] chore: Remove code owners Per the discussion in #593, this removes the community code owners. fixes: #593 --- .github/workflows/CODEOWNERS | 1 - charts/chronograf/OWNERS | 6 ------ charts/influxdb/OWNERS | 10 ---------- charts/kapacitor/OWNERS | 9 --------- charts/telegraf-ds/OWNER | 8 -------- charts/telegraf/OWNERS | 8 -------- 6 files changed, 42 deletions(-) delete mode 100644 .github/workflows/CODEOWNERS delete mode 100644 charts/chronograf/OWNERS delete mode 100644 charts/influxdb/OWNERS delete mode 100644 charts/kapacitor/OWNERS delete mode 100644 charts/telegraf-ds/OWNER delete mode 100644 charts/telegraf/OWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS deleted file mode 100644 index 4f31a649..00000000 --- a/.github/workflows/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -/terraform/ @rawkode @gitirabassi diff --git a/charts/chronograf/OWNERS b/charts/chronograf/OWNERS deleted file mode 100644 index 6b8613a9..00000000 --- a/charts/chronograf/OWNERS +++ /dev/null @@ -1,6 +0,0 @@ -approvers: -- rawkode -- gitirabassi -reviewers: -- rawkode -- gitirabassi diff --git a/charts/influxdb/OWNERS b/charts/influxdb/OWNERS deleted file mode 100644 index 926c046b..00000000 --- a/charts/influxdb/OWNERS +++ /dev/null @@ -1,10 +0,0 @@ -approvers: -- rawkode -- gitirabassi -- aisuko -- naseemkullah -reviewers: -- rawkode -- gitirabassi -- aisuko -- naseemkullah diff --git a/charts/kapacitor/OWNERS b/charts/kapacitor/OWNERS deleted file mode 100644 index b286373b..00000000 --- a/charts/kapacitor/OWNERS +++ /dev/null @@ -1,9 +0,0 @@ -approvers: -- rawkode -- gitirabassi -- aisuko -reviewers: -- rawkode -- gitirabassi -- aisuko -- deepaksood619 \ No newline at end of file diff --git a/charts/telegraf-ds/OWNER b/charts/telegraf-ds/OWNER deleted file mode 100644 index 4bd81df7..00000000 --- a/charts/telegraf-ds/OWNER +++ /dev/null @@ -1,8 +0,0 @@ -approvers: -- rawkode -- gitirabassi -- naseemkullah -reviewers: -- rawkode -- gitirabassi -- naseemkullah \ No newline at end of file diff --git a/charts/telegraf/OWNERS b/charts/telegraf/OWNERS deleted file mode 100644 index 4bd81df7..00000000 --- a/charts/telegraf/OWNERS +++ /dev/null @@ -1,8 +0,0 @@ -approvers: -- rawkode -- gitirabassi -- naseemkullah -reviewers: -- rawkode -- gitirabassi -- naseemkullah \ No newline at end of file From 38ec1b87faf965c28cea66b2ab496a75c94b7fd3 Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Mon, 28 Aug 2023 14:01:49 -0600 Subject: [PATCH 2/2] up the version of each chart --- charts/chronograf/Chart.yaml | 2 +- charts/influxdb/Chart.yaml | 2 +- charts/kapacitor/Chart.yaml | 2 +- charts/telegraf-ds/Chart.yaml | 2 +- charts/telegraf/Chart.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/chronograf/Chart.yaml b/charts/chronograf/Chart.yaml index da085bc6..3f2ed7b9 100755 --- a/charts/chronograf/Chart.yaml +++ b/charts/chronograf/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: chronograf -version: 1.2.5 +version: 1.2.6 appVersion: 1.9.4 description: Open-source web application written in Go and React.js that provides the tools to visualize your monitoring data and easily create alerting and automation diff --git a/charts/influxdb/Chart.yaml b/charts/influxdb/Chart.yaml index 12e9b66c..6dfabd6b 100755 --- a/charts/influxdb/Chart.yaml +++ b/charts/influxdb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: influxdb -version: 4.12.4 +version: 4.12.5 appVersion: 1.8.10 description: Scalable datastore for metrics, events, and real-time analytics. keywords: diff --git a/charts/kapacitor/Chart.yaml b/charts/kapacitor/Chart.yaml index a57d85bc..4c2c2fd4 100755 --- a/charts/kapacitor/Chart.yaml +++ b/charts/kapacitor/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kapacitor -version: 1.4.6 +version: 1.4.7 appVersion: 1.6.4 description: InfluxDB's native data processing engine. It can process both stream and batch data from InfluxDB. diff --git a/charts/telegraf-ds/Chart.yaml b/charts/telegraf-ds/Chart.yaml index 45751836..ad9a721b 100644 --- a/charts/telegraf-ds/Chart.yaml +++ b/charts/telegraf-ds/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: telegraf-ds -version: 1.1.13 +version: 1.1.14 appVersion: 1.27.4 deprecated: false description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. diff --git a/charts/telegraf/Chart.yaml b/charts/telegraf/Chart.yaml index b3b40e4f..13c5e287 100755 --- a/charts/telegraf/Chart.yaml +++ b/charts/telegraf/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: telegraf -version: 1.8.32 +version: 1.8.33 appVersion: 1.27.4 deprecated: false description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.