Skip to content

Commit

Permalink
UPSTREAM: <carry>: Set up CEL IP/CIDR library from 4.14 onwards
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Mar 15, 2024
1 parent 6e2789b commit 1d7800c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/cel/environment/base.go
Expand Up @@ -83,7 +83,7 @@ var baseOpts = []VersionedOptions{
},
// TODO: switch to ext.Strings version 2 once format() is fixed to work with HomogeneousAggregateLiterals.
{
IntroducedVersion: version.MajorMinor(1, 28),
IntroducedVersion: version.MajorMinor(1, 27),
EnvOptions: []cel.EnvOption{
library.IP(),
library.CIDR(),
Expand Down

0 comments on commit 1d7800c

Please sign in to comment.