Skip to content

Commit a094b12

Browse files
authored
Add contour 1.30 and remove some older versions (#512)
1 parent 7e17c40 commit a094b12

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

libs/contour/config.jsonnet

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,10 @@
11
local config = import 'jsonnet/config.jsonnet';
22
local versions = [
3+
{ version: '1.30', tag: 'v1.30.0'},
34
{ version: '1.29', tag: 'v1.29.0'},
45
{ version: '1.28', tag: 'v1.28.1'},
56
{ version: '1.27', tag: 'v1.27.1'},
67
{ version: '1.26', tag: 'v1.26.2'},
7-
{ version: '1.25', tag: 'v1.25.3'},
8-
{ version: '1.24', tag: 'v1.24.4'},
9-
{ version: '1.23', tag: 'v1.23.5'},
10-
{ version: '1.22', tag: 'v1.22.6'},
11-
{ version: '1.21', tag: 'v1.21.3'},
12-
{ version: '1.20', tag: 'v1.20.2'},
13-
{ version: '1.19', tag: 'v1.19.1'},
14-
{ version: '1.18', tag: 'v1.18.3'},
15-
{ version: '1.17', tag: 'v1.17.2'},
16-
{ version: '1.16', tag: 'v1.16.1'},
17-
{ version: '1.15', tag: 'v1.15.2'},
18-
{ version: '1.14', tag: 'v1.14.2'},
19-
{ version: '1.13', tag: 'v1.13.1'},
20-
{ version: '1.12', tag: 'v1.12.0'},
21-
{ version: '1.11', tag: 'v1.11.0'},
22-
{ version: '1.10', tag: 'v1.10.1'},
23-
{ version: '1.9', tag: 'v1.9.0'},
248
];
259

2610
config.new(

0 commit comments

Comments
 (0)