From 923dd9bd66626595416a96353d3e093f1ac0b8bf Mon Sep 17 00:00:00 2001 From: Ido Cohen <90558359+CohenIdo@users.noreply.github.com> Date: Thu, 22 Dec 2022 12:49:13 +0200 Subject: [PATCH 1/2] update changelog --- packages/cloud_security_posture/changelog.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/cloud_security_posture/changelog.yml b/packages/cloud_security_posture/changelog.yml index dd64f639353..2d4966e72c9 100644 --- a/packages/cloud_security_posture/changelog.yml +++ b/packages/cloud_security_posture/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.1.1" + changes: + - description: CSPM support spaces for 8.6 - fix + type: enhancement + link: https://github.com/elastic/integrations/pull/4885 - version: "1.0.9" changes: - description: CSPM support spaces for 8.6 From 8c1619c8c5178e1d87d3c23265e1acc0947457ed Mon Sep 17 00:00:00 2001 From: Ido Cohen <90558359+CohenIdo@users.noreply.github.com> Date: Thu, 22 Dec 2022 13:24:56 +0200 Subject: [PATCH 2/2] update manifest --- .../data_stream/findings/manifest.yml | 3 +-- ...-303eea10-c475-11ec-af18-c5b9b437dbbe.json | 26 +++++++++---------- ...-9129a080-7f48-11ec-8249-431333f83c5f.json | 26 +++++++++---------- packages/cloud_security_posture/manifest.yml | 2 +- 4 files changed, 28 insertions(+), 29 deletions(-) diff --git a/packages/cloud_security_posture/data_stream/findings/manifest.yml b/packages/cloud_security_posture/data_stream/findings/manifest.yml index 643f7f14312..a39e0be943f 100644 --- a/packages/cloud_security_posture/data_stream/findings/manifest.yml +++ b/packages/cloud_security_posture/data_stream/findings/manifest.yml @@ -54,8 +54,7 @@ streams: show_user: false - name: role_arn type: text - title: ARN Role + title: ARN Role multi: false required: false show_user: false - diff --git a/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe.json b/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe.json index 01963427284..367756f2664 100644 --- a/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe.json +++ b/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe.json @@ -1,14 +1,14 @@ { - "attributes": { - "description": "", - "title": "logs-cloud_security_posture.findings_latest-*", - "timeFieldName": "@timestamp", - "namespaces": "[*]" - }, - "coreMigrationVersion": "8.3.0", - "id": "cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe", - "migrationVersion": { - "index-pattern": "8.0.0" - }, - "type": "index-pattern" -} + "attributes": { + "description": "", + "title": "logs-cloud_security_posture.findings_latest-*", + "timeFieldName": "@timestamp", + "namespaces": "[*]" + }, + "coreMigrationVersion": "8.3.0", + "id": "cloud_security_posture-303eea10-c475-11ec-af18-c5b9b437dbbe", + "migrationVersion": { + "index-pattern": "8.0.0" + }, + "type": "index-pattern" +} \ No newline at end of file diff --git a/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f.json b/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f.json index 93d8897ae16..de8b2e08cac 100644 --- a/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f.json +++ b/packages/cloud_security_posture/kibana/index_pattern/cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f.json @@ -1,14 +1,14 @@ { - "attributes": { - "description": "", - "title": "logs-cloud_security_posture.findings-*", - "timeFieldName": "@timestamp", - "namespaces": "[*]" - }, - "coreMigrationVersion": "8.1.0", - "id": "cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f", - "migrationVersion": { - "index-pattern": "8.0.0" - }, - "type": "index-pattern" -} + "attributes": { + "description": "", + "title": "logs-cloud_security_posture.findings-*", + "timeFieldName": "@timestamp", + "namespaces": "[*]" + }, + "coreMigrationVersion": "8.1.0", + "id": "cloud_security_posture-9129a080-7f48-11ec-8249-431333f83c5f", + "migrationVersion": { + "index-pattern": "8.0.0" + }, + "type": "index-pattern" +} \ No newline at end of file diff --git a/packages/cloud_security_posture/manifest.yml b/packages/cloud_security_posture/manifest.yml index 248c957edb7..f53f45d30f9 100644 --- a/packages/cloud_security_posture/manifest.yml +++ b/packages/cloud_security_posture/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cloud_security_posture title: "Kubernetes Security Posture Management (KSPM)" -version: 1.0.9 +version: 1.1.1 release: ga license: basic description: "Check Kubernetes cluster compliance with the Kubernetes CIS benchmark."