From 2983e3240ced6482e890cbf751b60e3cad1abae8 Mon Sep 17 00:00:00 2001 From: "Arnaud M." Date: Tue, 16 Jul 2024 16:41:00 +0200 Subject: [PATCH] Update OWNERS file (#6989) * Update OWNERS file Add and update OWNERS files for the scripts and the code maintaining the infrastructure. Signed-off-by: Arnaud Meukam * bump yamllint bump yamllint to match the version used in k8s-infra image Signed-off-by: Arnaud Meukam --------- Signed-off-by: Arnaud Meukam --- infra/aws/OWNERS | 5 +---- infra/azure/OWNERS | 13 +++++++++++++ infra/fastly/OWNERS | 12 ++++++++++++ infra/gcp/OWNERS | 6 ++---- requirements.txt | 2 +- 5 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 infra/azure/OWNERS create mode 100644 infra/fastly/OWNERS diff --git a/infra/aws/OWNERS b/infra/aws/OWNERS index e39f41cdbed..3560e36912d 100644 --- a/infra/aws/OWNERS +++ b/infra/aws/OWNERS @@ -3,10 +3,7 @@ filters: ".*": approvers: - - ameukam - - dims - - spiffxp - - thockin + - sig-k8s-infra-leads labels: - sig/k8s-infra - area/infra diff --git a/infra/azure/OWNERS b/infra/azure/OWNERS new file mode 100644 index 00000000000..6420b376a6e --- /dev/null +++ b/infra/azure/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +filters: + ".*": + approvers: + - sig-k8s-infra-leads + labels: + - sig/k8s-infra + - area/infra + - area/infra/azure + "\\.sh$": + labels: + - area/bash diff --git a/infra/fastly/OWNERS b/infra/fastly/OWNERS new file mode 100644 index 00000000000..9c947ee0409 --- /dev/null +++ b/infra/fastly/OWNERS @@ -0,0 +1,12 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +filters: + ".*": + approvers: + - sig-k8s-infra-leads + labels: + - sig/k8s-infra + - area/infra + "\\.sh$": + labels: + - area/bash diff --git a/infra/gcp/OWNERS b/infra/gcp/OWNERS index d650999e46b..dd979983fa9 100644 --- a/infra/gcp/OWNERS +++ b/infra/gcp/OWNERS @@ -3,13 +3,11 @@ filters: ".*": approvers: - - ameukam - - dims - - spiffxp - - thockin + - sig-k8s-infra-leads labels: - sig/k8s-infra - area/infra + - area/infra/gcp "\\.sh$": labels: - area/bash diff --git a/requirements.txt b/requirements.txt index 207d53f6c8f..67e4e5b59ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -yamllint==1.13.0 +yamllint==1.18.0 yq==2.12.0