Skip to content

Commit 2d56b6d

Browse files
authored
8.16.0 Release (#557)
1 parent 4d2f994 commit 2d56b6d

File tree

3 files changed

+30
-7
lines changed

3 files changed

+30
-7
lines changed

catalog-info.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

package/endpoint/changelog.yml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
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

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.16.0-prerelease.1
5+
version: 8.16.0
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)