Skip to content

Commit 296c483

Browse files
authored
Adds Envoy gateway 1.4.0 and 1.5.0 (#534)
* add support for envoy-gateway 1.1.0 * Add Envoy Gateway 1.2.1 * Add envoy-gateway v1.3.0 * remove EOL'd versions * Add envoy-gateway v1.4.0 * Add envoy gateway 1.5.0
1 parent 224ea1a commit 296c483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/envoy-gateway/config.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local config = import 'jsonnet/config.jsonnet';
2-
local versions = ['v1.2.1', 'v1.3.0'];
2+
local versions = ['v1.3.0', 'v1.4.0', 'v1.5.0'];
33

44
config.new(
55
name='envoy-gateway',

0 commit comments

Comments
 (0)