Features / Enhancements
- Doc: Add datastore profile module, #4607, @alxtkr77
- Datastore: Partially revert #4582, #4605, @gtopper
- Docs: Remote pipeline notifications updates, #4585, @quaark
- Nuclio: Correct the check for the existence of the http trigger, #4598, @rokatyy
- Model Monitoring: Sync the controller range with the stream pod flush interval, #4590, @jond01
- Requirements: Temporarily blacklist aiohttp 3.8.4, #4602, @alonmr
- Docs: Add using single step and create context, #4597, @jillnogold
- Docs: Bump sphinx and myst-nb, #4593, @alonmr
- CI: Disable github action color for unit tests job, #4595, @alonmr
- Images: Use libmamba solver for mlrun image, #4592, @alonmr
- Runtimes: Add set categories method to runtimes, #4589, @Yacouby
- Databricks: Accept
state_threshold
param, #4591, @alonmr - Docs: Update change log with open issues and limitations, #4577, @jillnogold
- Tests: Move databricks env config to env template, #4583, @alonmr
- Requirments: Bump storey to v1.6.6, #4584, @assaf758
- Datastore: Support dbfs datastore profiles, #4579, @tomerm-iguazio
- Nuclio: Allow not creating an http trigger for nuclio functions by default, #4552, @rokatyy
- API: Change minimum state threshold to 1 minute, #4578, @alonmr
- Notifications: Remote pipeline notifications, #4567, @quaark
- UI: Features & enhancement
Bug fixes
- Storey: Fix test for aggregations returning nan, #4608, @alxtkr77
- Datastore: Fixing datastore profile target path resolution in csv and parquet targets, #4601, @alxtkr77
- CLI: Fix default image overrides runtime, #4604, @alonmr
- Workflows: Fix workflow request notifications read, #4606, @alonmr
- Runtimes: Fixed missing
force_build
indeploy()
for spark and serving runtimes, #4599, @theSaarco - Model Monitoring: Fix labels when calling
list_model_monitoring_functions
, #4600, @Eyal-Danieli - Unknown: Revert "[datastore] fixing datastore profile target path resolution in csv and parquet targets (#4586)", #4596, @assaf758
- Datastore: Fixing datastore profile target path resolution in csv and parquet targets, #4586, @alxtkr77
- Secrets: Fix v3io access-key that remained in cleartext when creating function through ui, #4587, @theSaarco
- Requirements: Fix apple silicon conda dependencies, #4580, @jond01
- Feature Store: Fix
csvtarget
in ingestion service, fix feature order in target withafter_step
, #4582, @gtopper - Builder: Fix resolving secret name for using mlrun default registry, #4575, @liranbg
- Dask: Fix dask cli command for old mlrun clients, #4576, @alonmr
- UI: Bug fixes
Pull requests:
93faebe [Storey] Fix test for aggregations returning NaN (#4608)
7e39b41 [Doc] Add datastore profile module (#4607)
550bc6c [Datastore] Fixing datastore profile target path resolution in CSV and Parquet targets (#4601)
b8cb854 [CLI] Fix default image overrides runtime (#4604)
fc7dd6c [Workflows] Fix workflow request notifications read (#4606)
e8df5bd [Datastore] Partially revert #4582 (#4605)
d909ade [Docs] Remote Pipeline Notifications Updates (#4585)
014d052 [Nuclio] Correct the check for the existence of the HTTP trigger (#4598)
7d2c198 [Model Monitoring] Sync the controller range with the stream pod flush interval (#4590)
ec85004 [Requirements] Temporarily blacklist aiohttp 3.8.4 (#4602)
53874c3 [Runtimes] Fixed missing force_build
in deploy()
for spark and serving runtimes (#4599)
b56b3d8 [Docs] Add using single step and create context (#4597)
cf824ca [Docs] Bump sphinx and myst-nb (#4593)
ae330cc [CI] Disable github action color for unit tests job (#4595)
a43b3ea [Model Monitoring] Fix labels when calling list_model_monitoring_functions
(#4600)
c0c8a07 Revert "[Datastore] Fixing datastore profile target path resolution in CSV and Parquet targets (#4586)" (#4596)
4546dc8 [Datastore] Fixing datastore profile target path resolution in CSV and Parquet targets (#4586)
9846d0f [Images] Use libmamba solver for mlrun image (#4592)
aea2668 [Runtimes] Add set categories method to runtimes (#4589)
353a6cd [Databricks] Accept state_threshold
param (#4591)
6ebca8b [Secrets] Fix v3io access-key that remained in cleartext when creating function through UI (#4587)
a29c1a9 [Docs] Update change log with open issues and limitations (#4577)
6043953 [Tests] Move Databricks env config to env template (#4583)
cd77637 [Requirments] bump storey to v1.6.6 (#4584)
2c21980 [Datastore] Support Dbfs datastore profiles (#4579)
a0396e8 [Nuclio] Allow not creating an http trigger for Nuclio functions by default (#4552)
0ab7bc6 [Requirements] Fix Apple silicon conda dependencies (#4580)
81888c1 [Feature Store] Fix CSVTarget
in ingestion service, fix feature order in target with after_step
(#4582)
9d09e4e [API] Change minimum state threshold to 1 minute (#4578)
47b8c73 [Notifications] Remote Pipeline Notifications (#4567)
14acb75 [Builder] Fix resolving secret name for using mlrun default registry (#4575)
90006a5 [Dask] Fix dask CLI command for old mlrun clients (#4576)