From 79d8efaab7945aab3f9c2b89e4d64a934123c516 Mon Sep 17 00:00:00 2001 From: Dan Panzarella Date: Sun, 1 Oct 2023 23:02:47 -0400 Subject: [PATCH] mark 8.11.0 release (#432) --- package/endpoint/changelog.yml | 27 ++++++++++++++++++++++++--- package/endpoint/manifest.yml | 2 +- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/package/endpoint/changelog.yml b/package/endpoint/changelog.yml index cfd12767e..23b752a1e 100644 --- a/package/endpoint/changelog.yml +++ b/package/endpoint/changelog.yml @@ -1,8 +1,29 @@ -- version: "8.11.0-preview" +- version: "8.11.0" changes: - - description: TBD + - description: Update package spec and capabilities for serverless filtering + type: enhancement + link: https://github.com/elastic/endpoint-package/pull/428 + - description: ETW Threat-Intelligence API events + type: enhancement + link: https://github.com/elastic/endpoint-package/pull/427 + - description: Add linux capabilities to process events + type: enhancement + link: https://github.com/elastic/endpoint-package/pull/431 + - description: add more missing custom_documentation fields + type: enhancement + link: https://github.com/elastic/endpoint-package/pull/430 + - description: Effective Process for library load events + type: enhancement + link: https://github.com/elastic/endpoint-package/pull/426 + - description: add more custom documentation fields on windows + type: enhancement + link: https://github.com/elastic/endpoint-package/pull/424 + - description: '[macOS] Add Effective_process fields for file events' + type: enhancement + link: https://github.com/elastic/endpoint-package/pull/423 + - description: move where custom documentation is rendered type: enhancement - link: https://github.com/elastic/endpoint-package/pull/9999 + link: https://github.com/elastic/endpoint-package/pull/422 - version: "8.10.2" changes: - description: revert transform schema v2 diff --git a/package/endpoint/manifest.yml b/package/endpoint/manifest.yml index d57377565..56c388354 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.11.0-preview +version: 8.11.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.