From 55bc56265c66e163930b41a56268a1e23cde0b1a Mon Sep 17 00:00:00 2001 From: Dan Panzarella Date: Tue, 22 Oct 2024 13:13:40 -0400 Subject: [PATCH] Release 8.15.2 (#559) --- .buildkite/scripts/check.sh | 2 +- package/endpoint/changelog.yml | 6 +++--- package/endpoint/manifest.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.buildkite/scripts/check.sh b/.buildkite/scripts/check.sh index 3fda647c7..544103aa7 100755 --- a/.buildkite/scripts/check.sh +++ b/.buildkite/scripts/check.sh @@ -17,7 +17,7 @@ make elastic-package echo "--- Retrieving stack version" # Use STACK_VERSION if defined, else use the output of .buildkite/scripts/find_oldest_supported_version.py -_STACK_VERSION=${STACK_VERSION:-$(python3 .buildkite/scripts/find_oldest_supported_version.py)} +_STACK_VERSION=8.15.3 echo "Using stack version $_STACK_VERSION" echo "--- Prepare stack" diff --git a/package/endpoint/changelog.yml b/package/endpoint/changelog.yml index aa230cc79..84cd9f687 100644 --- a/package/endpoint/changelog.yml +++ b/package/endpoint/changelog.yml @@ -1,8 +1,8 @@ -- version: "8.15.2-next" +- version: "8.15.2" changes: - - description: TBD + - description: Secondary Malware Signature Fields type: enhancement - link: https://github.com/elastic/endpoint-package/pull/999999 + link: https://github.com/elastic/endpoint-package/pull/538 - version: "8.15.1" changes: - description: Add process.Ext.protection to Windows library events diff --git a/package/endpoint/manifest.yml b/package/endpoint/manifest.yml index cfea845ae..74f01596b 100644 --- a/package/endpoint/manifest.yml +++ b/package/endpoint/manifest.yml @@ -2,7 +2,7 @@ format_version: 3.0.0 name: endpoint title: Elastic Defend description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility. -version: 8.15.2-prerelease.0 +version: 8.15.2 categories: ["security", "edr_xdr"] # The package type. The options for now are [integration, input], more type might be added in the future. # The default type is integration and will be set if empty.