From cf261dc73175f9f222a50d58ef38f48b7fe0cfc7 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Mon, 30 Oct 2023 09:43:49 +0100 Subject: [PATCH] [fleet]: update bundled Universal Profiling Collector (#168838) ## Summary Update bundled Universal Profiling Collector from 8.10.0 to 8.11.0. This change depends on https://github.com/elastic/integrations/pull/8189. ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) Signed-off-by: Florian Lehner --- fleet_packages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fleet_packages.json b/fleet_packages.json index 3cdd6bb3a5ea8..4640e150b1a36 100644 --- a/fleet_packages.json +++ b/fleet_packages.json @@ -47,7 +47,7 @@ }, { "name": "profiler_collector", - "version": "8.10.0", + "version": "8.11.0", "forceAlignStackVersion": true }, { @@ -58,4 +58,4 @@ "name": "security_detection_engine", "version": "8.10.3" } -] \ No newline at end of file +]