From afaf1ff01f1c3ba75a0f9bc9e5a34712a29a8bc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:15:32 +0000 Subject: [PATCH] chore(deps): update envoy 1.31.x to v1.31.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ENVOY_VERSION | 2 +- WORKSPACE | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ENVOY_VERSION b/ENVOY_VERSION index fc426f7b4..2446871ee 100644 --- a/ENVOY_VERSION +++ b/ENVOY_VERSION @@ -1 +1 @@ -envoy-1.31.4 +envoy-1.31.5 diff --git a/WORKSPACE b/WORKSPACE index c458cc8c3..140331c0f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -14,8 +14,8 @@ ENVOY_REPO = "envoy" # # No other line in this file may have ENVOY_SHA followed by an equals sign! # -# renovate: datasource=github-releases depName=envoyproxy/envoy digestVersion=v1.31.4 -ENVOY_SHA = "d045f4201477d50bc64a3bd38c28cfec67c272ca" +# renovate: datasource=github-releases depName=envoyproxy/envoy digestVersion=v1.31.5 +ENVOY_SHA = "688c4bbe47f4d05bb8ed268f5172bb026cf03242" # // clang-format off: unexpected @bazel_tools reference, please indirect via a definition in //bazel load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")