From a1f9ee3a7e6a2adc576ba6d2dae44f6f9858628f Mon Sep 17 00:00:00 2001 From: Marc Guasch Date: Wed, 15 Dec 2021 16:04:11 +0100 Subject: [PATCH] [panw_cortex_xdr] Add 8.0.0 constraint (#2275) * Add 8.0.0 constraint * Update changelog.yml --- packages/panw_cortex_xdr/changelog.yml | 7 ++++++- packages/panw_cortex_xdr/manifest.yml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/panw_cortex_xdr/changelog.yml b/packages/panw_cortex_xdr/changelog.yml index a7de1d15d7a..360f9fa1ec1 100644 --- a/packages/panw_cortex_xdr/changelog.yml +++ b/packages/panw_cortex_xdr/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.3.0" + changes: + - description: Add 8.0.0 version constraint + type: enhancement + link: https://github.com/elastic/integrations/pull/2275 - version: "0.2.6" changes: - description: Regenerate test files using the new GeoIP database @@ -13,7 +18,7 @@ changes: - description: Uniform with guidelines type: enhancement - link: https://github.com/elastic/integrations/pull/2327 + link: https://github.com/elastic/integrations/pull/2092 - version: "0.2.3" changes: - description: Update Title and Description. diff --git a/packages/panw_cortex_xdr/manifest.yml b/packages/panw_cortex_xdr/manifest.yml index 45ab7df118e..15e134c4704 100644 --- a/packages/panw_cortex_xdr/manifest.yml +++ b/packages/panw_cortex_xdr/manifest.yml @@ -1,6 +1,6 @@ name: panw_cortex_xdr title: Palo Alto Cortex XDR Logs -version: 0.2.6 +version: 0.3.0 release: beta description: Collect and parse logs from Palo Alto Cortex XDR API with Elastic Agent. type: integration @@ -8,7 +8,7 @@ format_version: 1.0.0 license: basic categories: [security] conditions: - kibana.version: "^7.15.0" + kibana.version: "^7.15.0 || ^8.0.0" icons: - src: /img/icon-cortex.svg title: Palo Alto