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
@@ -1,6 +1,11 @@
# newer versions go on top
# version map:
# 0.1.x - 8.15.x
- version: "0.14.0"
changes:
- description: Fix cloud formation template URL
type: bugfix
link: https://github.com/elastic/integrations/pull/13971
- version: "0.13.0"
changes:
- description: Remove GCP project and organization ID from validation
Expand Down
4 changes: 2 additions & 2 deletions 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.13.0"
version: "0.14.0"
source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Discovery"
Expand Down Expand Up @@ -66,7 +66,7 @@ policy_templates:
show_user: false
description: Template URL to Cloud Formation Cloud Credentials 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-asset-inventory-direct-access-key-ACCOUNT_TYPE-8.17.0.yml
default: https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?templateURL=https://elastic-cspm-cft.s3.eu-central-1.amazonaws.com/cloudformation-asset-inventory-ACCOUNT_TYPE-8.17.0.yml
- type: cloudbeat/asset_inventory_azure
title: Azure Asset Discovery
description: Azure Asset Discovery
Expand Down