From 0e536546438cdee5573db24a4e6b39a78d3b465a Mon Sep 17 00:00:00 2001 From: Dan Panzarella Date: Thu, 21 Nov 2024 09:59:28 -0500 Subject: [PATCH] 8.17.0 release (#562) --- catalog-info.yaml | 6 +++--- package/endpoint/changelog.yml | 6 +++--- package/endpoint/manifest.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 5141f275..3c117adf 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -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 diff --git a/package/endpoint/changelog.yml b/package/endpoint/changelog.yml index 71efe87e..f25e407e 100644 --- a/package/endpoint/changelog.yml +++ b/package/endpoint/changelog.yml @@ -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 diff --git a/package/endpoint/manifest.yml b/package/endpoint/manifest.yml index fe0556ad..6a36b72a 100644 --- a/package/endpoint/manifest.yml +++ b/package/endpoint/manifest.yml @@ -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.