Skip to content

Commit

Permalink
Release 8.15.2 (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Oct 22, 2024
1 parent 20a13bb commit 55bc562
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions package/endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/endpoint/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55bc562

Please sign in to comment.