Skip to content

Commit

Permalink
Bump maximum supported package spec version to 3.2 (elastic#193574)
Browse files Browse the repository at this point in the history
Update maximum supported spec version to 3.2, as done for serverless in
elastic#192493.

Fix elastic#193289

(cherry picked from commit 9f67292)
  • Loading branch information
jsoriano committed Sep 23, 2024
1 parent fc16411 commit 384b629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.0';
const REGISTRY_SPEC_MAX_VERSION = '3.2';

export const config: PluginConfigDescriptor = {
exposeToBrowser: {
Expand Down

0 comments on commit 384b629

Please sign in to comment.