mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Merge pull request #114077 from dims/add-missing-tags-for-kms-and-dynamic-resource-allocation-for-publishing
Add missing tags for kms and dynamic-resource-allocation for publishing
This commit is contained in:
commit
21916415cb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user