Skip to content

Commit e73a440

Browse files
authored
Add Envoy Gateway 1.2.1 (#478)
* add support for envoy-gateway 1.1.0 * Add Envoy Gateway 1.2.1
1 parent 05b66e7 commit e73a440

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 = ['v0.6.0', 'v1.0.1', 'v1.1.0'];
2+
local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0', 'v1.2.1'];
33

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

0 commit comments

Comments
 (0)