From 5e364e0aedacb93340d7a43ce8b34b84eababa3f Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Thu, 19 May 2022 10:18:19 +0200 Subject: [PATCH 35/39] Add upgrade path 8.7 -> 9.0 The next supported upgrade path for IPU 8 -> 9 is 8.7 -> 9.0. As the development and testing are already in progress, enable 8.7 system for the upgrade for non-sap systems. With that, we expect in future to drop 8.6 -> 9.0, but keeping it for now as we want to be able to test the functionality with 8.6 as well in this phase. --- repos/system_upgrade/common/files/upgrade_paths.json | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/system_upgrade/common/files/upgrade_paths.json b/repos/system_upgrade/common/files/upgrade_paths.json index 30d25353..224d6563 100644 --- a/repos/system_upgrade/common/files/upgrade_paths.json +++ b/repos/system_upgrade/common/files/upgrade_paths.json @@ -3,6 +3,7 @@ "7.6": ["8.4", "8.6"], "7.9": ["8.4", "8.6"], "8.6": ["9.0"], + "8.7": ["9.0"], "7": ["8.4", "8.6"], "8": ["9.0"] }, -- 2.35.3