From 50429b0a759e6039dd7db3b885702c5e64d37614 Mon Sep 17 00:00:00 2001 From: Marc Lopez Rubio Date: Wed, 10 Nov 2021 16:12:23 +0800 Subject: [PATCH] package: Update version to 8.0.0 (#6569) Updates the APM Package version to 8.0.0 since it was not updated when the 7.16.0 release got pushed, and after we published the apm package `8.0.0-dev1` to staging, the tests started installing that version of the package instead of relying on the local package since the remote version was higher. Signed-off-by: Marc Lopez Rubio --- apmpackage/apm/changelog.yml | 5 +++++ apmpackage/apm/manifest.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apmpackage/apm/changelog.yml b/apmpackage/apm/changelog.yml index 169409a4743..2b6c1557c7e 100644 --- a/apmpackage/apm/changelog.yml +++ b/apmpackage/apm/changelog.yml @@ -1,6 +1,11 @@ # newer versions go on top # # change type can be one of: enhancement, bugfix, breaking-change +- version: "8.0.0" + changes: + - description: added new traces-apm.rum and individual ILM policies per data stream + type: enhancement + link: https://github.com/elastic/apm-server/pull/6480 - version: "7.16.0" changes: - description: updated package version to align with stack version diff --git a/apmpackage/apm/manifest.yml b/apmpackage/apm/manifest.yml index 0dcfb8ff783..a78c6b9be97 100644 --- a/apmpackage/apm/manifest.yml +++ b/apmpackage/apm/manifest.yml @@ -1,14 +1,14 @@ format_version: 1.0.0 name: apm title: Elastic APM -version: 7.16.0 +version: 8.0.0 license: basic description: Ingest APM data type: integration categories: ["elastic_stack", "monitoring"] release: ga conditions: - kibana.version: "^7.16.0" + kibana.version: "^8.0.0" icons: - src: /img/logo_apm.svg title: APM Logo