diff --git a/packages/cloud_security_posture/changelog.yml b/packages/cloud_security_posture/changelog.yml index 856454eb781..7937bc623a3 100644 --- a/packages/cloud_security_posture/changelog.yml +++ b/packages/cloud_security_posture/changelog.yml @@ -9,6 +9,11 @@ # 1.4.x - 8.9.x # 1.3.x - 8.8.x # 1.2.x - 8.7.x +- version: "1.11.0-preview11" + changes: + - description: Add deployment_mode agentless to the policy template + type: enhancement + link: https://github.com/elastic/integrations/pull/11203 - version: "1.11.0-preview10" changes: - description: Adding deployment_modes to cspm policy template and secret field linting checks diff --git a/packages/cloud_security_posture/manifest.yml b/packages/cloud_security_posture/manifest.yml index b8177191099..fc279885201 100644 --- a/packages/cloud_security_posture/manifest.yml +++ b/packages/cloud_security_posture/manifest.yml @@ -1,7 +1,7 @@ -format_version: 3.2.2 +format_version: 3.2.3 name: cloud_security_posture title: "Security Posture Management" -version: "1.11.0-preview10" +version: "1.11.0-preview11" source: license: "Elastic-2.0" description: "Identify & remediate configuration risks in your Cloud infrastructure" @@ -107,6 +107,9 @@ policy_templates: enabled: true agentless: enabled: true + organization: elastic + division: engineering + team: cloud-security-posture inputs: - type: cloudbeat/cis_aws title: Amazon Web Services diff --git a/packages/elastic_connectors/changelog.yml b/packages/elastic_connectors/changelog.yml index 2d36e3b2cf0..23f5cde753a 100644 --- a/packages/elastic_connectors/changelog.yml +++ b/packages/elastic_connectors/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: 0.0.3 + changes: + - description: Add deployment_mode agentless to the policy template + type: enhancement + link: https://github.com/elastic/integrations/pull/11203 - version: 0.0.2 changes: - description: Add connector_name as the connector input variable diff --git a/packages/elastic_connectors/manifest.yml b/packages/elastic_connectors/manifest.yml index 4335ac113de..cbfa44d478f 100644 --- a/packages/elastic_connectors/manifest.yml +++ b/packages/elastic_connectors/manifest.yml @@ -1,4 +1,4 @@ -format_version: 3.2.1 +format_version: 3.2.3 name: elastic_connectors title: "Elastic Connectors" version: 0.0.2 @@ -37,6 +37,9 @@ policy_templates: enabled: false agentless: enabled: true + organization: elastic + division: engineering + team: search-extract-and-transform multiple: false inputs: - type: connectors-py @@ -64,6 +67,9 @@ policy_templates: enabled: false agentless: enabled: true + organization: elastic + division: engineering + team: search-extract-and-transform multiple: false inputs: - type: connectors-py