Skip to content

Commit

Permalink
chore: add istio 1.{18,19} ; deprecate unsupported versions (#355)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Riegler <[email protected]>
  • Loading branch information
xvzf authored Oct 19, 2023
1 parent 39bc106 commit 4ffbc13
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions libs/istio/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
local config = import 'jsonnet/config.jsonnet';
local versions = [
['1.17', '1.17.0'],
['1.16', '1.16.0'],
['1.15', '1.15.3'],
['1.14', '1.14.5'],
['1.13', '1.13.9'],
['1.19', '1.19.1'],
['1.18', '1.18.6'],
['1.17', '1.17.6'],
];

config.new(
Expand Down

0 comments on commit 4ffbc13

Please sign in to comment.