From 78aefd1497ca9d6c24cb0229ed1aae9816f24eef Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Wed, 25 Sep 2024 16:17:37 +0200 Subject: [PATCH] Revert "[8.15] Bump maximum supported package spec version to 3.2 (#193574) (#193727)" This reverts commit 603b31b04eec5d1d89191593eaef8b9f4a9dbd2c. --- 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 cb192ed356f6f..87df985be7a51 100644 --- a/x-pack/plugins/fleet/server/config.ts +++ b/x-pack/plugins/fleet/server/config.ts @@ -25,7 +25,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.2'; +const REGISTRY_SPEC_MAX_VERSION = '3.0'; export const config: PluginConfigDescriptor = { exposeToBrowser: {