Skip to content

Commit

Permalink
chore(*) update envoy to 1.18.4 (kumahq#2667)
Browse files Browse the repository at this point in the history
It includes latest security patch to mitigate
CVE-2021-32779

Signed-off-by: Bart Smykla <bartek@smykla.com>
  • Loading branch information
bartsmykla authored and nikita15p committed Sep 28, 2021
1 parent 6107933 commit 7780791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/dockerfiles/Dockerfile.universal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# using Envoy's base to copy the Envoy binary
FROM envoyproxy/envoy:v1.18.3 as envoy
FROM envoyproxy/envoy:v1.18.4 as envoy

FROM ubuntu:20.04

Expand Down
2 changes: 1 addition & 1 deletion tools/releases/distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PULP_HOST="https://api.pulp.konnect-prod.konghq.com"
PULP_PACKAGE_TYPE="mesh"
PULP_DIST_NAME="alpine"
[ -z "$RELEASE_NAME" ] && RELEASE_NAME="kuma"
ENVOY_VERSION=1.18.3
ENVOY_VERSION=1.18.4
[ -z "$KUMA_CONFIG_PATH" ] && KUMA_CONFIG_PATH=pkg/config/app/kuma-cp/kuma-cp.defaults.yaml

function msg_green() {
Expand Down
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/Dockerfile.kuma-dp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# using Envoy's base to inherit the Envoy binary
FROM envoyproxy/envoy-alpine:v1.18.3
FROM envoyproxy/envoy-alpine:v1.18.4

ADD $KUMA_ROOT/build/artifacts-linux-amd64/kuma-dp/kuma-dp /usr/bin
ADD $KUMA_ROOT/build/artifacts-linux-amd64/coredns/coredns /usr/bin
Expand Down

0 comments on commit 7780791

Please sign in to comment.