Skip to content

Releases: flyteorg/flyteconsole

v0.8.1

13 Aug 18:47
Compare
Choose a tag to compare

0.8.1 (2020-08-13)

Bug Fixes

  • only use NE filter for Nodes tab (#88) (f4ba80b)

v0.8.0

20 Jul 23:20
Compare
Choose a tag to compare

0.8.0 (2020-07-20)

Features

v0.7.3

06 Jul 22:35
Compare
Choose a tag to compare

0.7.3 (2020-07-06)

Bug Fixes

  • prevents collapsing of execution errors when scrolled out of view (#80) (ba39c1c)

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.