File tree Expand file tree Collapse file tree 3 files changed +30
-7
lines changed Expand file tree Collapse file tree 3 files changed +30
-7
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ spec:
2323 pipeline_file : " .buildkite/pipeline.yml.py"
2424 # branch_configuration must be a space separated list of branches
2525 # to build automatically.
26- branch_configuration : main 8.12 8.13 8.14 8.15
26+ branch_configuration : main 8.12 8.13 8.14 8.15 8.16
2727 cancel_intermediate_builds : true
2828 # 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 !8.15'
29+ cancel_intermediate_builds_branch_filter : ' !main !8.12 !8.13 !8.14 !8.15 !8.16 '
3030 skip_intermediate_builds : true
3131 # 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 !8.15'
32+ skip_intermediate_builds_branch_filter : ' !main !8.12 !8.13 !8.14 !8.15 !8.16 '
3333 provider_settings :
3434 build_pull_request_forks : false
3535 build_pull_request_labels_changed : false
Original file line number Diff line number Diff line change 1- - version : " 8.16.0-next "
1+ - version : " 8.16.0"
22 changes :
3- - description : TBD
3+ - description : WMI event fields and add missing custom documentation fields
4+ type : enhancement
5+ link : https://github.com/elastic/endpoint-package/pull/546
6+ - description : Add winlog.event_data.PrivilegeList to security events
7+ type : enhancement
8+ link : https://github.com/elastic/endpoint-package/pull/547
9+ - description : API - DeviceIoControl events and new final_user_module fields
10+ type : enhancement
11+ link : https://github.com/elastic/endpoint-package/pull/545
12+ - description : WMI (WMI-Activity ETW Provider) API Event (production)
13+ type : enhancement
14+ link : https://github.com/elastic/endpoint-package/pull/527
15+ - description : Add Target.process.Ext.authentication_id and process.Ext.authentication_id to Security events
16+ type : enhancement
17+ link : https://github.com/elastic/endpoint-package/pull/525
18+ - description : enable endpoint policy.applied.artifacts mapping
19+ type : enhancement
20+ link : https://github.com/elastic/endpoint-package/pull/523
21+ - description : index call_stack_summary in API events
22+ type : enhancement
23+ link : https://github.com/elastic/endpoint-package/pull/520
24+ - version : " 8.15.2"
25+ changes :
26+ - description : Secondary Malware Signature Fields
427 type : enhancement
5- link : https://github.com/elastic/endpoint-package/pull/9999
28+ link : https://github.com/elastic/endpoint-package/pull/538
629- version : " 8.15.1"
730 changes :
831 - description : Add process.Ext.protection to Windows library events
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ format_version: 3.0.0
22name : endpoint
33title : Elastic Defend
44description : Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
5- version : 8.16.0-prerelease.1
5+ version : 8.16.0
66categories : ["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.
You can’t perform that action at this time.
0 commit comments