Skip to content

Commit

Permalink
8.16.0 Release (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Oct 22, 2024
1 parent 4d2f994 commit 2d56b6d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
6 changes: 3 additions & 3 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
pipeline_file: ".buildkite/pipeline.yml.py"
# branch_configuration must be a space separated list of branches
# to build automatically.
branch_configuration: main 8.12 8.13 8.14 8.15
branch_configuration: main 8.12 8.13 8.14 8.15 8.16
cancel_intermediate_builds: true
# Do not accidently skip main or release branch that may be in the middle of releasing
cancel_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15'
cancel_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15 !8.16'
skip_intermediate_builds: true
# Do not accidently skip main or release branch that may be in the middle of releasing
skip_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15'
skip_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15 !8.16'
provider_settings:
build_pull_request_forks: false
build_pull_request_labels_changed: false
Expand Down
29 changes: 26 additions & 3 deletions package/endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
- version: "8.16.0-next"
- version: "8.16.0"
changes:
- description: TBD
- description: WMI event fields and add missing custom documentation fields
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/546
- description: Add winlog.event_data.PrivilegeList to security events
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/547
- description: API - DeviceIoControl events and new final_user_module fields
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/545
- description: WMI (WMI-Activity ETW Provider) API Event (production)
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/527
- description: Add Target.process.Ext.authentication_id and process.Ext.authentication_id to Security events
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/525
- description: enable endpoint policy.applied.artifacts mapping
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/523
- description: index call_stack_summary in API events
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/520
- version: "8.15.2"
changes:
- description: Secondary Malware Signature Fields
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/9999
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.16.0-prerelease.1
version: 8.16.0
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 2d56b6d

Please sign in to comment.