Skip to content

Releases: flyteorg/flyteconsole

v0.3.1

14 Feb 22:38
0b81ea5
Compare
Choose a tag to compare
  • Fixed a bug with searching for workflow versions in the context of relaunching an execution
  • Updated Webpack config to fix issues trying to build the Docker image

v0.3.0

13 Feb 19:07
6b2c2e9
Compare
Choose a tag to compare
  • Admin requests no longer use the local CORS proxy
  • Added Authentication support
  • Dependency updates
  • Added support for Collection input types in the Launch form
  • Added validation for inputs in the Launch form
  • Various bug fixes related to the Launch form
  • Relaunching an Execution will now populate a Launch from with the values used in that execution, allowing the user to modify the Workflow version, LaunchPlan, or input values before launching again
  • Input values in the Launch form are maintained (if possible) between changes to the Workflow version or LaunchPlan

0.2.1

02 Dec 23:40
e7afbf2
Compare
Choose a tag to compare

Bug Fixes

  • (flyteorg/flyte#98) Ensure that inputs/outputs are sorted by key to provide a consistent display experience
  • Make sure .snyk file exists at the proper time during Docker builds

0.2.0

02 Dec 18:19
1ba381d
Compare
Choose a tag to compare
  • Minor fixes to Launch form
  • Updated execution input display to support remote storage
  • Styling update to projects list page
  • Added support for rendering project descriptions
  • Fixed sort order on project list page
  • Added support for descriptions on workflows
  • Added Tasks list view
  • Security/dependency updates
  • Updated logo/favicon

Initial FlyteConsole Release

24 Sep 22:12
3afc48d
Compare
Choose a tag to compare
Merge pull request #5 from lyft/launch

Adds support for launching workflows