Update cel env to 1.30
Kubernetes-commit: 6980cda87d548824a7cf33260096357ab3764bbe
This commit is contained in:
parent
b612acd02d
commit
73c903e9cd
|
|
@ -43,7 +43,7 @@ import (
|
||||||
// desirable because it means that CEL expressions are portable across a wider range
|
// desirable because it means that CEL expressions are portable across a wider range
|
||||||
// of Kubernetes versions.
|
// of Kubernetes versions.
|
||||||
func DefaultCompatibilityVersion() *version.Version {
|
func DefaultCompatibilityVersion() *version.Version {
|
||||||
return version.MajorMinor(1, 29)
|
return version.MajorMinor(1, 30)
|
||||||
}
|
}
|
||||||
|
|
||||||
var baseOpts = append(baseOptsWithoutStrictCost, StrictCostOpt)
|
var baseOpts = append(baseOptsWithoutStrictCost, StrictCostOpt)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue