Skip to content

Commit 89a970d

Browse files
authored
feat(strimzi): remove 0.3x versions; add versions up to 0.45 (#520)
1 parent 0766fee commit 89a970d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/strimzi/config.jsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local config = import 'jsonnet/config.jsonnet';
22

3-
local versions = ['0.36', '0.37', '0.38', '0.39', '0.40', '0.41'];
3+
local versions = ['0.40', '0.41', '0.42','0.43', '0.44', '0.45'];
44

55
config.new(
66
name='strimzi',

0 commit comments

Comments
 (0)