Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SSL node description in manifest.yml file for packages owned by sec-deployment-and-devices #13011

Merged
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
5 changes: 5 additions & 0 deletions packages/cisco_ise/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.26.1"
changes:
- description: Updated SSL description in package manifest.yml to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/13011
- version: "1.26.0"
changes:
- description: Support stack version 9.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/cisco_ise/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.3"
name: cisco_ise
title: Cisco ISE
version: "1.26.0"
version: "1.26.1"
description: Collect logs from Cisco ISE with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -48,7 +48,7 @@ policy_templates:
- name: ssl
type: yaml
title: SSL Configuration
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
5 changes: 5 additions & 0 deletions packages/zeek/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.28.1"
changes:
- description: Updated SSL description in package manifest.yml to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/13011
- version: "2.28.0"
changes:
- description: Support stack version 9.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/zeek/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zeek
title: Zeek
version: "2.28.0"
version: "2.28.1"
description: Collect logs from Zeek with Elastic Agent.
type: integration
icons:
Expand Down Expand Up @@ -73,7 +73,7 @@ policy_templates:
- name: ssl
type: yaml
title: SSL Configuration
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down