Skip to content

Commit 229131e

Browse files
committed
indicate breaking-change
1 parent 9bce4fe commit 229131e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/tenable_sc/changelog.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# newer versions go on top
2-
- version: "1.32.2"
2+
- version: "2.0.0"
33
changes:
4-
- description: Update mapping of `tenable_sc.vulnerability.plugin.text` field to `match_only_text`.
5-
type: bugfix
4+
- description: >-
5+
Update mapping of `tenable_sc.vulnerability.plugin.text` field from `keyword`to `match_only_text`.
6+
This could break custom Kibana dashboards or queries that rely on the `tenable_sc.vulnerability.plugin.text` field.
7+
type: breaking-change
68
link: https://github.com/elastic/integrations/pull/16508
79
- version: "1.32.1"
810
changes:

packages/tenable_sc/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ format_version: "3.3.2"
22
name: tenable_sc
33
title: Tenable Security Center
44
# The version must be updated in the input configuration templates as well, in order to set the correct User-Agent header. Until elastic/kibana#121310 is implemented we will have to manually sync these.
5-
version: "1.32.2"
5+
version: "2.0.0"
66
description: |
77
Collect data from Tenable Security Center with Elastic Agent.
88
type: integration

0 commit comments

Comments
 (0)