Skip to content

Commit 23aac2c

Browse files
Bump CEL_SPEC_VERSION to v0.25.0
1 parent 97672b1 commit 23aac2c

File tree

5 files changed

+155
-32
lines changed

5 files changed

+155
-32
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1818
# This version should be kept in sync with the version in buf.yaml
1919
PROTOVALIDATE_VERSION ?= v1.0.0
2020
# Version of the cel-spec that this implementation is conformant with
21-
CEL_SPEC_VERSION ?= v0.24.0
21+
CEL_SPEC_VERSION ?= v0.25.0
2222
TESTDATA_FILE := test/testdata/string_ext.textproto
2323

2424
.PHONY: help

gen/cel/expr/conformance/conformance_service_pb2.py

Lines changed: 23 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/cel/expr/conformance/conformance_service_pb2.pyi

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/cel/policy/policy_pb2.py

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)