From 23dcc12cb20fc973a7fb58720621783174273d44 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 23 Sep 2024 16:23:42 +0200 Subject: [PATCH] Bump maximum supported package spec version to 3.2 (#193574) Update maximum supported spec version to 3.2, as done for serverless in https://github.com/elastic/kibana/pull/192493. Fix https://github.com/elastic/kibana/issues/193289 (cherry picked from commit 9f67292bcad0e48692754a81d5e3dfe3793e8b2d) --- x-pack/plugins/fleet/server/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/fleet/server/config.ts b/x-pack/plugins/fleet/server/config.ts index 8ea3f204ffc8f..6df693096f7c6 100644 --- a/x-pack/plugins/fleet/server/config.ts +++ b/x-pack/plugins/fleet/server/config.ts @@ -26,7 +26,7 @@ import { BULK_CREATE_MAX_ARTIFACTS_BYTES } from './services/artifacts/artifacts' const DEFAULT_BUNDLED_PACKAGE_LOCATION = path.join(__dirname, '../target/bundled_packages'); const DEFAULT_GPG_KEY_PATH = path.join(__dirname, '../target/keys/GPG-KEY-elasticsearch'); -const REGISTRY_SPEC_MAX_VERSION = '3.0'; +const REGISTRY_SPEC_MAX_VERSION = '3.2'; export const config: PluginConfigDescriptor = { exposeToBrowser: {