Skip to content

Commit

Permalink
add support for envoy-gateway 1.1.0 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 authored Aug 4, 2024
1 parent e077343 commit a5d1397
Showing 1 changed file with 1 addition and 1 deletion.
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 = ['v0.6.0', 'v1.0.1'];
local versions = ['v0.6.0', 'v1.0.1', 'v1.1.0'];

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

0 comments on commit a5d1397

Please sign in to comment.