From 9435820013f5650509a69371c3f2cc11befef284 Mon Sep 17 00:00:00 2001 From: Rayshard Thompson Date: Tue, 26 May 2026 10:02:48 -0400 Subject: [PATCH] Update envoy-gateway versions in config.jsonnet --- libs/envoy-gateway/config.jsonnet | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/envoy-gateway/config.jsonnet b/libs/envoy-gateway/config.jsonnet index 2484f251..e350c6eb 100644 --- a/libs/envoy-gateway/config.jsonnet +++ b/libs/envoy-gateway/config.jsonnet @@ -1,8 +1,9 @@ local config = import 'jsonnet/config.jsonnet'; local versions = [ 'v1.5.9', - 'v1.6.5', - 'v1.7.1', + 'v1.6.7', + 'v1.7.3', + 'v1.8.0', ]; config.new(