Skip to content

Commit a977cbc

Browse files
authored
Add 8.0.0 constraint (#2253)
1 parent ebebc61 commit a977cbc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/cisco_secure_endpoint/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: "0.2.0"
3+
changes:
4+
- description: Add 8.0.0 version constraint
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/2253
27
- version: "0.1.1"
38
changes:
49
- description: Update Title and Description.

packages/cisco_secure_endpoint/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: cisco_secure_endpoint
33
title: Cisco Secure Endpoint (AMP)
4-
version: 0.1.1
4+
version: 0.2.0
55
license: basic
66
description: Collect logs from Cisco Secure Endpoint (AMP) with Elastic Agent.
77
type: integration
@@ -10,7 +10,7 @@ categories:
1010
- security
1111
release: beta
1212
conditions:
13-
kibana.version: "^7.16.0"
13+
kibana.version: "^7.16.0 || ^8.0.0"
1414
icons:
1515
- src: /img/cisco.svg
1616
title: cisco

0 commit comments

Comments
 (0)