Skip to content

Commit 63c33d4

Browse files
committed
Drop obsoleted upgrade path (obsoleted releases: 8.6, 8.9, 9.0, 9.3)
This is followup on announced changed from commit 5a3bded. The support for noted RHEL releases ends on May 2024, hence the upgrade paths related to these releases are dropped. Jira: OAMG-10452
1 parent 5518ae0 commit 63c33d4

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
{
22
"default": {
3-
"7.9": ["8.6", "8.8", "8.9", "8.10"],
4-
"8.6": ["9.0"],
3+
"7.9": ["8.8", "8.10"],
54
"8.8": ["9.2"],
6-
"8.9": ["9.3"],
75
"8.10": ["9.4"],
8-
"7": ["8.6", "8.8", "8.9", "8.10"],
9-
"8": ["9.0", "9.2", "9.3", "9.4"]
6+
"7": ["8.8", "8.10"],
7+
"8": ["9.2", "9.4"]
108
},
119
"saphana": {
12-
"7.9": ["8.6", "8.10", "8.8"],
13-
"7": ["8.6", "8.10", "8.8"],
14-
"8.6": ["9.0"],
10+
"7.9": ["8.10", "8.8"],
11+
"7": ["8.10", "8.8"],
1512
"8.8": ["9.2"],
1613
"8.10": ["9.4"],
17-
"8": ["9.0", "9.4", "9.2"]
14+
"8": ["9.4", "9.2"]
1815
}
1916
}

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', '8.10'], 'rhel-saphana': ['8.6', '8.8', '8.10']},
19+
'8': {'rhel': ['8.8', '8.10'], 'rhel-saphana': ['8.8', '8.10']},
2020
}
2121

2222

0 commit comments

Comments
 (0)