From 85768ff504e0234357330b699ad2794eb62a7e7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:32:33 +0000 Subject: [PATCH] chore(deps): update envoy 1.30.x to v1.30.8 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 797b27abb..61d03f2ea 100644 --- a/ENVOY_VERSION +++ b/ENVOY_VERSION @@ -1 +1 @@ -envoy-1.30.7 +envoy-1.30.8 diff --git a/WORKSPACE b/WORKSPACE index 8c898f9b5..bfa46cfb7 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.30.7 -ENVOY_SHA = "349011c2ebd40f070510e34f4605bff1da64fb0e" +# renovate: datasource=github-releases depName=envoyproxy/envoy digestVersion=v1.30.8 +ENVOY_SHA = "ea0914ec4041695332fe0433a3a9bb3eba3d97a8" # // 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")