Skip to content

Commit

Permalink
[APM] Update APM package version to 8.1.0 (#126477) (#126513)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6634e14)

Co-authored-by: Cauê Marcondes <[email protected]>
  • Loading branch information
kibanamachine and cauemarcondes authored Feb 28, 2022
1 parent 322a190 commit 74441bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/common/fleet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import semverParse from 'semver/functions/parse';

export const POLICY_ELASTIC_AGENT_ON_CLOUD = 'policy-elastic-agent-on-cloud';

export const SUPPORTED_APM_PACKAGE_VERSION = '8.0.0';
export const SUPPORTED_APM_PACKAGE_VERSION = '8.1.0';

export function isPrereleaseVersion(version: string) {
return semverParse(version)?.prerelease?.length ?? 0 > 0;
Expand Down

0 comments on commit 74441bb

Please sign in to comment.