Releases: flyteorg/flyteconsole
v1.2.0
v1.1.6
v1.1.5
v1.1.4
Release v.1.1.3
Docker Image
Full list of changes:
feat: https://github.com/flyteorg/flyteconsole/issues/469 Adding flyte decks support on FlyteConsole side
feat: Allow to modify NavBat to support your company colors and/or add navigation to your main company site. More Info
feat: https://github.com/flyteorg/flyteconsole/issues/298 launch plans list & detail page.
fix: https://github.com/flyteorg/flyteconsole/issues/508 executions can not be filtered by start time.
chore: #503 add package generator for basics/composites/plugins to better support new monorepo nature of the repository. More info
Release v.1.1.1
Docker Image
Full list of changes:
feature: https://github.com/flyteorg/flyteconsole/issues/312 Map Tasks - allow to check statuses of all retries per child task
feature: https://github.com/flyteorg/flyteconsole/issues/461 Allow to rerun single task in execution page
plugin: Adds flyte-api plugin package. You can check basic how to
info and consume package from https://www.npmjs.com/package/@flyteconsole/flyte-api . It will allow you to authorize you flytectl queries and perform api requests from your app. At this point only request without included data in body is allowed. More work is planned in future updates.
Release v1.1.0
Docker image
Full list of changes:
refactor: FC#431 Move to monorepo structure to allow separate FlyteConsole into plugins system
feat: FC#414 Add support for StructuredDataSet Input/Output type
feat: FC#448 Updated Task details page to be able to browse different task versions
feat: FC#445 Updated Input/Output and TaskDetails representation - now you can collapse parts of it.
feat: FC#311 Show new map tasks in the GraphView with information of which subtasks are in which phase(running, erroring, succeeded)
feat: #2284 Add interruptible override to launch forms
fix: FC#463 ensure that setups with different domains for console and admin API properly works
fix: FC#416 Fixes one of the crashes in Graph component for Viel All Workflow section
fix: ensure that admin version is fully shown FC#465
fix: Small cosmetic updates: FC#451, FC#386, FC#398