Skip to content

v0.5.1

Compare
Choose a tag to compare
@iguazio-deploy iguazio-deploy released this 02 Aug 22:05
· 38 commits to 0.5.x since this release
97262f3

Features / Enhancements

  • Functions: When grouping functions by name, where all the different function versions are nested in a group by the same name, instead of choosing the version with the tag latest as the one to show on the group's row, choose the latest version according to "updated" timestamp.
    (This also fixes a bug where all versions of a function don't have the tag latest, which made the screen crash.)

Bug Fixes

  • Artifacts › Tree filter:
    • On successful artifact registration the screen refreshed but the value of Tree filter was ignored.
    • On screen initialization and anytime the "Latest" option was selected, the URL param ?tag=latest was passed in the request, instead of being omitted altogether. Only when another option is selected, or some user input is entered manually, the tag URL param should be sent with that value, for example ?tag=some-tag.
  • Artifacts › Details panel › Metadata:
    For artifacts of kind "dataset" the "Metadata" tab was missing:
    Before:
    image
    After:
    image

Commit Log

  • 97262f3 Impl [Functions] Take latest-updated version instead of by tag (#203)
  • 8628e29 Fix [Artifacts] Tree filter ignored after register artifact (#202)
  • c113a7a Fix [Artifacts] Tree filter: tag=latest should not be sent (#201)
  • d0ec9a8 Fix [Artifacts] Missing tag=latest query param on refresh (#200)
  • 47311d9 Fix [Artifacts] Missing Metadata tab for dataset artifacts (#199)