Update ELevate vendors patch:
- extend upgrade path with ability to elevate AlmaLinux to "8.7", "8.8", "8.9", "8.10" and "9.0", "9.1", "9.2", "9.3", "9.4" versions with --target option
This commit is contained in:
parent
27a1a29a7f
commit
02f5b7f90f
@ -5255,19 +5255,22 @@ index 34f7b8f9..acba532c 100644
|
|||||||
|
|
||||||
if self.opts.tid[0] == 'check':
|
if self.opts.tid[0] == 'check':
|
||||||
diff --git a/repos/system_upgrade/common/files/upgrade_paths.json b/repos/system_upgrade/common/files/upgrade_paths.json
|
diff --git a/repos/system_upgrade/common/files/upgrade_paths.json b/repos/system_upgrade/common/files/upgrade_paths.json
|
||||||
index 5399f148..6904a30d 100644
|
index 5399f148..0c6b7463 100644
|
||||||
--- a/repos/system_upgrade/common/files/upgrade_paths.json
|
--- a/repos/system_upgrade/common/files/upgrade_paths.json
|
||||||
+++ b/repos/system_upgrade/common/files/upgrade_paths.json
|
+++ b/repos/system_upgrade/common/files/upgrade_paths.json
|
||||||
@@ -2,10 +2,10 @@
|
@@ -1,11 +1,10 @@
|
||||||
|
{
|
||||||
"default": {
|
"default": {
|
||||||
"7.9": ["8.8", "8.10"],
|
- "7.9": ["8.8", "8.10"],
|
||||||
"8.8": ["9.2"],
|
- "8.8": ["9.2"],
|
||||||
- "8.10": ["9.4", "9.5"],
|
- "8.10": ["9.4", "9.5"],
|
||||||
+ "8.10": ["9.4"],
|
+ "7.9": ["8.7", "8.8", "8.9", "8.10"],
|
||||||
|
+ "8.10": ["9.0", "9.1", "9.2", "9.3", "9.4"],
|
||||||
"9.6": ["10.0"],
|
"9.6": ["10.0"],
|
||||||
"7": ["8.8", "8.10"],
|
- "7": ["8.8", "8.10"],
|
||||||
- "8": ["9.2", "9.4", "9.5"],
|
- "8": ["9.2", "9.4", "9.5"],
|
||||||
+ "8": ["9.2", "9.4"],
|
+ "7": ["8.7", "8.8", "8.9", "8.10"],
|
||||||
|
+ "8": ["9.0", "9.1", "9.2", "9.3", "9.4"],
|
||||||
"9": ["10.0"]
|
"9": ["10.0"]
|
||||||
},
|
},
|
||||||
"saphana": {
|
"saphana": {
|
||||||
|
@ -308,6 +308,7 @@ done;
|
|||||||
* Mon Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.3
|
* Mon Oct 07 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.3
|
||||||
- Update ELevate patch:
|
- Update ELevate patch:
|
||||||
- remove '9.5' target from upgrade path until it is not released
|
- remove '9.5' target from upgrade path until it is not released
|
||||||
|
- extend upgrade path with ability to elevate AlmaLinux to "8.7", "8.8", "8.9", "8.10" and "9.0", "9.1", "9.2", "9.3", "9.4" versions with --target option
|
||||||
|
|
||||||
* Thu Aug 29 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.2
|
* Thu Aug 29 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.21.0-2.elevate.2
|
||||||
- Update ELevate patch:
|
- Update ELevate patch:
|
||||||
|
Loading…
Reference in New Issue
Block a user