Skip to content

Commit 3464786

Browse files
author
Felipe
authored
Merge pull request #640 from LeMyst/patch-1
fix: Change since when new API is available
2 parents 187db91 + 2f5dca7 commit 3464786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/rules/rego/deprecated-1-32.rego

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ deprecated_api(kind, api_version) = api {
2525
"FlowSchema": {
2626
"old": ["flowcontrol.apiserver.k8s.io/v1beta3"],
2727
"new": "flowcontrol.apiserver.k8s.io/v1",
28-
"since": "1.32",
28+
"since": "1.29",
2929
},
3030
"PriorityLevelConfiguration": {
3131
"old": ["flowcontrol.apiserver.k8s.io/v1beta3"],
3232
"new": "flowcontrol.apiserver.k8s.io/v1",
33-
"since": "1.32",
33+
"since": "1.29",
3434
},
3535
}
3636

0 commit comments

Comments
 (0)