From 5c4737d027e0485ad97f45ffc403baedbc638f08 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Mon, 26 Aug 2019 12:18:48 +0530 Subject: [PATCH] publishing: add missing deps for 1.16 branch --- staging/publishing/rules.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index d106a3a5994..add5bae564f 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -130,6 +130,10 @@ rules: dependencies: - repository: apimachinery branch: release-1.16 + - repository: api + branch: release-1.16 + - repository: client-go + branch: release-13.0 - destination: apiserver library: true branches: @@ -568,6 +572,10 @@ rules: branch: release-1.16 - repository: component-base branch: release-1.16 + - repository: api + branch: release-1.16 + - repository: client-go + branch: release-13.0 - destination: kubelet library: true branches: @@ -636,6 +644,10 @@ rules: branch: release-1.16 - repository: component-base branch: release-1.16 + - repository: api + branch: release-1.16 + - repository: client-go + branch: release-13.0 - destination: kube-controller-manager library: true branches: @@ -672,6 +684,10 @@ rules: branch: release-1.16 - repository: component-base branch: release-1.16 + - repository: api + branch: release-1.16 + - repository: client-go + branch: release-13.0 - destination: cluster-bootstrap library: true branches: