From 731a38f4cc14705150fecd7edb501ac17f8472b6 Mon Sep 17 00:00:00 2001 From: Vicens Juan Tomas Monserrat Date: Wed, 24 Jul 2024 14:48:58 +0200 Subject: [PATCH 1/5] add support for envoy-gateway 1.1.0 --- libs/envoy-gateway/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/envoy-gateway/config.jsonnet b/libs/envoy-gateway/config.jsonnet index a0288556..fb866a76 100644 --- a/libs/envoy-gateway/config.jsonnet +++ b/libs/envoy-gateway/config.jsonnet @@ -1,5 +1,5 @@ local config = import 'jsonnet/config.jsonnet'; -local versions = ['v0.6.0', 'v1.0.1']; +local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0']; config.new( name='envoy-gateway', From cf304e219303ba8700e3be34388a6a31bd4e0caa Mon Sep 17 00:00:00 2001 From: Vicens Juan Tomas Monserrat Date: Thu, 7 Nov 2024 11:01:44 +0100 Subject: [PATCH 2/5] Add Envoy Gateway 1.2.1 --- libs/envoy-gateway/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/envoy-gateway/config.jsonnet b/libs/envoy-gateway/config.jsonnet index fb866a76..0b20d4c9 100644 --- a/libs/envoy-gateway/config.jsonnet +++ b/libs/envoy-gateway/config.jsonnet @@ -1,5 +1,5 @@ local config = import 'jsonnet/config.jsonnet'; -local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0']; +local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0', 'v1.2.1']; config.new( name='envoy-gateway', From 89739b7d58fcca7c4383e28c667de1b19686259e Mon Sep 17 00:00:00 2001 From: Vicens Juan Tomas Monserrat Date: Mon, 10 Feb 2025 09:37:29 +0100 Subject: [PATCH 3/5] Add envoy-gateway v1.3.0 --- libs/envoy-gateway/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/envoy-gateway/config.jsonnet b/libs/envoy-gateway/config.jsonnet index 0b20d4c9..90ae696f 100644 --- a/libs/envoy-gateway/config.jsonnet +++ b/libs/envoy-gateway/config.jsonnet @@ -1,5 +1,5 @@ local config = import 'jsonnet/config.jsonnet'; -local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0', 'v1.2.1']; +local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0', 'v1.2.1', 'v1.3.0']; config.new( name='envoy-gateway', From 4c1cd9f0953fca17b9e74192712336a5a8ce05ee Mon Sep 17 00:00:00 2001 From: Vicens Juan Tomas Monserrat Date: Wed, 12 Feb 2025 11:02:28 +0100 Subject: [PATCH 4/5] remove EOL'd versions --- libs/envoy-gateway/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/envoy-gateway/config.jsonnet b/libs/envoy-gateway/config.jsonnet index 90ae696f..28fba067 100644 --- a/libs/envoy-gateway/config.jsonnet +++ b/libs/envoy-gateway/config.jsonnet @@ -1,5 +1,5 @@ local config = import 'jsonnet/config.jsonnet'; -local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0', 'v1.2.1', 'v1.3.0']; +local versions = ['v1.2.1', 'v1.3.0']; config.new( name='envoy-gateway', From b8e6e60e3bcda13e02346d5fe92c7c92cfb1ce34 Mon Sep 17 00:00:00 2001 From: Vicens Juan Tomas Monserrat Date: Wed, 14 May 2025 13:02:31 +0200 Subject: [PATCH 5/5] Add envoy-gateway v1.4.0 --- libs/envoy-gateway/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/envoy-gateway/config.jsonnet b/libs/envoy-gateway/config.jsonnet index 28fba067..ade8da26 100644 --- a/libs/envoy-gateway/config.jsonnet +++ b/libs/envoy-gateway/config.jsonnet @@ -1,5 +1,5 @@ local config = import 'jsonnet/config.jsonnet'; -local versions = ['v1.2.1', 'v1.3.0']; +local versions = ['v1.2.1', 'v1.3.0', 'v1.4.0']; config.new( name='envoy-gateway',