Skip to content

Commit

Permalink
Revert "[8.15] Bump maximum supported package spec version to 3.2 (#1…
Browse files Browse the repository at this point in the history
…93574) (#193727)" (#194015)

This reverts commit 603b31b
(#193574). This was not expected
to be changed in a patch version.
  • Loading branch information
jsoriano authored Sep 25, 2024
1 parent bb0b2c9 commit 02679a3
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.2';
const REGISTRY_SPEC_MAX_VERSION = '3.0';

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

0 comments on commit 02679a3

Please sign in to comment.