Skip to content

Commit

Permalink
PrintToParentIncident skip name change (#34979)
Browse files Browse the repository at this point in the history
* Added skip

* pack-ignore

* BC

* Update Packs/CommonScripts/ReleaseNotes/1_15_13.json

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>

* Moved to known words

* Update Packs/CommonScripts/ReleaseNotes/1_15_13.md

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>

* Fixed RNs

---------

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
  • Loading branch information
anas-yousef and dorschw committed Jun 20, 2024
1 parent a9d259e commit 39b9daa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_15_13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"breakingChanges": true,
"breakingChangesNotes": "The misnamed, recently-released ***PrintToParentAlert*** script is no longer available. Use ***PrintToParentIncident*** instead."
}
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_15_13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#### Scripts

##### PrintToParentIncident

- Fixed an issue where the misnamed, recently-released ***PrintToParentAlert*** script was uploaded. It is no longer available, use ***PrintToParentIncident*** instead.
- - Updated the Docker image to: *demisto/python3:3.10.14.98471*.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ timeout: '0'
runas: DBotWeakRole
type: python
subtype: python3
dockerimage: demisto/python3:3.10.14.97374
dockerimage: demisto/python3:3.10.14.98471
fromversion: 8.7.0
marketplaces:
- marketplacev2
tests:
- No test - unit test
skipprepare:
- script-name-incident-to-alert
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.15.12",
"currentVersion": "1.15.13",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
1 change: 1 addition & 0 deletions Tests/known_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,4 @@ WAF
VPC
GPT
chatgpt
skipprepare

0 comments on commit 39b9daa

Please sign in to comment.