Merge pull request #48036 from my-git9/pp-27562

[zh-cn] sync apparmor disable-node-kube-proxy-version
pull/48044/head
Kubernetes Prow Robot 2024-09-23 03:17:58 +01:00 committed by GitHub
commit f676ca4e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,10 @@ stages:
- stage: beta - stage: beta
defaultValue: true defaultValue: true
fromVersion: "1.4" fromVersion: "1.4"
toVersion: "1.30"
- stage: stable
defaultValue: true
fromVersion: "1.31"
--- ---
<!-- <!--

View File

@ -9,7 +9,12 @@ stages:
- stage: alpha - stage: alpha
defaultValue: false defaultValue: false
fromVersion: "1.29" fromVersion: "1.29"
toVersion: "1.30"
- stage: beta
defaultValue: true
fromVersion: "1.31"
--- ---
<!-- <!--
Disable setting the `kubeProxyVersion` field of the Node. Disable setting the `kubeProxyVersion` field of the Node.
--> -->