diff --git a/Packs/Base/ReleaseNotes/1_34_31.md b/Packs/Base/ReleaseNotes/1_34_31.md new file mode 100644 index 000000000000..41ae70613f92 --- /dev/null +++ b/Packs/Base/ReleaseNotes/1_34_31.md @@ -0,0 +1,21 @@ + +#### Scripts + +##### DBotTrainTextClassifierV2 + +- Updated the Docker image to: *demisto/ml:1.0.0.105874*. +##### DBotFindSimilarIncidentsByIndicators + +- 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*. +##### DBotFindSimilarIncidents + +- Updated the Docker image to: *demisto/ml:1.0.0.105874*. +##### DBotPreProcessTextData + +- Updated the Docker image to: *demisto/ml:1.0.0.105874*. \ No newline at end of file diff --git a/Packs/Base/Scripts/DBotFindSimilarIncidents/DBotFindSimilarIncidents.yml b/Packs/Base/Scripts/DBotFindSimilarIncidents/DBotFindSimilarIncidents.yml index 9c4c3ede517b..4774563c6e96 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.103517 +dockerimage: demisto/ml:1.0.0.105874 runas: DBotWeakRole tests: - DBotFindSimilarIncidents-test diff --git a/Packs/Base/Scripts/DBotFindSimilarIncidentsByIndicators/DBotFindSimilarIncidentsByIndicators.yml b/Packs/Base/Scripts/DBotFindSimilarIncidentsByIndicators/DBotFindSimilarIncidentsByIndicators.yml index d8dd96aca214..2a50a1004a76 100644 --- a/Packs/Base/Scripts/DBotFindSimilarIncidentsByIndicators/DBotFindSimilarIncidentsByIndicators.yml +++ b/Packs/Base/Scripts/DBotFindSimilarIncidentsByIndicators/DBotFindSimilarIncidentsByIndicators.yml @@ -42,7 +42,7 @@ script: '-' subtype: python3 timeout: '0' type: python -dockerimage: demisto/ml:1.0.0.103517 +dockerimage: demisto/ml:1.0.0.105874 runas: DBotWeakRole tests: - DBotFindSimilarIncidentsByIndicators - Test diff --git a/Packs/Base/Scripts/DBotPredictPhishingWords/DBotPredictPhishingWords.yml b/Packs/Base/Scripts/DBotPredictPhishingWords/DBotPredictPhishingWords.yml index 4b72a32eb885..f341384979f4 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.103517 +dockerimage: demisto/ml:1.0.0.105874 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 400463d45da0..7fd43c9e3190 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.103517 +dockerimage: demisto/ml:1.0.0.105874 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 63759829d17e..150a85c46135 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.103517 +dockerimage: demisto/ml:1.0.0.105874 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 5c307e6cf9c8..c779b36d7b09 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.103517 +dockerimage: demisto/ml:1.0.0.105874 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 612d37e41f9a..48d649ed703b 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.30", + "currentVersion": "1.34.31", "author": "Cortex XSOAR", "serverMinVersion": "6.0.0", "url": "https://www.paloaltonetworks.com/cortex", diff --git a/Packs/ML/ReleaseNotes/1_4_13.md b/Packs/ML/ReleaseNotes/1_4_13.md new file mode 100644 index 000000000000..0a6973e4b049 --- /dev/null +++ b/Packs/ML/ReleaseNotes/1_4_13.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### DBotPredictOutOfTheBoxV2 + +- Updated the Docker image to: *demisto/ml:1.0.0.105874*. diff --git a/Packs/ML/Scripts/DBotPredictOutOfTheBoxV2/DBotPredictOutOfTheBoxV2.yml b/Packs/ML/Scripts/DBotPredictOutOfTheBoxV2/DBotPredictOutOfTheBoxV2.yml index e70a2643d104..41dbc5ce9dce 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.103517 +dockerimage: demisto/ml:1.0.0.105874 tests: - DbotPredictOufOfTheBoxTestV2 - VerifyOOBV2Predictions-Test diff --git a/Packs/ML/pack_metadata.json b/Packs/ML/pack_metadata.json index 850923df3c91..36c3a2db97b8 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.12", + "currentVersion": "1.4.13", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",