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

Remove two deprecated packs from Common Widgets #27694

Merged
merged 14 commits into from
Jun 26, 2023
4 changes: 4 additions & 0 deletions Packs/CommonWidgets/.pack-ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[file:MyToDoTasksWidget.yml]
ignore=RM109

[known_words]
GetLargestInvestigations
GetLargestInputsAndOutputsInIncidents

1 change: 1 addition & 0 deletions Packs/CommonWidgets/ReleaseNotes/1_2_23.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"breakingChanges":true,"breakingChangesNotes":"These widgets will no longer be accessible: GetLargestInputsAndOutputsInIncidents and GetLargestInvestigations"}
rshunim marked this conversation as resolved.
Show resolved Hide resolved
10 changes: 10 additions & 0 deletions Packs/CommonWidgets/ReleaseNotes/1_2_23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

#### Scripts

##### GetLargestInvestigations

- Fixed an issue where the GetLargestInvestigations widget was deprecated, but not hidden.

##### GetLargestInputsAndOuputsInIncidents

- Fixed an issue where the GetLargestInputsAndOutputsInIncidents widget was deprecated, but not hidden.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ commonfields:
name: GetLargestInputsAndOuputsInIncidents
script: '-'
subtype: python3
enabled: false
system: false
tags:
- widget
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ commonfields:
name: GetLargestInvestigations
script: '-'
subtype: python3
enabled: false
system: false
tags:
- widget
Expand Down
2 changes: 1 addition & 1 deletion Packs/CommonWidgets/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Widgets",
"description": "Frequently used widgets pack.",
"support": "xsoar",
"currentVersion": "1.2.22",
"currentVersion": "1.2.23",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down