Skip to content
Open
2 changes: 1 addition & 1 deletion libs/envoy-gateway/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local config = import 'jsonnet/config.jsonnet';
local versions = ['v1.2.1', 'v1.3.0'];
local versions = ['v1.3.0', 'v1.4.0', 'v1.5.0'];

config.new(
name='envoy-gateway',
Expand Down