File tree 3 files changed +19
-7
lines changed
3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ spec:
23
23
pipeline_file : " .buildkite/pipeline.yml.py"
24
24
# branch_configuration must be a space separated list of branches
25
25
# to build automatically.
26
- branch_configuration : main 8.12 8.13 8.14
26
+ branch_configuration : main 8.12 8.13 8.14 8.15
27
27
cancel_intermediate_builds : true
28
28
# Do not accidently skip main or release branch that may be in the middle of releasing
29
- cancel_intermediate_builds_branch_filter : ' !main !8.12 !8.13 !8.14'
29
+ cancel_intermediate_builds_branch_filter : ' !main !8.12 !8.13 !8.14 !8.15 '
30
30
skip_intermediate_builds : true
31
31
# Do not accidently skip main or release branch that may be in the middle of releasing
32
- skip_intermediate_builds_branch_filter : ' !main !8.12 !8.13 !8.14'
32
+ skip_intermediate_builds_branch_filter : ' !main !8.12 !8.13 !8.14 !8.15 '
33
33
provider_settings :
34
34
build_pull_request_forks : false
35
35
build_pull_request_labels_changed : false
Original file line number Diff line number Diff line change 1
- - version : " 8.15.0-next "
1
+ - version : " 8.15.0"
2
2
changes :
3
- - description : TBD
3
+ - description : Add `file.origin_referrer_url` and `file.origin_url` to FileEvent
4
+ type : enhancement
5
+ link : https://github.com/elastic/endpoint-package/pull/514
6
+ - description : add heartbeat `billable` field
7
+ type : enhancement
8
+ link : https://github.com/elastic/endpoint-package/pull/510
9
+ - description : add event.dataset to api datastream
4
10
type : enhancement
5
- link : https://github.com/elastic/endpoint-package/pull/99999
11
+ link : https://github.com/elastic/endpoint-package/pull/507
12
+ - description : add truncated_stack to api.behaviors documentation
13
+ type : enhancement
14
+ link : https://github.com/elastic/endpoint-package/pull/504
15
+ - description : fix formatting/order from ecs build tool
16
+ type : bugfix
17
+ link : https://github.com/elastic/endpoint-package/pull/505
6
18
- version : " 8.14.0"
7
19
changes :
8
20
- description : ' HWBP => Production'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ format_version: 3.0.0
2
2
name : endpoint
3
3
title : Elastic Defend
4
4
description : Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
5
- version : 8.15.0-prerelease.0
5
+ version : 8.15.0
6
6
categories : ["security", "edr_xdr"]
7
7
# The package type. The options for now are [integration, input], more type might be added in the future.
8
8
# The default type is integration and will be set if empty.
You can’t perform that action at this time.
0 commit comments