File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ spec:
23
23
pipeline_file : " .buildkite/pipeline.yml.py"
24
24
# branch_configuration must be a space separated list of branches
25
25
# 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.19 8. x 9.0
27
27
cancel_intermediate_builds : true
28
28
# 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.19 !8. x !9.0'
30
30
skip_intermediate_builds : true
31
31
# 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.19 !8. x !9.0'
33
33
provider_settings :
34
34
build_pull_request_forks : false
35
35
build_pull_request_labels_changed : false
Original file line number Diff line number Diff line change
1
+ - version : " 8.19.1-next"
2
+ changes :
3
+ - description : TBD
4
+ type : enhancement
5
+ link : https://github.com/elastic/endpoint-package/pull/99999999
1
6
- version : " 8.19.0"
2
7
changes :
3
8
- description : Add TCC modify event on macOS
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ format_version: 3.0.0
2
2
name : endpoint
3
3
title : Elastic Defend
4
4
description : Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
5
- version : 8.19.0
5
+ version : 8.19.1-prerelease. 0
6
6
categories : ["security", "edr_xdr"]
7
7
# The package type. The options for now are [integration, input], more type might be added in the future.
8
8
You can’t perform that action at this time.
0 commit comments