From a3c652a977f14b3230053109449811e16bb48125 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Fri, 20 Sep 2024 15:14:14 +0200 Subject: [PATCH] Bump maximum supported package spec version to 3.2 Current stack versions should be already able to support packages using spec 3.2. --- 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: {