Skip to content

Releases: flyteorg/flyteconsole

v0.7.2

01 Jul 23:07
Compare
Choose a tag to compare

0.7.2 (2020-07-01)

Bug Fixes

  • show dashed lines for empty values instead of removing them (#79) (0eaaecd)

v0.7.1

01 Jul 20:01
Compare
Choose a tag to compare

0.7.1 (2020-07-01)

Bug Fixes

  • Expose cluster information for Workflow Executions (#78) (d43a1e3)

v0.7.0

30 Jun 17:15
Compare
Choose a tag to compare

0.7.0 (2020-06-30)

Features

v0.6.0

30 Jun 16:55
Compare
Choose a tag to compare

0.6.0 (2020-06-30)

Features

  • Adding automatic image building and release management (#69) (90362e2)

Hide archived workflows in the UI

02 Jun 04:03
23b6f5f
Compare
Choose a tag to compare
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

01 May 17:58
d4d9b03
Compare
Choose a tag to compare

This is a maintenance release to address a vulnerability in a dependency. It also upgrades the versions on some other dependencies.

v0.5.1

27 Apr 20:45
10491bb
Compare
Choose a tag to compare

Fixes Docker image failing to build because latest node images already include yarn and we attempt to install it anyway.

v0.5.0

23 Apr 20:54
fb17003
Compare
Choose a tag to compare
  • 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

30 Mar 23:33
9363834
Compare
Choose a tag to compare
  • 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.

v0.3.2

18 Feb 19:31
8b12280
Compare
Choose a tag to compare

Fixes some reference errors due to dependency updates.

flyteorg/flyte#179
flyteorg/flyte#182