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

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
@@ -1,6 +1,11 @@
# newer versions go on top
# version map:
# 0.1.x - 8.15.x
- version: "0.18.0"
changes:
- description: Add entity.source
type: enhancement
link: https://github.com/elastic/integrations/pull/14087
- version: "0.17.0"
changes:
- description: Add cloud connector support Asset Inventory for AWS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- name: sub_type
type: keyword

- name: source
type: keyword

- name: raw
type: flattened

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: "0.17.0"
version: "0.18.0"
source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Discovery"
Expand Down