Skip to content

v0.8.0-rc4

Compare
Choose a tag to compare
@iguazio-deploy iguazio-deploy released this 04 Oct 01:57
· 1341 commits to master since this release
b047c3a

Features / Enhancements

  • Project Settings: Added a new “Settings” screen on the project level, where you can configure the project‘s source URL, artifact path, parameters and secrets. Removed “Source URL” field from Project Overview. Added an icon on “Overview” screen to navigate to “Settings” screen.
    project-settings
    project-settings-secrets-edit_secret
    project-settings-secrets-new_secret
    project-settings-breadcrumbs
    project-overview-source-removed
  • Data Inputs: For “V3IO” scheme, instead of having a static part of v3io:// (2 slashes) and enforce the user input to start with another slash, have the static part have three slashes v3io:/// and do not enforce the user input to start with a slash.
    Before:
    image
    After:
    image
  • Monitor Workflows:
    • Moved table columns from main workflow list, to the individual workflow view when in list mode.
    • Added columns “Created At” & “Finished At“ to workflow list.
    • Removed columns “Owner”, “Labels”, “Parameters”, & “Results” from workflow list.
    • Removed the collapse-expand of rows from the workflow list.
      monitor-workflows-list
      monitor-workflows-item-graph
      monitor-workflows-item-graph-details
      monitor-workflows-item-list
      monitor-workflows-item-list-details

Bug Fixes

  • Projects: “Archived Projects” was always cropped
    Before:
    image
    After:
    image
  • Function panel: For “Serving” type, in the “Models” and “Parameters” lists a “Discard changes” button was missing when starting to add a new item. In “Parameters” list “Value” had an “Invalid” tooltip instead of “This field is required” tooltip, when leaving it empty and the type is “Number”.
    Before:
    image
    image
    After:
    image
    image
  • Function panel: In “Secrets” section of a serving function, it was impossible to edit one secret. When you tried to edit a secret you ended up editing all other secrets, too.
    Before:
    secrets-edit-multiple-before
    After:
    secrets-edit-multiple-after

Full changelog

  • b047c3a Fix [Function panel] Cannot edit single secret value (#833)
  • 8f73de9 Impl [Workflows] Add columns to list view of workflow (#829)
  • f85ca74 Impl [Project Overview] Add Project Settings screen (#831)
  • 178c3e2 Fix [Projects] Archived Projects label is cropped (#832)
  • a684fc8 Impl [Data Inputs] V3IO: Fixed leading slash (#828)
  • 9a174f0 Fix [Function panel] Topology, Parameters: missing discard button (#827)

Main release notes

https://github.com/mlrun/mlrun/releases/tag/v0.8.0-rc4