Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 1.55 KB

File metadata and controls

executable file
·
37 lines (25 loc) · 1.55 KB

Changelog

0.2.1

  • gh-1022 Address vulnerabilities in .NET (CVE-2024-38229, CVE-2024-35264)

0.2.0

Added a new Email plugin, this pulls together information and sends a Message (rabbitmq) to a queue for processing via an external application (for the actual sending)

Renamed the (Generated) Argo client to ArgoGeneratedClient, added a new ArgoClient using just the methods used by this codebase.

Enhanced the ArgoClient -> Argo_Get_WorkflowLogsAsync method to decode the json better and make the logs extracted from Argo more readable.

Added Mongo Migraions, to allow changes without breaking current stored entries

Added resource constraints to the generated ARGO templates, so these can operate within a Kubernetes cluster with a Resource Quota in the ARGO namespace.

Added ability for plugins (currently Argo) to have controllers, any dll marked with the new Monai.Deploy.WorkflowManager.Shared.PlugInAttribute will have any controllers added to TaskManager