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_security_posture/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "3.3.0-preview04"
changes:
- description: Fix GCP Cloud Connector validation
type: enhancement
link: https://github.com/elastic/integrations/pull/17288
- version: "3.3.0-preview03"
changes:
- description: Support GCP Cloud Connectors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ streams:
value: organization-account
- name: gcp.credentials.type
value: cloud_connectors
- name: gcp.organization_id
- name: gcp.credentials.service_account_email
- name: gcp.credentials.audience
- name: gcp_credentials_cloud_connector_id
Expand Down
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.3.0-preview03"
version: "3.3.0-preview04"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down