Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cloud_asset_inventory/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# 1.1.x - 9.2.x
# 1.0.x - 9.1.x
# 0.1.x - 8.15.x
- version: "1.1.3"
changes:
- description: Add support for Azure Cloud Connectors credentials
type: enhancement
link: https://github.com/elastic/integrations/pull/15237
- version: "1.1.1-preview01"
changes:
- description: Add support for Azure Cloud Connectors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,15 @@ streams:
value: cloud_connectors
- name: azure.credentials.client_id
type: text
secret: true
title: Client ID
multi: false
required: false
show_user: true
description: Required when using either of Service Principal options
- name: azure.credentials.tenant_id
type: text
secret: true
title: Tenant ID
multi: false
required: false
Expand Down Expand Up @@ -280,6 +282,13 @@ streams:
show_user: true
secret: true
description: Required when using Service Principal with Client Certificate
- name: azure.supports_cloud_connectors
type: bool
title: Supports Cloud Connectors
multi: false
required: false
show_user: false
secret: false
- input: cloudbeat/asset_inventory_gcp
title: GCP Asset Discovery
description: Asset Discovery Discovery for GCP
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud_asset_inventory/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.2
name: cloud_asset_inventory
title: "Cloud Asset Discovery"
version: "1.1.1-preview01"
version: "1.1.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it been 1.1.1-preview02? to follow the same CSP strategy of bumping the version only after Feature Freeze.

The reason we follow the process is that since we have a custom UI, some of the times the integration will rely on Kibana to be updated in order to work properly with the updated integration, then for those cases then we need to wait for Kibana to be released in Serverless before making it available.

source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Discovery"
Expand Down
5 changes: 5 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "3.1.0-preview02"
changes:
- description: Add azure supports cloud connectors and secrets
type: enhancement
link: https://github.com/elastic/integrations/pull/15255
- version: "3.1.0-preview01"
changes:
- description: Add Cloud Connectors variables for Azure CSPM input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ streams:
value: cloud_connectors
- name: azure.credentials.client_id
- name: azure.credentials.tenant_id
organization_account_cloud_connectors:
- name: azure.account_type
value: organization-account
- name: azure.credentials.type
value: cloud_connectors
- name: azure.credentials.client_id
- name: azure.credentials.tenant_id
single_account_arm_template:
- name: azure.account_type
value: single-account
Expand Down Expand Up @@ -380,12 +387,14 @@ streams:
show_user: false
- name: azure.credentials.client_id
type: text
secret: true
title: Client ID
multi: false
required: false
show_user: true
- name: azure.credentials.tenant_id
type: text
secret: true
title: Tenant ID
multi: false
required: false
Expand All @@ -410,3 +419,10 @@ streams:
required: false
show_user: true
secret: true
- name: azure.supports_cloud_connectors
type: bool
title: Supports Cloud Connectors
multi: false
required: false
show_user: false
secret: false
2 changes: 1 addition & 1 deletion packages/cloud_security_posture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.2
name: cloud_security_posture
title: "Security Posture Management"
version: "3.1.0-preview01"
version: "3.1.0-preview02"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down