4242 'v322_url_replacement' ,
4343 'v322_removed_feeds_and_bots' ,
4444 'v340_deprecations' ,
45- 'v341_blueliv_removal ' ,
46- 'v342_new_fields ' ,
45+ 'v350_blueliv_removal ' ,
46+ 'v350_new_fields ' ,
4747 ]
4848
4949
@@ -976,7 +976,7 @@ def v340_deprecations(configuration, harmonization, dry_run, **kwargs):
976976 return message or changed , configuration , harmonization
977977
978978
979- def v341_blueliv_removal (configuration , harmonization , dry_run , ** kwargs ):
979+ def v350_blueliv_removal (configuration , harmonization , dry_run , ** kwargs ):
980980 """
981981 Remove blueliv collector and parser
982982 """
@@ -999,7 +999,7 @@ def v341_blueliv_removal(configuration, harmonization, dry_run, **kwargs):
999999 return message , configuration , harmonization
10001000
10011001
1002- def v342_new_fields (configuration , harmonization , dry_run , ** kwargs ):
1002+ def v350_new_fields (configuration , harmonization , dry_run , ** kwargs ):
10031003 """
10041004 Add new fields to IntelMQ Data Format
10051005 """
@@ -1057,8 +1057,7 @@ def v342_new_fields(configuration, harmonization, dry_run, **kwargs):
10571057 ((3 , 3 , 0 ), ()),
10581058 ((3 , 3 , 1 ), ()),
10591059 ((3 , 4 , 0 ), (v340_deprecations , )),
1060- ((3 , 4 , 1 ), (v341_blueliv_removal , )),
1061- ((3 , 4 , 2 ), (v342_new_fields , )),
1060+ ((3 , 5 , 0 ), (v350_blueliv_removal , v350_new_fields )),
10621061])
10631062
10641063ALWAYS = (harmonization ,)
0 commit comments