From ac59b0263f61064dbfacd53ce004849cd39671f6 Mon Sep 17 00:00:00 2001 From: Eric Yap Date: Mon, 7 Jul 2025 17:04:42 +0800 Subject: [PATCH 1/3] Update upgrade-config.yaml since 8.19 and 9.1 no longer have the same apm-data resource version --- integrationservertest/upgrade-config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/integrationservertest/upgrade-config.yaml b/integrationservertest/upgrade-config.yaml index f0c0b4ea7cf..c590898ae30 100644 --- a/integrationservertest/upgrade-config.yaml +++ b/integrationservertest/upgrade-config.yaml @@ -13,7 +13,4 @@ lazy-rollover-with-exceptions: 8.17: 8.19: 9.0: - # 8.19 and 9.1 have the same template due to - # https://github.com/elastic/elasticsearch/pull/128913. - 9.1: - - "8.19" \ No newline at end of file + 9.1: \ No newline at end of file From 203d5fc537780779f411cd11b6bdbf054e979d64 Mon Sep 17 00:00:00 2001 From: Eric Yap Date: Mon, 7 Jul 2025 18:41:30 +0800 Subject: [PATCH 2/3] Add 9.2 --- integrationservertest/upgrade-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrationservertest/upgrade-config.yaml b/integrationservertest/upgrade-config.yaml index c590898ae30..5d1ec26129b 100644 --- a/integrationservertest/upgrade-config.yaml +++ b/integrationservertest/upgrade-config.yaml @@ -13,4 +13,5 @@ lazy-rollover-with-exceptions: 8.17: 8.19: 9.0: - 9.1: \ No newline at end of file + 9.1: + 9.2: \ No newline at end of file From 2cf1a612b3073e1514e835988400d045127ceb65 Mon Sep 17 00:00:00 2001 From: Eric Yap Date: Mon, 7 Jul 2025 23:15:41 +0800 Subject: [PATCH 3/3] Add 9.1 under 9.2 exception since they both share the same --- integrationservertest/upgrade-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrationservertest/upgrade-config.yaml b/integrationservertest/upgrade-config.yaml index 5d1ec26129b..212941daebd 100644 --- a/integrationservertest/upgrade-config.yaml +++ b/integrationservertest/upgrade-config.yaml @@ -14,4 +14,5 @@ lazy-rollover-with-exceptions: 8.19: 9.0: 9.1: - 9.2: \ No newline at end of file + 9.2: + - "9.1" \ No newline at end of file