Skip to content

Commit 9a2ed98

Browse files
authored
Change stack version requirements due to the breaking changes (#15268)
The metric name queue.filled.pct.events was changed to queue.filled.pct in v8.15.0. We've previously fixed the metric name in the package fields. However, the minimal stack version requirements remained unchanged. This would break any customers running on stack versions 8.11.2 – 8.14.3 and upgrading their Elastic Agent integration to 2.5.2.
1 parent 5f7ee6a commit 9a2ed98

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/elastic_agent/changelog.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# newer versions go on top
22

3+
- version: "2.6.0"
4+
changes:
5+
- description: Update version requirements due to the breaking change in metric names
6+
type: enhancement
7+
link: "https://github.com/elastic/integrations/pull/15268"
38
- version: "2.5.2"
49
changes:
5-
- description: Update `queue.filled.pct.events` to `queue.filled.pct` metric name
10+
- description: Update `queue.filled.pct.events` to `queue.filled.pct` metric name
611
type: enhancement
712
link: "https://github.com/elastic/integrations/pull/15244"
813
- version: "2.5.1"

packages/elastic_agent/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: elastic_agent
22
title: Elastic Agent
3-
version: 2.5.2
3+
version: 2.6.0
44
description: Collect logs and metrics from Elastic Agents.
55
type: integration
66
format_version: 3.1.4
77
categories: ["elastic_stack"]
88
conditions:
99
kibana:
10-
version: "^8.11.2 || ^9.0.0"
10+
version: "^8.15.0 || ^9.0.0"
1111
elastic:
1212
subscription: basic
1313
owner:

0 commit comments

Comments
 (0)