From 04689678e6641473ca4352e5e1a4dbdc105281e2 Mon Sep 17 00:00:00 2001 From: Pete Brown Date: Wed, 15 Aug 2018 16:21:10 -0400 Subject: [PATCH] Add OWNERS file for incubator/logstash (#6661) --- incubator/logstash/Chart.yaml | 2 +- incubator/logstash/OWNERS | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 incubator/logstash/OWNERS diff --git a/incubator/logstash/Chart.yaml b/incubator/logstash/Chart.yaml index 9df786a63d..8919ca3f4c 100644 --- a/incubator/logstash/Chart.yaml +++ b/incubator/logstash/Chart.yaml @@ -3,7 +3,7 @@ description: Logstash is an open source, server-side data processing pipeline icon: https://www.elastic.co/assets/blt86e4472872eed314/logo-elastic-logstash-lt.svg home: https://www.elastic.co/products/logstash name: logstash -version: 0.7.1 +version: 0.7.2 appVersion: 6.3.2 sources: - https://www.docker.elastic.co diff --git a/incubator/logstash/OWNERS b/incubator/logstash/OWNERS new file mode 100644 index 0000000000..ee2cba86a8 --- /dev/null +++ b/incubator/logstash/OWNERS @@ -0,0 +1,6 @@ +approvers: +- christian-roggia +- rendhalver +reviewers: +- christian-roggia +- rendhalver