Skip to content

Commit

Permalink
envoy: update cilium/proxy to latest version
Browse files Browse the repository at this point in the history
This commit updates the Cilium Proxy (go.mod, Cilium Agent Dockerfile
& Helm Chart) to the latest version.

This includes the fix cilium/proxy#352 that fixes duplicated
NetworkPolicies in the Envoy Config Dump.

Signed-off-by: Marco Hofstetter <[email protected]>
  • Loading branch information
mhofstetter authored and sayboras committed Sep 19, 2023
1 parent 660f2f2 commit e2478fd
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Documentation/helm-values.rst

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/cilium/fake v0.5.0
github.com/cilium/linters v0.0.0-20230905071329-fa111e2c6672
github.com/cilium/lumberjack/v2 v2.3.0
github.com/cilium/proxy v0.0.0-20230911173141-49b6a7c9c075
github.com/cilium/proxy v0.0.0-20230914115435-e8543968fd3d
github.com/cilium/workerpool v1.2.0
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.3.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.

2 changes: 1 addition & 1 deletion images/cilium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:9de2fcfeb1fd12ffab099f48e

# cilium-envoy from github.com/cilium/proxy
#
FROM quay.io/cilium/cilium-envoy:v1.27.0-49b6a7c9c075b587f26255e73eda3fa08506b3e4@sha256:37168e791fd1bcb456988554e17dea85a200287a30011b6601791b25a354a7d7 as cilium-envoy
FROM quay.io/cilium/cilium-envoy:v1.27.0-e8543968fd3d6198b52640ef0b978cecfbaadcd7@sha256:4c1c6a8b3f4b643effcd7eaed57cbd3e03ce766acf6849b75d12128d3901019e as cilium-envoy

#
# Hubble CLI
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/Makefile.values
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export CILIUM_NODEINIT_REPO:=quay.io/cilium/startup-script
export CILIUM_NODEINIT_VERSION:=62093c5c233ea914bfa26a10ba41f8780d9b737f

export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy
export CILIUM_ENVOY_VERSION:=v1.27.0-49b6a7c9c075b587f26255e73eda3fa08506b3e4
export CILIUM_ENVOY_DIGEST:=sha256:37168e791fd1bcb456988554e17dea85a200287a30011b6601791b25a354a7d7
export CILIUM_ENVOY_VERSION:=v1.27.0-e8543968fd3d6198b52640ef0b978cecfbaadcd7
export CILIUM_ENVOY_DIGEST:=sha256:4c1c6a8b3f4b643effcd7eaed57cbd3e03ce766acf6849b75d12128d3901019e

export ETCD_REPO:=quay.io/coreos/etcd
export ETCD_VERSION:=v3.5.4
Expand Down
2 changes: 1 addition & 1 deletion install/kubernetes/cilium/README.md

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

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/values.yaml

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ github.com/cilium/linters/timeafter
# github.com/cilium/lumberjack/v2 v2.3.0
## explicit; go 1.13
github.com/cilium/lumberjack/v2
# github.com/cilium/proxy v0.0.0-20230911173141-49b6a7c9c075
# github.com/cilium/proxy v0.0.0-20230914115435-e8543968fd3d
## explicit; go 1.20
github.com/cilium/proxy/go/cilium/api
github.com/cilium/proxy/go/contrib/envoy/extensions/filters/network/mysql_proxy/v3
Expand Down

0 comments on commit e2478fd

Please sign in to comment.