Skip to content
Open
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 @@ -8,6 +8,11 @@
# 1.1.x - 9.2.x
# 1.0.x - 9.1.x
# 0.1.x - 8.15.x
- version: "1.5.1"
changes:
- description: Fix duplicated `Discovery` word in asset_inventory data stream descriptions for AWS, Azure, and GCP.
type: bugfix
link: https://github.com/elastic/integrations/pull/18242
- version: "1.5.0"
changes:
- description: Release version 1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elasticsearch:
streams:
- input: cloudbeat/asset_inventory_aws
title: AWS Asset Discovery
description: Asset Discovery Discovery for AWS
description: Asset Discovery for AWS
template_path: aws.yml.hbs
enabled: false
required_vars:
Expand Down Expand Up @@ -148,7 +148,7 @@ streams:
secret: true
- input: cloudbeat/asset_inventory_azure
title: Azure Asset Discovery
description: Asset Discovery Discovery for Azure
description: Asset Discovery for Azure
template_path: azure.yml.hbs
enabled: false
required_vars:
Expand Down Expand Up @@ -307,7 +307,7 @@ streams:
secret: false
- input: cloudbeat/asset_inventory_gcp
title: GCP Asset Discovery
description: Asset Discovery Discovery for GCP
description: Asset Discovery for GCP
template_path: gcp.yml.hbs
enabled: false
required_vars:
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.5.0"
version: "1.5.1"
source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Discovery"
Expand Down
Loading