Commit Graph

14 Commits

Author SHA1 Message Date
Jacob Delgado a531ef9319 Use with latest tools image 2024-05-30 16:25:13 -06:00
jacob-delgado 3d9a233170
Run make gen (#3120) 2024-03-11 17:59:56 -07:00
jacob-delgado 06018d723c
Run make gen with new protoc (#3051)
* Run make gen with new protoc

* Update dependencies
2024-01-17 09:03:58 -08:00
Whitney Griffith 648947ed7c
Update CEL documentation to capture type checking errors. (#2984)
* Update CEL documentation to capture type checking errors.

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

* address comments

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

* accept rewording

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

Co-authored-by: Craig Box <craig.box@gmail.com>

* make gen

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>

---------

Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>
Co-authored-by: Craig Box <craig.box@gmail.com>
2023-11-15 07:32:03 -08:00
Matt Kramer 064529d3bb
chore: Fix typo in VirtualService docs (#2847)
* Fix typo in VirtualService docs

* Run make gen
2023-07-06 13:44:32 -07:00
zirain eeaf63b792
sync stats config (#2769) 2023-04-27 09:50:30 -07:00
zirain 49a8f67e97
update `proxy_inbound_listen_port` doc (#2735)
* update doc

* fix make gen

* fix gencheck
2023-03-21 19:43:21 -07:00
Sathish d80de99025
Format corrections of JWTRule document (#2720)
* Fix indentation of jwt doc

* Update comment line of jwtrule

* Fix indentation of jwt doc

* Update comment line of jwtrule

* Rebase with latest master

---------

Co-authored-by: Sathish Swaminathan <sathish.swaminathan@ibm.com>
2023-03-13 12:07:22 -07:00
Istio Automation fbb909b586
Automator: update common-files@master in istio/api@master (#2443) 2022-08-03 06:08:58 -07:00
Eric Van Norman 5294aace93
Run `make gen` with current tooling (#2409) 2022-07-06 07:17:29 -07:00
John Howard 49eaa21b27
Re-run gen after buf upgrade (#2236)
This was an intended change in `buf` to not set the protoc version. I
don't know the context. Fixes #2235
2022-02-08 08:30:14 -08:00
Douglas Reid 694b7b802a
pickup SD extension configuration changes (#2206) 2022-01-10 13:15:29 -08:00
John Howard a14094ee40
Pick up recent changes to the SD proto from `istio/proxy` (#2116) 2021-10-06 13:41:25 -07:00
John Howard 8e91abc90f
Move istio/proxy protos into istio/api (#2107)
* Move istio/proxy protos into istio/api

Fixes https://github.com/istio/istio/issues/35210.

This does two things:
* Move some protos we have in istio/istio that are manually generating
the go protos, using an outdated protobuf library and outdated proto.
* Move some protos we have in istio/proxy that are not generating any go
protos at all.

A next step will be to have istio/istio import these go libraries, and
istio/proxy to import these as proto_libraries.

* add README
2021-10-06 10:45:48 -07:00