Skip to content

Commit 59f369e

Browse files
authored
Release 9.2.0 (#694)
1 parent 360a791 commit 59f369e

File tree

3 files changed

+93
-7
lines changed

3 files changed

+93
-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 8.16 8.17 8.18 8.x 9.0
26+
branch_configuration: main 8.12 8.13 8.14 8.15 8.16 8.17 8.18 8.x 9.0 9.1 9.2
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 !8.16 !8.17 !8.18 !8.x !9.0'
29+
cancel_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15 !8.16 !8.17 !8.18 !8.x !9.0 !9.1 !9.2'
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 !8.16 !8.17 !8.18 !8.x !9.0'
32+
skip_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15 !8.16 !8.17 !8.18 !8.x !9.0 !9.1 !9.2'
3333
provider_settings:
3434
build_pull_request_forks: false
3535
build_pull_request_labels_changed: false

package/endpoint/changelog.yml

Lines changed: 89 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,94 @@
1-
- version: "9.2.0-next"
1+
- version: "9.2.0"
22
changes:
3-
- description: TBD
3+
- description: Add file.size for Linux
4+
type: enhancement
5+
link: https://github.com/elastic/endpoint-package/pull/692
6+
- description: Update macOS documentation for device events
7+
type: enhancement
8+
link: https://github.com/elastic/endpoint-package/pull/690
9+
- description: Add device dashboard
10+
type: enhancement
11+
link: https://github.com/elastic/endpoint-package/pull/687
12+
- description: adds dashboard announcement notice to readme
13+
type: enhancement
14+
link: https://github.com/elastic/endpoint-package/pull/688
15+
- description: add defend dashboard
16+
type: enhancement
17+
link: https://github.com/elastic/endpoint-package/pull/684
18+
- description: Replicating ECS changes for thumbprint field to endpoint package
19+
type: enhancement
20+
link: https://github.com/elastic/endpoint-package/pull/683
21+
- description: Expose process.Ext.effective_parent to behavior alert
22+
type: enhancement
23+
link: https://github.com/elastic/endpoint-package/pull/666
24+
- description: Add firewall_anti_tamper fields to production configuration
25+
type: enhancement
26+
link: https://github.com/elastic/endpoint-package/pull/682
27+
- description: Added custom docs for mount/unmount windows events.
28+
type: enhancement
29+
link: https://github.com/elastic/endpoint-package/pull/677
30+
- description: Added the new device fields.
31+
type: enhancement
32+
link: https://github.com/elastic/endpoint-package/pull/668
33+
- description: Remove legacy security events custom documentation
34+
type: enhancement
35+
link: https://github.com/elastic/endpoint-package/pull/669
36+
- description: Update docs
37+
type: enhancement
38+
link: https://github.com/elastic/endpoint-package/pull/675
39+
- description: Added documentation for malware alert architecture field
40+
type: enhancement
41+
link: https://github.com/elastic/endpoint-package/pull/674
42+
- description: add file.Ext.entropy to docs
43+
type: enhancement
44+
link: https://github.com/elastic/endpoint-package/pull/673
45+
- description: Added pe architecture to alerts
46+
type: enhancement
47+
link: https://github.com/elastic/endpoint-package/pull/670
48+
- description: network tamper protection -> tamper protection
49+
type: enhancement
50+
link: https://github.com/elastic/endpoint-package/pull/672
51+
- description: custom_documentation update, policy state orphaned
52+
type: enhancement
53+
link: https://github.com/elastic/endpoint-package/pull/671
54+
- description: Add process.Ext.ptrace.addr and .data
55+
type: enhancement
56+
link: https://github.com/elastic/endpoint-package/pull/665
57+
- description: add RemoteCredentialGuard to security event
58+
type: enhancement
59+
link: https://github.com/elastic/endpoint-package/pull/661
60+
- description: Add metric custom documentation for event tracing events
61+
type: enhancement
62+
link: https://github.com/elastic/endpoint-package/pull/662
63+
- description: Add LDAP (Ldap-Client ETW Provider) API Event fields
64+
type: enhancement
65+
link: https://github.com/elastic/endpoint-package/pull/664
66+
- description: Added device_control to the endpoint response schema.
67+
type: enhancement
68+
link: https://github.com/elastic/endpoint-package/pull/667
69+
- description: Add device schema
70+
type: enhancement
71+
link: https://github.com/elastic/endpoint-package/pull/660
72+
- description: Add lookup_requested to dns event.actions
73+
type: enhancement
74+
link: https://github.com/elastic/endpoint-package/pull/649
75+
- description: Add network.direction to docs
76+
type: enhancement
77+
link: https://github.com/elastic/endpoint-package/pull/659
78+
- description: add destination.domain as part of the alert
79+
type: enhancement
80+
link: https://github.com/elastic/endpoint-package/pull/650
81+
- description: Enhance process event metrics
82+
type: enhancement
83+
link: https://github.com/elastic/endpoint-package/pull/653
84+
- description: Add security event metrics to custom documentation
85+
type: enhancement
86+
link: https://github.com/elastic/endpoint-package/pull/652
87+
- version: "9.1.1"
88+
changes:
89+
- description: add destination.domain as part of alerts
490
type: enhancement
5-
link: https://github.com/elastic/endpoint-package/pull/9999
91+
link: https://github.com/elastic/endpoint-package/pull/650
692
- version: "9.1.0"
793
changes:
894
- description: Add TCC modify event on macOS

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: 9.2.0-prerelease.4
5+
version: 9.2.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

0 commit comments

Comments
 (0)