Skip to content

Commit

Permalink
Revert ML docker updates (demisto#37249)
Browse files Browse the repository at this point in the history
* init

* RN

* remove autoupdate

* fix RN

* fix RN
  • Loading branch information
jlevypaloalto authored Nov 18, 2024
1 parent eb71f4c commit b8d83be
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 8 deletions.
22 changes: 22 additions & 0 deletions Packs/Base/ReleaseNotes/1_35_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

#### Scripts

##### DBotFindSimilarIncidents

- Updated the Docker image to: *demisto/ml:1.0.0.105874*.

##### GetMLModelEvaluation

- Updated the Docker image to: *demisto/ml:1.0.0.105874*.

##### DBotPredictPhishingWords

- Updated the Docker image to: *demisto/ml:1.0.0.105874*.

##### DBotPreProcessTextData

- Updated the Docker image to: *demisto/ml:1.0.0.105874*.

##### DBotTrainTextClassifierV2

- Updated the Docker image to: *demisto/ml:1.0.0.105874*.
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.112949
dockerimage: demisto/ml:1.0.0.105874
runas: DBotWeakRole
tests:
- DBotFindSimilarIncidents-test
Expand All @@ -110,3 +110,4 @@ outputs:
- contextPath: DBotFindSimilarIncidents.similarIncident.details
description: The details of the linked incident.
type: string
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ tags:
- phishing
timeout: 60µs
type: python
dockerimage: demisto/ml:1.0.0.112949
dockerimage: demisto/ml:1.0.0.105874
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
marketplaces:
- xsoar
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ tags:
- ml
timeout: 120µs
type: python
dockerimage: demisto/ml:1.0.0.112949
dockerimage: demisto/ml:1.0.0.105874
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ tags:
- ml
timeout: 12µs
type: python
dockerimage: demisto/ml:1.0.0.112949
dockerimage: demisto/ml:1.0.0.105874
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
marketplaces:
- xsoar
autoUpdateDockerImage: false
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ tags:
- ml
timeout: 60µs
type: python
dockerimage: demisto/ml:1.0.0.112949
dockerimage: demisto/ml:1.0.0.105874
tests:
- Create Phishing Classifier V2 ML Test
fromversion: 5.0.0
runas: DBotWeakRole
autoUpdateDockerImage: false
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.35.0",
"currentVersion": "1.35.1",
"author": "Cortex XSOAR",
"serverMinVersion": "6.0.0",
"url": "https://www.paloaltonetworks.com/cortex",
Expand Down
6 changes: 6 additions & 0 deletions Packs/ML/ReleaseNotes/1_4_15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### DBotPredictOutOfTheBoxV2

- Updated the Docker image to: *demisto/ml:1.0.0.105874*.
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.112949
dockerimage: demisto/ml:1.0.0.105874
tests:
- DbotPredictOufOfTheBoxTestV2
- VerifyOOBV2Predictions-Test
Expand All @@ -68,3 +68,4 @@ tags:
- ml
comment: Predict phishing incidents using the out-of-the-box pre-trained model.
fromversion: 5.5.0
autoUpdateDockerImage: false
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.14",
"currentVersion": "1.4.15",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit b8d83be

Please sign in to comment.