Add missing tags for kms and dynamic-resource-allocation for publishing

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2022-11-22 21:04:19 -05:00
parent 5fd9a519a9
commit 130bd8cba5
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59

View File

@ -349,10 +349,15 @@ rules:
- destination: kms - destination: kms
library: true library: true
branches: branches:
- source: - name: master
source:
branch: master branch: master
dir: staging/src/k8s.io/kms dir: staging/src/k8s.io/kms
name: master - name: release-1.26
go: 1.19
source:
branch: release-1.26
dir: staging/src/k8s.io/kms
- destination: apiserver - destination: apiserver
branches: branches:
- name: master - name: master
@ -2391,6 +2396,22 @@ rules:
source: source:
branch: master branch: master
dir: staging/src/k8s.io/dynamic-resource-allocation dir: staging/src/k8s.io/dynamic-resource-allocation
- name: release-1.26
go: 1.19
dependencies:
- repository: apimachinery
branch: release-1.26
- repository: api
branch: release-1.26
- repository: client-go
branch: release-1.26
- repository: component-base
branch: release-1.26
- repository: kubelet
branch: release-1.26
source:
branch: release-1.26
dir: staging/src/k8s.io/dynamic-resource-allocation
recursive-delete-patterns: recursive-delete-patterns:
- '*/.gitattributes' - '*/.gitattributes'
default-go-version: 1.19.3 default-go-version: 1.19.3