Skip to content

Commit 099f0e7

Browse files
authored
8.15 release (#515)
1 parent faa42e5 commit 099f0e7

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-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
26+
branch_configuration: main 8.12 8.13 8.14 8.15
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'
29+
cancel_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15'
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'
32+
skip_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15'
3333
provider_settings:
3434
build_pull_request_forks: false
3535
build_pull_request_labels_changed: false

package/endpoint/changelog.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
- version: "8.15.0-next"
1+
- version: "8.15.0"
22
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
410
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
618
- version: "8.14.0"
719
changes:
820
- description: 'HWBP => Production'

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.15.0-prerelease.0
5+
version: 8.15.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)