Skip to content

Commit

Permalink
Aud demisto/auto update docker staging branch 42 (demisto#37162)
Browse files Browse the repository at this point in the history
* Updated docker image to demisto/ml:1.0.0.112949. PR batch #1/1 (demisto#37154)

Co-authored-by: root <root@1e2de18e0cc3>

* update release notes

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 82ff125 commit 2895605
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 8 deletions.
23 changes: 23 additions & 0 deletions Packs/Base/ReleaseNotes/1_34_46.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

#### Scripts

##### GetMLModelEvaluation


- Updated the Docker image to: *demisto/ml:1.0.0.112949*.
##### DBotTrainTextClassifierV2


- Updated the Docker image to: *demisto/ml:1.0.0.112949*.
##### DBotPredictPhishingWords


- Updated the Docker image to: *demisto/ml:1.0.0.112949*.
##### DBotFindSimilarIncidents


- Updated the Docker image to: *demisto/ml:1.0.0.112949*.
##### DBotPreProcessTextData


- Updated the Docker image to: *demisto/ml:1.0.0.112949*.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ script: '-'
subtype: python3
timeout: '0'
type: python
dockerimage: demisto/ml:1.0.0.105874
dockerimage: demisto/ml:1.0.0.112949
runas: DBotWeakRole
tests:
- DBotFindSimilarIncidents-test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tags:
- phishing
timeout: 60µs
type: python
dockerimage: demisto/ml:1.0.0.105874
dockerimage: demisto/ml:1.0.0.112949
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tags:
- ml
timeout: 120µs
type: python
dockerimage: demisto/ml:1.0.0.105874
dockerimage: demisto/ml:1.0.0.112949
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ tags:
- ml
timeout: 12µs
type: python
dockerimage: demisto/ml:1.0.0.105874
dockerimage: demisto/ml:1.0.0.112949
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tags:
- ml
timeout: 60µs
type: python
dockerimage: demisto/ml:1.0.0.105874
dockerimage: demisto/ml:1.0.0.112949
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion Packs/Base/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Base",
"description": "The base pack for Cortex XSOAR.",
"support": "xsoar",
"currentVersion": "1.34.45",
"currentVersion": "1.34.46",
"author": "Cortex XSOAR",
"serverMinVersion": "6.0.0",
"url": "https://www.paloaltonetworks.com/cortex",
Expand Down
7 changes: 7 additions & 0 deletions Packs/ML/ReleaseNotes/1_4_14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

#### Scripts

##### DBotPredictOutOfTheBoxV2


- Updated the Docker image to: *demisto/ml:1.0.0.112949*.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ script: '-'
subtype: python3
timeout: 60µs
type: python
dockerimage: demisto/ml:1.0.0.105874
dockerimage: demisto/ml:1.0.0.112949
tests:
- DbotPredictOufOfTheBoxTestV2
- VerifyOOBV2Predictions-Test
Expand Down
2 changes: 1 addition & 1 deletion Packs/ML/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Machine Learning",
"description": "Help to manage machine learning models in Cortex XSOAR",
"support": "xsoar",
"currentVersion": "1.4.13",
"currentVersion": "1.4.14",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 2895605

Please sign in to comment.