Skip to content

Commit 19d25db

Browse files
authored
[Cloud Security] add securty capability to Cloud Defend package so it shows up in Security projects in serverless (elastic#8208)
* add securty capability to Cloud Defend package so it shows up in Security projects in serverless * add PR link
1 parent befdc5c commit 19d25db

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/cloud_defend/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.2.2"
3+
changes:
4+
- description: Add security capability
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/8208
27
- version: "1.2.1"
38
changes:
49
- description: Update ECS reference

packages/cloud_defend/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.0
22
name: cloud_defend
33
title: "Defend for Containers"
4-
version: 1.2.1
4+
version: 1.2.2
55
source:
66
license: "Elastic-2.0"
77
description: "Elastic Defend for Containers (BETA) provides cloud-native runtime protections for containerized environments."
@@ -13,6 +13,9 @@ categories:
1313
conditions:
1414
kibana:
1515
version: ^8.11.0
16+
elastic:
17+
capabilities:
18+
- security
1619
screenshots:
1720
- src: /img/control-policy-general-view-screenshot.png
1821
title: Control policy general view screenshot

0 commit comments

Comments
 (0)