diff --git a/Packs/Base/ReleaseNotes/1_34_46.md b/Packs/Base/ReleaseNotes/1_34_46.md new file mode 100644 index 000000000000..01eca4f94103 --- /dev/null +++ b/Packs/Base/ReleaseNotes/1_34_46.md @@ -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*. diff --git a/Packs/Base/Scripts/DBotFindSimilarIncidents/DBotFindSimilarIncidents.yml b/Packs/Base/Scripts/DBotFindSimilarIncidents/DBotFindSimilarIncidents.yml index 4774563c6e96..681c2573d3a6 100644 --- a/Packs/Base/Scripts/DBotFindSimilarIncidents/DBotFindSimilarIncidents.yml +++ b/Packs/Base/Scripts/DBotFindSimilarIncidents/DBotFindSimilarIncidents.yml @@ -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 diff --git a/Packs/Base/Scripts/DBotPredictPhishingWords/DBotPredictPhishingWords.yml b/Packs/Base/Scripts/DBotPredictPhishingWords/DBotPredictPhishingWords.yml index f341384979f4..afa9fdf3cef8 100644 --- a/Packs/Base/Scripts/DBotPredictPhishingWords/DBotPredictPhishingWords.yml +++ b/Packs/Base/Scripts/DBotPredictPhishingWords/DBotPredictPhishingWords.yml @@ -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 diff --git a/Packs/Base/Scripts/DBotPreprocessTextData/DBotPreprocessTextData.yml b/Packs/Base/Scripts/DBotPreprocessTextData/DBotPreprocessTextData.yml index 7fd43c9e3190..a6019becb2b9 100644 --- a/Packs/Base/Scripts/DBotPreprocessTextData/DBotPreprocessTextData.yml +++ b/Packs/Base/Scripts/DBotPreprocessTextData/DBotPreprocessTextData.yml @@ -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 diff --git a/Packs/Base/Scripts/DBotTrainTextClassifierV2/DBotTrainTextClassifierV2.yml b/Packs/Base/Scripts/DBotTrainTextClassifierV2/DBotTrainTextClassifierV2.yml index 150a85c46135..a140d8741403 100644 --- a/Packs/Base/Scripts/DBotTrainTextClassifierV2/DBotTrainTextClassifierV2.yml +++ b/Packs/Base/Scripts/DBotTrainTextClassifierV2/DBotTrainTextClassifierV2.yml @@ -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 diff --git a/Packs/Base/Scripts/GetMLModelEvaluation/GetMLModelEvaluation.yml b/Packs/Base/Scripts/GetMLModelEvaluation/GetMLModelEvaluation.yml index c779b36d7b09..fac2b89841aa 100644 --- a/Packs/Base/Scripts/GetMLModelEvaluation/GetMLModelEvaluation.yml +++ b/Packs/Base/Scripts/GetMLModelEvaluation/GetMLModelEvaluation.yml @@ -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 diff --git a/Packs/Base/pack_metadata.json b/Packs/Base/pack_metadata.json index 3730b9b8b78c..413c96c0ef05 100644 --- a/Packs/Base/pack_metadata.json +++ b/Packs/Base/pack_metadata.json @@ -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", diff --git a/Packs/ML/ReleaseNotes/1_4_14.md b/Packs/ML/ReleaseNotes/1_4_14.md new file mode 100644 index 000000000000..d6754aadd031 --- /dev/null +++ b/Packs/ML/ReleaseNotes/1_4_14.md @@ -0,0 +1,7 @@ + +#### Scripts + +##### DBotPredictOutOfTheBoxV2 + + +- Updated the Docker image to: *demisto/ml:1.0.0.112949*. diff --git a/Packs/ML/Scripts/DBotPredictOutOfTheBoxV2/DBotPredictOutOfTheBoxV2.yml b/Packs/ML/Scripts/DBotPredictOutOfTheBoxV2/DBotPredictOutOfTheBoxV2.yml index 41dbc5ce9dce..3d9fd2c58ed2 100644 --- a/Packs/ML/Scripts/DBotPredictOutOfTheBoxV2/DBotPredictOutOfTheBoxV2.yml +++ b/Packs/ML/Scripts/DBotPredictOutOfTheBoxV2/DBotPredictOutOfTheBoxV2.yml @@ -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 diff --git a/Packs/ML/pack_metadata.json b/Packs/ML/pack_metadata.json index 36c3a2db97b8..6800fa423b3b 100644 --- a/Packs/ML/pack_metadata.json +++ b/Packs/ML/pack_metadata.json @@ -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": "",