What's Changed
- Added the posiblity to specify a target operator when creating a workflow/workflow instance. by @JBBianchi in #519
- Enhanced Operator Selection UI by @JBBianchi in #520
- Fixed the
DockerRuntime
to apply the providedHostConfig
, thereby supporting volume mount functionality by @cdavernas in #522 - Fixed the
WorkflowInstanceController
not to claim instances of workflows explicitly assigned to other operators by @cdavernas in #526 - Fixed the
WorkflowInstanceController
to ignore instances of unselected workflows by @cdavernas in #528 - Updated the About view by adding a link to the API documentation page (Swagger) by @cdavernas in #529
- Fixed stale state issue in ResourceEditor after saving by @JBBianchi in #530
- Enabled label management when creating or editing a workflow by @JBBianchi in #533
- Added namespace management view in the Dashboard by @JBBianchi in #531
- Updated the
WorkflowInstanceController
to run a background loop to clean-up outlived workflow instances by @cdavernas in #537 - Prevent table rows from overlapping title and filters when scrolling in the Dashboard by @JBBianchi in #538
- Updated the
WorkflowInstanceController
to delete a workflow instance's process, if any, upon the deletion of its declaring resource by @cdavernas in #539 - Added the ability to configure an Operator's Docker host using a YAML file by @cdavernas in #542
- Preserve endpoint field by converting JSON to YAML in create/edit view of the Dashboard by @JBBianchi in #541
- Updated solution packages by @cdavernas in #544
Full Changelog: v1.0.0-alpha5.16...v1.0.0-alpha5.17