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

Skip to content

Commit 0ac9fd2

Browse files
authored
[Cloud Security] Base CloudFormation url only on version (#8246)
CloudFormation: Use link parametrized only by version, removes the need to open a new PR for each change. Additionally, fixes the tag issue for CNVM that was forgotten in #8226.
1 parent 4afdf73 commit 0ac9fd2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages/cloud_security_posture/changelog.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
# 1.4.x - 8.9.x
77
# 1.3.x - 8.8.x
88
# 1.2.x - 8.7.x
9-
- version: "1.6.4-preview1"
9+
- version: "1.6.4"
1010
changes:
1111
- description: Assign default GCP account type
1212
type: bugfix
1313
link: https://github.com/elastic/integrations/pull/8228
14+
- description: Base CloudFormation url only on version
15+
type: enhancement
16+
link: https://github.com/elastic/integrations/pull/8246
1417
- version: "1.6.3"
1518
changes:
1619
- description: Update URL for AWS

packages/cloud_security_posture/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.0
22
name: cloud_security_posture
33
title: "Security Posture Management"
4-
version: "1.6.4-preview1"
4+
version: "1.6.4"
55
source:
66
license: "Elastic-2.0"
77
description: "Identify & remediate configuration risks in your Cloud infrastructure"
@@ -116,7 +116,7 @@ policy_templates:
116116
show_user: false
117117
description: Template URL to Cloud Formation Quick Create Stack
118118
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
119-
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cspm-ACCOUNT_TYPE-8.11.0-2023-10-16-17-10-02.yml&stackName=Elastic-Cloud-Security-Posture-Management&param_EnrollmentToken=FLEET_ENROLLMENT_TOKEN&param_FleetUrl=FLEET_URL&param_ElasticAgentVersion=KIBANA_VERSION&param_ElasticArtifactServer=https://artifacts.elastic.co/downloads/beats/elastic-agent
119+
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cspm-ACCOUNT_TYPE-8.11.0.yml&stackName=Elastic-Cloud-Security-Posture-Management&param_EnrollmentToken=FLEET_ENROLLMENT_TOKEN&param_FleetUrl=FLEET_URL&param_ElasticAgentVersion=KIBANA_VERSION&param_ElasticArtifactServer=https://artifacts.elastic.co/downloads/beats/elastic-agent
120120
- type: cloudbeat/cis_gcp
121121
title: GCP
122122
description: CIS Benchmark for Google Cloud Platform Foundations
@@ -176,7 +176,7 @@ policy_templates:
176176
required: true
177177
show_user: false
178178
description: Template URL to Cloud Formation Quick Create Stack
179-
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cnvm-8.11.0-2023-09-10-08-35-18.yml&stackName=Elastic-Vulnerability-Management&param_EnrollmentToken=FLEET_ENROLLMENT_TOKEN&param_FleetUrl=FLEET_URL&param_ElasticAgentVersion=KIBANA_VERSION&param_ElasticArtifactServer=https://artifacts.elastic.co/downloads/beats/elastic-agent
179+
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cnvm-8.11.0.yml&stackName=Elastic-Vulnerability-Management&param_EnrollmentToken=FLEET_ENROLLMENT_TOKEN&param_FleetUrl=FLEET_URL&param_ElasticAgentVersion=KIBANA_VERSION&param_ElasticArtifactServer=https://artifacts.elastic.co/downloads/beats/elastic-agent
180180
owner:
181181
github: elastic/cloud-security-posture
182182
type: elastic

0 commit comments

Comments
 (0)