There was an error while loading. Please reload this page.
1 parent c8cec2c commit ae1187fCopy full SHA for ae1187f
packages/cisco_ios/changelog.yml
@@ -1,4 +1,9 @@
1
# newer versions go on top
2
+- version: "1.2.0"
3
+ changes:
4
+ - description: Add 8.0.0 version constraint
5
+ type: enhancement
6
+ link: https://github.com/elastic/integrations/pull/2279
7
- version: "1.1.2"
8
changes:
9
- description: Update Title and Description.
packages/cisco_ios/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: cisco_ios
title: Cisco IOS
-version: 1.1.2
+version: 1.2.0
license: basic
description: Collect logs from Cisco IOS with Elastic Agent.
type: integration
@@ -10,7 +10,7 @@ categories:
10
- security
11
release: ga
12
conditions:
13
- kibana.version: "^7.16.0"
+ kibana.version: "^7.16.0 || ^8.0.0"
14
icons:
15
- src: /img/cisco.svg
16
title: cisco
0 commit comments