Skip to content

Commit 88d8d8e

Browse files
bugfix/update-ssl-option-descriptions-package-manifest-cleanup-sec-deployment-and-devices-12995 (#13011)
updated SSL descriptions in manifest.yml files
1 parent 92573f5 commit 88d8d8e

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

packages/cisco_ise/changelog.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.26.1"
3+
changes:
4+
- description: Updated SSL description in package manifest.yml to be uniform and to include links to documentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/13011
27
- version: "1.26.0"
38
changes:
49
- description: Support stack version 9.0.

packages/cisco_ise/manifest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.3"
22
name: cisco_ise
33
title: Cisco ISE
4-
version: "1.26.0"
4+
version: "1.26.1"
55
description: Collect logs from Cisco ISE with Elastic Agent.
66
type: integration
77
categories:
@@ -48,7 +48,7 @@ policy_templates:
4848
- name: ssl
4949
type: yaml
5050
title: SSL Configuration
51-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
51+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
5252
multi: false
5353
required: false
5454
show_user: false

packages/zeek/changelog.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.28.1"
3+
changes:
4+
- description: Updated SSL description in package manifest.yml to be uniform and to include links to documentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/13011
27
- version: "2.28.0"
38
changes:
49
- description: Support stack version 9.0.

packages/zeek/manifest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zeek
22
title: Zeek
3-
version: "2.28.0"
3+
version: "2.28.1"
44
description: Collect logs from Zeek with Elastic Agent.
55
type: integration
66
icons:
@@ -73,7 +73,7 @@ policy_templates:
7373
- name: ssl
7474
type: yaml
7575
title: SSL Configuration
76-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
76+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
7777
multi: false
7878
required: false
7979
show_user: false

0 commit comments

Comments
 (0)