Skip to content

Commit 55bc562

Browse files
authored
Release 8.15.2 (#559)
1 parent 20a13bb commit 55bc562

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.buildkite/scripts/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ make elastic-package
1717

1818
echo "--- Retrieving stack version"
1919
# Use STACK_VERSION if defined, else use the output of .buildkite/scripts/find_oldest_supported_version.py
20-
_STACK_VERSION=${STACK_VERSION:-$(python3 .buildkite/scripts/find_oldest_supported_version.py)}
20+
_STACK_VERSION=8.15.3
2121
echo "Using stack version $_STACK_VERSION"
2222

2323
echo "--- Prepare stack"

package/endpoint/changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
- version: "8.15.2-next"
1+
- version: "8.15.2"
22
changes:
3-
- description: TBD
3+
- description: Secondary Malware Signature Fields
44
type: enhancement
5-
link: https://github.com/elastic/endpoint-package/pull/999999
5+
link: https://github.com/elastic/endpoint-package/pull/538
66
- version: "8.15.1"
77
changes:
88
- description: Add process.Ext.protection to Windows library events

package/endpoint/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ format_version: 3.0.0
22
name: endpoint
33
title: Elastic Defend
44
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
5-
version: 8.15.2-prerelease.0
5+
version: 8.15.2
66
categories: ["security", "edr_xdr"]
77
# The package type. The options for now are [integration, input], more type might be added in the future.
88
# The default type is integration and will be set if empty.

0 commit comments

Comments
 (0)