Skip to content

Commit

Permalink
build: bump version to 7.17.26 (#14416)
Browse files Browse the repository at this point in the history
Signed-off-by: inge4pres <francesco.gualazzi@elastic.co>
  • Loading branch information
inge4pres authored Oct 22, 2024
1 parent d34661c commit fe985c5
Show file tree
Hide file tree
Showing 3 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: "7.17.26"
changes:
- description: Placeholder
type: bugfix
link: https://github.com/elastic/apm-server/pull/1234
- version: "7.17.25"
changes:
- description: Placeholder
Expand Down
2 changes: 1 addition & 1 deletion apmpackage/apm/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: apm
title: Elastic APM
version: 7.17.25
version: 7.17.26
license: basic
description: Ingest APM data
type: integration
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package cmd

// name matches github.com/elastic/beats/v7/dev-tools/mage/settings.go parseBeatVersion
const defaultBeatVersion = "7.17.25"
const defaultBeatVersion = "7.17.26"

0 comments on commit fe985c5

Please sign in to comment.