Skip to content

Commit 5a3bded

Browse files
pirat89fernflower
authored andcommitted
Update upgrade paths: Add 8.10/9.4
Adding upgrade paths (RHEL and RHEL with SAP HANA): 7.9 -> 8.10 8.10 -> 9.4 Following upgrade paths will be dropped later in this release. Consider them as deprecated now. 7.9 -> 8.6 (RHEL and RHEL with SAP HANA) 7.9 -> 8.9 8.6 -> 9.0 (RHEL and RHEL with SAP HANA) 8.9 -> 8.3
1 parent 81e85bd commit 5a3bded

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"default": {
3-
"7.9": ["8.6", "8.8", "8.9"],
3+
"7.9": ["8.6", "8.8", "8.9", "8.10"],
44
"8.6": ["9.0"],
55
"8.8": ["9.2"],
66
"8.9": ["9.3"],
7-
"7": ["8.6", "8.8", "8.9"],
8-
"8": ["9.3"]
7+
"8.10": ["9.4"],
8+
"7": ["8.6", "8.8", "8.9", "8.10"],
9+
"8": ["9.0", "9.2", "9.3", "9.4"]
910
},
1011
"saphana": {
11-
"7.9": ["8.8", "8.6"],
12-
"7": ["8.8", "8.6"],
12+
"7.9": ["8.6", "8.10", "8.8"],
13+
"7": ["8.6", "8.10", "8.8"],
1314
"8.6": ["9.0"],
1415
"8.8": ["9.2"],
15-
"8": ["9.2", "9.0"]
16+
"8.10": ["9.4"],
17+
"8": ["9.0", "9.4", "9.2"]
1618
}
1719
}

repos/system_upgrade/common/libraries/config/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
_SUPPORTED_VERSIONS = {
1717
# Note: 'rhel-alt' is detected when on 'rhel' with kernel 4.x
1818
'7': {'rhel': ['7.9'], 'rhel-alt': [], 'rhel-saphana': ['7.9']},
19-
'8': {'rhel': ['8.6', '8.8', '8.9'], 'rhel-saphana': ['8.6', '8.8']},
19+
'8': {'rhel': ['8.6', '8.8', '8.9', '8.10'], 'rhel-saphana': ['8.6', '8.8', '8.10']},
2020
}
2121

2222

0 commit comments

Comments
 (0)