Skip to content

Commit bfe0fa8

Browse files
committed
Universal Profiling: Add Kibana constraint to support 9.0.0
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
1 parent 7cd78d3 commit bfe0fa8

File tree

6 files changed

+21
-6
lines changed

6 files changed

+21
-6
lines changed

packages/universal_profiling_agent/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: 8.17.3
3+
changes:
4+
- description: Update Kibana constraint to support 9.0.0.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13163
27
- version: 8.17.2
38
changes:
49
- description: Update ownership

packages/universal_profiling_agent/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: profiler_agent
22
title: Universal Profiling Agent
3-
version: 8.17.2
3+
version: 8.17.3
44
categories: ["elastic_stack", "monitoring"]
55
description: Fleet-wide, whole-system, continuous profiling with zero instrumentation.
66
conditions:
77
kibana:
8-
version: ^8.17.1
8+
version: "^8.17.3 || ^9.0.0"
99
elastic:
1010
subscription: basic
1111
format_version: 3.0.2

packages/universal_profiling_collector/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: 8.17.3
3+
changes:
4+
- description: Update Kibana constraint to support 9.0.0.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13163
27
- version: 8.14.1
38
changes:
49
- description: Don't use secret variables

packages/universal_profiling_collector/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: profiler_collector
22
title: Universal Profiling Collector
3-
version: 8.14.1
3+
version: 8.17.3
44
categories: ["elastic_stack", "monitoring"]
55
description: Fleet-wide, whole-system, continuous profiling with zero instrumentation.
66
conditions:
7-
kibana.version: ^8.12.0
7+
kibana.version: "^8.17.3 || ^9.0.0"
88
elastic.subscription: basic
99
format_version: 2.8.0
1010
icons:

packages/universal_profiling_symbolizer/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: 8.17.3
3+
changes:
4+
- description: Update Kibana constraint to support 9.0.0.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13163
27
- version: 8.14.1
38
changes:
49
- description: Don't use secret variables

packages/universal_profiling_symbolizer/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: profiler_symbolizer
22
title: Universal Profiling Symbolizer
3-
version: 8.14.1
3+
version: 8.17.3
44
categories: ["elastic_stack", "monitoring"]
55
description: Fleet-wide, whole-system, continuous profiling with zero instrumentation.
66
conditions:
7-
kibana.version: ^8.12.0
7+
kibana.version: "^8.17.3 || ^9.0.0"
88
elastic.subscription: basic
99
format_version: 2.8.0
1010
icons:

0 commit comments

Comments
 (0)