Skip to content

Commit

Permalink
[Cloud Security][Asset Inventory] Update compatibility conditions to …
Browse files Browse the repository at this point in the history
…>=8.16.0 (elastic#11413)

* make Asset Inventory compatible going forward

* update manifest and changelog

* Update changelog.yml

* Update manifest.yml
  • Loading branch information
kubasobon authored Oct 17, 2024
1 parent 959c4d4 commit 03d2f99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/cloud_asset_inventory/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# newer versions go on top
# version map:
# 0.1.x - 8.15.x
- version: "0.3.0"
changes:
- description: Change compatibility to >=8.16
type: enhancement
link: https://github.com/elastic/integrations/pull/11413
- version: "0.2.3"
changes:
- description: Update README
type: enhancement
link: TBD
link: https://github.com/elastic/integrations/pull/11417
- version: "0.2.2"
changes:
- description: Enable Agentless deployment.
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.2.2
name: cloud_asset_inventory
title: "Cloud Asset Inventory"
version: "0.2.3"
version: "0.3.0"
source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Inventory"
Expand All @@ -11,7 +11,7 @@ categories:
- cloudsecurity_cdr
conditions:
kibana:
version: "^8.16.0"
version: ">=8.16.0"
elastic:
subscription: basic
capabilities:
Expand Down

0 comments on commit 03d2f99

Please sign in to comment.