Skip to content

v0.7.0-rc17

Compare
Choose a tag to compare
@iguazio-deploy iguazio-deploy released this 09 Sep 01:45
· 1430 commits to master since this release
c3b1099

Features / Enhancements

  • Functions: In “Build Log” tab, when the function is being deployed — display the spinning loader in the console area only instead of the entire screen. Also show the loader only until there is some contents to the log, then proceed adding new lines without showing the loader.
    Before:
    image
    After:
    function-build_log-loader

Bug Fixes

  • Function panel: with_mlrun located in wrong request (function save instead of function deploy).
  • Function panel: Sent with_mlrun: false when the default command is in “Build Commands” together with other options, when should have sent with_mlrun: true.
  • Function panel: In image fields, existing values were overridden by the backend default values. Now they are retained and defaults are considered only for empty function values.
    Before:
    build-default-values-override-before
    After:
    build-default-values-override-after
  • Data Inputs: when using the wrong value for first step, which should be either artifacts or feature-vectors only, the UI still suggests project names as the next step instead of fail.
    Before:
    image
    After:
    image
  • Job Panel: The fields of the parts coming from the selected function to run — Volumes, Memory, CPU, GPU, and Environment Variables — were not pre-populated in the panel. Also if these values were changed in the job panel, the older values were sent on submitting the form, instead of the new values.

Full changelog

  • c3b1099 Impl [Job Panel] Function parts are not reflected/updated (#788)
  • af9bb1e Fix [Function panel] with_mlrun on wrong request and wrong value (#792)
  • 1aa8c83 Impl [e2e-tests] Sprint 126 (#791)
  • 5f90178 Fix [Jobs panel] Wrong combobox suggestions flow for Data inputs (#790)
  • 5385816 Impl [Functions] Build Log: Loader area in tab only (#789)

Main release notes

https://github.com/mlrun/mlrun/releases/tag/v0.7.0-rc17