Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
# This version should be kept in sync with the version in buf.yaml
PROTOVALIDATE_VERSION ?= v1.0.0
# Version of the cel-spec that this implementation is conformant with
CEL_SPEC_VERSION ?= v0.24.0
CEL_SPEC_VERSION ?= v0.25.0
TESTDATA_FILE := test/testdata/string_ext.textproto

.PHONY: help
Expand Down
47 changes: 23 additions & 24 deletions gen/cel/expr/conformance/conformance_service_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions gen/cel/expr/conformance/conformance_service_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions gen/cel/policy/policy_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading