Skip to content

Commit

Permalink
envoy: Bump envoy minor version to v1.29.x
Browse files Browse the repository at this point in the history
Notable upstream PRs:

- Clang 17 cilium/proxy#710
- Envoy 1.29.3 cilium/proxy#660

Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Apr 18, 2024
1 parent d4ab4f5 commit 5e0475c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 images/cilium/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:bcf26b2fb0be1bccdb0bacf0c29fcb5530eb5997@sha256:45e22e685599cfdfbf9d2f0fce9635b3fc599f97c23dc541351d637e9563127c
ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:0615d2db1a5616db6ebe0d467da69bfc2b552427@sha256:60d433ea2d8cbe9712205323fe00cfd76a210ef0115216dbdd9f22603136e9a4
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy:v1.28.2-b26890d42321dd1ee126ee7e38274f3a675c9a23@sha256:d53a3d10f56d5d629dd2871a6600398d56c3f6040fda5ded8681ff6dbefb4213
ARG CILIUM_ENVOY_IMAGE=quay.io/cilium/cilium-envoy:v1.29.3-2c7164c53e26902bba2ab8ba25ae365460d48a58@sha256:40a69964865ac7005488e5b4263894221c24cdb1b2e10da5193bd2e460ce6529

# cilium-envoy from github.com/cilium/proxy
#
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/Makefile.values
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export CILIUM_NODEINIT_VERSION:=62093c5c233ea914bfa26a10ba41f8780d9b737f
export CILIUM_NODEINIT_DIGEST:=sha256:e1d442546e868db1a3289166c14011e0dbd32115b338b963e56f830972bc22a2

export CILIUM_ENVOY_REPO:=quay.io/cilium/cilium-envoy
export CILIUM_ENVOY_VERSION:=v1.28.2-b26890d42321dd1ee126ee7e38274f3a675c9a23
export CILIUM_ENVOY_DIGEST:=sha256:d53a3d10f56d5d629dd2871a6600398d56c3f6040fda5ded8681ff6dbefb4213
export CILIUM_ENVOY_VERSION:=v1.29.3-2c7164c53e26902bba2ab8ba25ae365460d48a58
export CILIUM_ENVOY_DIGEST:=sha256:40a69964865ac7005488e5b4263894221c24cdb1b2e10da5193bd2e460ce6529

export HUBBLE_UI_BACKEND_REPO:=quay.io/cilium/hubble-ui-backend
export HUBBLE_UI_BACKEND_VERSION:=v0.13.0
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.

0 comments on commit 5e0475c

Please sign in to comment.