Skip to content

Commit

Permalink
envoy: Bump golang version to 1.21.8
Browse files Browse the repository at this point in the history
This is to pick up the new image with updated golang version, and other
dependency bump.

Related commit: cilium/proxy@99c1c8f
Related build: https://github.com/cilium/proxy/actions/runs/8179378100/job/22365327840

Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras authored and squeed committed Mar 27, 2024
1 parent 10c70d5 commit b59fb15
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 @@ -6,7 +6,7 @@ ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:f384debcdc15d46ae82b8a87f

# 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.3-99c1c8f42c8de70fc8f6dd594f4a425cd38b6688@sha256:877ead12d08d4c04a9f67f86d3c6e542aeb7bf97e1e401aee74de456f496ac30 as cilium-envoy

#
# Hubble CLI
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.

4 changes: 2 additions & 2 deletions install/kubernetes/cilium/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1854,9 +1854,9 @@ envoy:
image:
override: ~
repository: "quay.io/cilium/cilium-envoy"
tag: "v1.27.0-49b6a7c9c075b587f26255e73eda3fa08506b3e4"
tag: "v1.27.3-99c1c8f42c8de70fc8f6dd594f4a425cd38b6688"
pullPolicy: "${PULL_POLICY}"
digest: "sha256:37168e791fd1bcb456988554e17dea85a200287a30011b6601791b25a354a7d7"
digest: "sha256:877ead12d08d4c04a9f67f86d3c6e542aeb7bf97e1e401aee74de456f496ac30"
useDigest: true

# -- Additional containers added to the cilium Envoy DaemonSet.
Expand Down

0 comments on commit b59fb15

Please sign in to comment.