Skip to content

v0.6.5-rc16

Compare
Choose a tag to compare
@Hedingber Hedingber released this 11 Jul 03:19
· 19 commits to 0.6.x since this release

Features / Enhancements

Bug fixes

  • Runtimes: Skip list/delete runtime resources in non k8s env, #1103, @Hedingber
  • Schemas: Change FunctionState to regular string constants class to enable downgrading to 0.6.4, #1100, @Hedingber
  • Feature Store: Fix Ingest conversion for column with type object, #1097, @eyalsol
  • Requirements: Bound aiobotocore to <=1.3.1 to prevent conflicts, #1099, @Hedingber
  • UI: Bug fixes

Pull requests:

b7f3f43 [Runtimes] Skip list/delete runtime resources in non k8s env (#1103)
ae41f6a [Docs] Add note about running MLRun with Docker on WSL 2 (#1102)
8a26b47 [Jupyter Image] Add mlrun basics notebook (#1101)
f249020 [Schemas] Change FunctionState to regular string constants class to enable downgrading to 0.6.4 (#1100)
d8e90e4 [Feature Store] Fix Ingest conversion for column with type object (#1097)
bfa0c9f [Requirements] Bound aiobotocore to <=1.3.1 to prevent conflicts (#1099)