Skip to content

Commit 9104593

Browse files
committed
prep 8.19 cycle
1 parent 1284598 commit 9104593

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.19 8.x 9.0
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.19 !8.x !9.0'
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.19 !8.x !9.0'
3333
provider_settings:
3434
build_pull_request_forks: false
3535
build_pull_request_labels_changed: false

package/endpoint/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "8.19.1-next"
2+
changes:
3+
- description: TBD
4+
type: enhancement
5+
link: https://github.com/elastic/endpoint-package/pull/99999999
16
- version: "8.19.0"
27
changes:
38
- 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: 8.19.0
5+
version: 8.19.1-prerelease.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)