Skip to content

Commit 1f0d8f0

Browse files
Bump CEL_SPEC_VERSION to v0.25.1 (#389)
Ref: https://buf.build/google/cel-spec/docs/v0.25.1
1 parent aff2196 commit 1f0d8f0

File tree

7 files changed

+237
-35
lines changed

7 files changed

+237
-35
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ 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
22-
TESTDATA_FILE := test/testdata/string_ext.textproto
21+
# This should be kept in sync with the version in test/test_format.py
22+
CEL_SPEC_VERSION ?= v0.25.1
23+
TESTDATA_FILE := test/testdata/string_ext_$(CEL_SPEC_VERSION).textproto
2324

2425
.PHONY: help
2526
help: ## Describe useful make targets

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)