Skip to content

Commit

Permalink
8.15 release (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Jul 2, 2024
1 parent faa42e5 commit 099f0e7
Show file tree
Hide file tree
Showing 3 changed files with 19 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
branch_configuration: main 8.12 8.13 8.14 8.15
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'
cancel_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15'
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'
skip_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15'
provider_settings:
build_pull_request_forks: false
build_pull_request_labels_changed: false
Expand Down
18 changes: 15 additions & 3 deletions package/endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
- version: "8.15.0-next"
- version: "8.15.0"
changes:
- description: TBD
- description: Add `file.origin_referrer_url` and `file.origin_url` to FileEvent
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/514
- description: add heartbeat `billable` field
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/510
- description: add event.dataset to api datastream
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/99999
link: https://github.com/elastic/endpoint-package/pull/507
- description: add truncated_stack to api.behaviors documentation
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/504
- description: fix formatting/order from ecs build tool
type: bugfix
link: https://github.com/elastic/endpoint-package/pull/505
- version: "8.14.0"
changes:
- description: 'HWBP => Production'
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.15.0-prerelease.0
version: 8.15.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 099f0e7

Please sign in to comment.