You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Protolock.
Move the protoc docker files to tools/protoc. Add docker files for
protolock image. Update Makefile precommit hook and prow presubmit
check to run protolock.
* Add combined image to be used on CircleCI
* Update proto.lock for policy_check_fail_open in mesh config.
* Updade circle config.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ When making changes to the protos in this repository, your changes **must** comp
12
12
13
13
## Updating
14
14
15
-
After the [protobuf](https://github.com/google/protobuf) definitions are updated, the corresponding `*pb.go` and `_pb2.py` files must be generated by running `scripts/generate-protos.sh` and submitted as part of the same PR as the updated definitions.
15
+
After the [protobuf](https://github.com/google/protobuf) definitions
16
+
are updated, the corresponding `*pb.go` and `_pb2.py` files must be
17
+
generated by running `scripts/generate-protos.sh` and submitted as
18
+
part of the same PR as the updated definitions. Also `make
19
+
proto-commit` must be run to update the proto.lock file with new
20
+
changes.
21
+
16
22
17
23
If releasing a new tagged version, please update python/istio-api/setup.py version to reflect.
0 commit comments