Skip to content

Commit be32252

Browse files
authored
chore(envoy-gateway): Add version v1.6.0 (#585)
1 parent a778e62 commit be32252

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libs/envoy-gateway/config.jsonnet

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
local config = import 'jsonnet/config.jsonnet';
2-
local versions = ['v1.3.0', 'v1.4.0', 'v1.5.0'];
2+
local versions = [
3+
'v1.3.0',
4+
'v1.4.0',
5+
'v1.5.0',
6+
'v1.6.0',
7+
];
38

49
config.new(
510
name='envoy-gateway',

0 commit comments

Comments
 (0)