Skip to content

Commit

Permalink
Merge pull request #640 from LeMyst/patch-1
Browse files Browse the repository at this point in the history
fix: Change since when new API is available
  • Loading branch information
femrtnz authored Oct 18, 2024
2 parents 187db91 + 2f5dca7 commit 3464786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rules/rego/deprecated-1-32.rego
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ deprecated_api(kind, api_version) = api {
"FlowSchema": {
"old": ["flowcontrol.apiserver.k8s.io/v1beta3"],
"new": "flowcontrol.apiserver.k8s.io/v1",
"since": "1.32",
"since": "1.29",
},
"PriorityLevelConfiguration": {
"old": ["flowcontrol.apiserver.k8s.io/v1beta3"],
"new": "flowcontrol.apiserver.k8s.io/v1",
"since": "1.32",
"since": "1.29",
},
}

Expand Down

0 comments on commit 3464786

Please sign in to comment.