Skip to content

Commit

Permalink
Major Release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shazad-weka committed Dec 12, 2024
1 parent 44c72ed commit f45c3c4
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 58 deletions.
50 changes: 50 additions & 0 deletions weka_upgrade_checker/known_issues.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"4.4.1-2": [
{
"description": "Will need to backup and remove WEKA SMB configuration prior upgrading to 4.4.1-2",
"related_protocols": ["smb"],
"link_types": [],
"version_from": ["4.4.1"],
"obj_store": false
},
{
"description": "SMB Broken. Should be skipped since its also IB",
"related_protocols": ["NFS"],
"link_types": ["IB"],
"version_from": ["3.3.1", "4.2.6"],
"obj_store": false
},
{
"description": "Shazad is the Greatest!. Should be skipped since its s3 which is disabled.",
"related_protocols": ["s3"],
"link_types": [],
"version_from": ["3.3.1", "4.2.6"],
"obj_store": false
},
{
"description": "Jacks favorite link type IB. Should be skipped since the cluster is ETH.",
"related_protocols": [],
"link_types": ["IB"],
"version_from": [],
"obj_store": true
}
],
"4.2.12": [
{
"description": "Memory leak during rebalancing.",
"related_protocols": [],
"link_types": [],
"version_from": [],
"obj_store": false
}
],
"4.2.13": [
{
"description": "Incompatibility with older S3 clients.",
"related_protocols": ["s3"],
"link_types": ["ETH", "IB"],
"version_from": [],
"obj_store": false
}
]
}
43 changes: 43 additions & 0 deletions weka_upgrade_checker/upgrade_path.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"4.4.1-2": ["4.2.16"],
"4.4.1": ["4.2.16"],
"4.4.0": ["4.2.16"],
"4.3.5.105": ["4.2.16"],
"4.3.5": ["4.2.16"],
"4.3.4-2": ["4.2.16"],
"4.3.3": ["4.2.16"],
"4.3.2.161": ["4.2.16"],
"4.3.0": ["4.2.16"],
"4.2.16": ["4.1.2.36"],
"4.2.15": ["4.1.2.36"],
"4.2.14": ["4.1.2.36"],
"4.2.13": ["4.1.2.36"],
"4.2.12.92": ["4.1.2.36"],
"4.2.12.91": ["4.1.2.36"],
"4.2.12.87": ["4.1.2.36"],
"4.2.11-3": ["4.1.2.36"],
"4.2.11-2": ["4.1.2.36"],
"4.2.11": ["4.1.2.36"],
"4.2.10": ["4.1.2.36"],
"4.2.9.28": ["4.1.2.36"],
"4.2.9-1": ["4.1.2.36"],
"4.2.9": ["4.1.2.36"],
"4.2.8.66": ["4.1.2.36"],
"4.2.7.64": ["4.1.2.36"],
"4.2.6.90": ["4.1.2.36"],
"4.2.5": ["4.1.2.36"],
"4.1.2.36": ["4.0"],
"4.1.2.22": ["4.0"],
"4.1.0.77": ["4.0"],
"4.1.0.71": ["4.0"],
"4.1.0": ["4.0"],
"4.0.5.39": ["3.14.1"],
"4.0.5.14": ["3.14.1"],
"4.0.3.13": ["3.14.1"],
"4.0.3.10": ["3.14.1"],
"4.0.3": ["3.14.1"],
"4.0.2.6": ["3.14.1"],
"4.0.2": ["3.14.1"],
"4.0.1": ["3.14.1"],
"4.0": ["3.14.1"]
}
2 changes: 1 addition & 1 deletion weka_upgrade_checker/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.50
1.4
Binary file modified weka_upgrade_checker/weka_upgrade_checker
Binary file not shown.
Loading

0 comments on commit f45c3c4

Please sign in to comment.