Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47fee7c

Browse files
committed
solve conflicts
2 parents b63a650 + 5d5843a commit 47fee7c

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

packages/cloud_security_posture/changelog.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
# newer versions go on top
2-
- version: "2.0.0-preview05"
3-
changes:
4-
- description: Update the minimum supported Kibana version for the upcoming release.
5-
type: bugfix
6-
link: https://github.com/elastic/integrations/pull/14530
72
# version map:
83
# 2.0.x - 8.19.x, 9.1.x
94
# 1.13.x - 8.18.x, 9.0.x
@@ -18,6 +13,16 @@
1813
# 1.4.x - 8.9.x
1914
# 1.3.x - 8.8.x
2015
# 1.2.x - 8.7.x
16+
- version: "2.0.0-preview06"
17+
changes:
18+
- description: Update the minimum supported Kibana version for the upcoming release.
19+
type: bugfix
20+
link: https://github.com/elastic/integrations/pull/14530
21+
- version: "2.0.0-preview05"
22+
changes:
23+
- description: Fix GCP ARM, Cloud Shell and Cloud Connectors version
24+
type: bugfix
25+
link: https://github.com/elastic/integrations/pull/14466
2126
- version: "2.0.0-preview04"
2227
changes:
2328
- description: Add temporary processor to remove the fields added by the Agentless policy.

packages/cloud_security_posture/manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: cloud_security_posture
33
title: "Security Posture Management"
4-
version: "2.0.0-preview05"
4+
version: "2.0.0-preview06"
55
source:
66
license: "Elastic-2.0"
77
description: "Identify & remediate configuration risks in your Cloud infrastructure"
@@ -143,7 +143,7 @@ policy_templates:
143143
description: Template URL to Cloud Formation Cloud Connectors Stack
144144
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
145145
# RESOURCE_ID is the project id for serverless / kibana component id for ess
146-
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cloud-connectors-ACCOUNT_TYPE-8.19.0.yml&param_ElasticResourceId=RESOURCE_ID
146+
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cloud-connectors-ACCOUNT_TYPE-9.1.0.yml&param_ElasticResourceId=RESOURCE_ID
147147
- type: cloudbeat/cis_gcp
148148
title: GCP
149149
description: CIS Benchmark for Google Cloud Platform Foundations
@@ -155,7 +155,7 @@ policy_templates:
155155
required: true
156156
show_user: false
157157
description: A URL to CloudShell for creating a new deployment
158-
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=8.18&cloudshell_workspace=deploy%2Fdeployment-manager&show=terminal
158+
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=8.19&cloudshell_workspace=deploy%2Fdeployment-manager&show=terminal
159159
- type: cloudbeat/cis_azure
160160
title: Azure
161161
description: CIS Benchmark for Microsoft Azure Foundations
@@ -168,7 +168,7 @@ policy_templates:
168168
show_user: false
169169
description: A URL to the ARM Template for creating a new deployment
170170
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
171-
default: https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Felastic%2Fcloudbeat%2F8.18%2Fdeploy%2Fazure%2FARM-for-ACCOUNT_TYPE.json
171+
default: https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Felastic%2Fcloudbeat%2F8.19%2Fdeploy%2Fazure%2FARM-for-ACCOUNT_TYPE.json
172172
- name: vuln_mgmt
173173
title: Cloud Native Vulnerability Management (CNVM)
174174
description: Scan for cloud workload vulnerabilities

0 commit comments

Comments
 (0)