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
6 changes: 6 additions & 0 deletions packages/cloud_asset_inventory/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# newer versions go on top
# version map:
# 1.7.x - 9.6.x
# 1.6.x - 9.5.x
# 1.5.x - 9.4.x
# 1.4.x - 9.3.x
Expand All @@ -8,6 +9,11 @@
# 1.1.x - 9.2.x
# 1.0.x - 9.1.x
# 0.1.x - 8.15.x
- version: "1.7.0"
changes:
- description: Release version 1.7.0
type: enhancement
link: https://github.com/elastic/integrations/pull/20024
- version: "1.6.0"
changes:
- description: Use new `release` field for agentless deployment mode to establish as beta.
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.6.0"
version: "1.7.0"
source:
license: "Elastic-2.0"
description: "Discover and Create Cloud Assets Discovery"
Expand Down
6 changes: 6 additions & 0 deletions packages/cloud_security_posture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# newer versions go on top
# version map:
# IMPORTANT: this map doesn't apply to serverless where package availability depends on the spec version https://github.com/elastic/kibana/blob/main/config/serverless.yml#L14-L15
# 3.5.x - 9.6.x
# 3.4.x - 9.5.x
# 3.3.x - 9.4.x
# 3.2.x - 9.3.x
Expand All @@ -19,6 +20,11 @@
# 1.4.x - 8.9.x
# 1.3.x - 8.8.x
# 1.2.x - 8.7.x
- version: "3.5.0"
changes:
- description: Release version 3.5.0
type: enhancement
link: https://github.com/elastic/integrations/pull/20024
- version: "3.4.0"
changes:
- description: Use new `release` field for agentless deployment mode to establish as GA.
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.4.0"
version: "3.5.0"
source:
license: "Elastic-2.0"
description: "Identify & remediate configuration risks in your Cloud infrastructure"
Expand Down
Loading