Releases: flyteorg/flyteconsole
Releases · flyteorg/flyteconsole
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.0
Hide archived workflows in the UI
Hide archived workflows in Console (#71) * Updating dependencies * Only show active workflows on the list page * adding test for workflow name filter
v0.5.2
v0.5.1
v0.5.0
- Added support for custom private middleware to be inserted into the Express server. This can be used to host a custom status endpoint for powering the status banner.
- Fixed security issue with
acorn
- Added support for showing a system status banner powered by an optional endpoint to provide a status payload.
- Updated
flyteidl
and added support for additional Task execution phases - Added code coverage support through codecov.io
- Minor layout updates to execution tables, and no showing queued time (if available) for Task Executions.
0.4.0
- Unsupported input types will now transparently re-use values taken from executions (on relaunch) or default values specified by the selected launch plan. This makes it possible to launch/re-launch workflows which use unsupported input types if the user does not want to edit the value.
- Searchable selector in launch form will now highlight value on focus, instead of clearing it.
- Fixed bugs with default/copied values for inputs in the launch form.
- Added Pull Request template.