Skip to content

Commit

Permalink
package: Update version to 8.0.0 (#6569)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
marclop authored Nov 10, 2021
1 parent 90be0b1 commit 50429b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions apmpackage/apm/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions apmpackage/apm/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 50429b0

Please sign in to comment.