Skip to content

Commit

Permalink
8.17.0 release (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl authored Nov 21, 2024
1 parent 7e5cad4 commit 0e53654
Show file tree
Hide file tree
Showing 3 changed files with 7 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 8.15 8.16
branch_configuration: main 8.12 8.13 8.14 8.15 8.16 8.17
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 !8.15 !8.16'
cancel_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15 !8.16 !8.17'
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 !8.15 !8.16'
skip_intermediate_builds_branch_filter: '!main !8.12 !8.13 !8.14 !8.15 !8.16 !8.17'
provider_settings:
build_pull_request_forks: false
build_pull_request_labels_changed: false
Expand Down
6 changes: 3 additions & 3 deletions package/endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- version: "8.17.0-next"
- version: "8.17.0"
changes:
- description: TBD
- description: prep 8.17
type: enhancement
link: https://github.com/elastic/endpoint-package/pull/999999
link: https://github.com/elastic/endpoint-package/pull/558
- version: "8.16.0"
changes:
- description: WMI event fields and add missing custom documentation fields
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.17.0-prerelease.0
version: 8.17.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 0e53654

Please sign in to comment.