We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a970d commit d22ff53Copy full SHA for d22ff53
libs/flagger/config.jsonnet
@@ -1,12 +1,10 @@
1
local config = import 'jsonnet/config.jsonnet';
2
3
local versions = [
4
- { output: '1.13', version: '1.13.0' },
5
- { output: '1.16', version: '1.16.0' },
6
- { output: '1.21', version: '1.21.0' },
7
- { output: '1.25', version: '1.25.0' },
8
- { output: '1.26', version: '1.26.0' },
9
- { output: '1.27', version: '1.27.0' },
+ { output: '1.38', version: '1.38.0' },
+ { output: '1.39', version: '1.39.0' },
+ { output: '1.40', version: '1.40.0' },
+ { output: '1.41', version: '1.41.0' },
10
];
11
12
config.new(
0 commit comments