Skip to content

Commit

Permalink
add cloud credentials change for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Omolola-Akinleye committed May 9, 2024
1 parent a970883 commit 3ec0271
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# newer versions go on top
# version map:
# 1.10.x - 8.15.x
# 1.9.x - 8.14.x
# 1.8.x - 8.13.x
# 1.7.x - 8.12.x
Expand All @@ -8,6 +9,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "1.10.0-preview01"
changes:
- description: Add cloud formation template url to create direct access keys credentials
type: enhancement
link: https://github.com/elastic/integrations/pull/9828
- version: "1.9.0-preview05"
changes:
- description: Revert secret of textarea field
Expand Down
8 changes: 0 additions & 8 deletions packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
format_version: 3.0.0
name: cloud_security_posture
title: "Security Posture Management"
<<<<<<< HEAD
version: "1.9.0-preview05"
=======
version: "1.10.0-preview01"
>>>>>>> f300b5a76e5 (add the cloud formation credentials url)
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down Expand Up @@ -119,10 +115,7 @@ policy_templates:
show_user: false
description: Template URL to Cloud Formation Quick Create Stack
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
<<<<<<< HEAD
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.14.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
=======
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.13.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
- name: cloud_formation_credentials_template
type: text
title: CloudFormation Credentials Template
Expand All @@ -132,7 +125,6 @@ policy_templates:
description: Template URL to create cloud credentials to Create Stack
# ACCOUNT_TYPE value should be either "single-account" or "organization-account"
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-cspm-direct-access-key-ACCOUNT-TYPE-8.14.0.yml
>>>>>>> f300b5a76e5 (add the cloud formation credentials url)
- type: cloudbeat/cis_gcp
title: GCP
description: CIS Benchmark for Google Cloud Platform Foundations
Expand Down

0 comments on commit 3ec0271

Please sign in to comment.