mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #81927 from nikhita/publishing-fix-rules
publishing: add missing deps for 1.16 branch
This commit is contained in:
commit
8a2def5b51
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user