Skip to content

Commit

Permalink
vendor: update github.com/cilium/proxy to latest version
Browse files Browse the repository at this point in the history
This commit updates the latest Cilium Proxy API matching.

It includes the following changes / new features:

* Support Ingress ID also for east/west Ingress cilium/proxy#167
* admin: include cilium networkpolicies in envoy config dump cilium/proxy#184
* patches: Update for upstreamed versions cilium/proxy#183

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
  • Loading branch information
mhofstetter authored and sayboras committed Apr 26, 2023
1 parent 3698c40 commit 5d0ee60
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 59 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/cilium/ipam v0.0.0-20220824141044-46ef3d556735
github.com/cilium/kafka v0.0.0-20180809090225-01ce283b732b
github.com/cilium/lumberjack/v2 v2.3.0
github.com/cilium/proxy v0.0.0-20230419061206-c9ce47eec76b
github.com/cilium/proxy v0.0.0-20230420184820-797bea843de1
github.com/cilium/workerpool v1.2.0
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

179 changes: 124 additions & 55 deletions vendor/github.com/cilium/proxy/go/cilium/api/npds.pb.go

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

0 comments on commit 5d0ee60

Please sign in to comment.