Update cel env to 1.30

Kubernetes-commit: 6980cda87d548824a7cf33260096357ab3764bbe
This commit is contained in:
Cici Huang 2024-05-09 15:39:30 -07:00 committed by Kubernetes Publisher
parent b612acd02d
commit 73c903e9cd
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import (
// desirable because it means that CEL expressions are portable across a wider range
// of Kubernetes versions.
func DefaultCompatibilityVersion() *version.Version {
return version.MajorMinor(1, 29)
return version.MajorMinor(1, 30)
}
var baseOpts = append(baseOptsWithoutStrictCost, StrictCostOpt)