Features / Enhancements
* **Model Monitoring**: Save only the new fields that generated by the user to modelmonitoringapplicationresult, 4832, davesh0812
* **Docs**: Add mlflow tutorial, 4694, jillnogold
* **HTTPDB**: Keep watching on created and aborting states, 4852, TomerShor
* **Build**: Update build command, 4849, liranbg
* **Automation**: Support log collector image patch, 4850, alonmr
* **API**: Remove deprecated artifacts endpoints, 4810, alonmr
* **K8s**: Map k8s api exceptions to mlrun exceptions, 4843, alonmr
* **Docs**: Add creating and using a custom/private hub, 4710, jillnogold
* **CI**: Updating system test, 4846, liranbg
* **Requirements**: Bump storey to 1.6.14, 4847, gtopper
* **Artifacts**: Add the option to calculate the size of artifact, 4828, Yacouby
* **Logs**: Add get log size endpoint and sdk method, 4836, TomerShor
* **Project**: Set default build base image, 4842, alonmr
* **Model Monitoring**: Save all the metrics of an application in kv storage, 4841, jond01
* **Spark**: Remove logging of spark options, 4839, alxtkr77
* **Datastore**: Log databricks metadata run as an artifact, 4831, tomerm-iguazio
* **Requirements**: Bump storey to 1.6.12, 4838, gtopper
* **CI**: Run system test on self hosted runners, 4837, liranbg
* **API**: Force delete pods after grace period passed, 4822, alonmr
* **Logs**: Validate positive offset when getting logs, 4829, TomerShor
* **Model Monitoring**: Remove the factor from inf edge detection, 4827, jond01
* **API**: Skip monitoring when crd state is not populated, 4811, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc19#features-and-enhancements)
Bug fixes
* **CI**: Fix open source system test missing deleted argument, 4862, liranbg
* **CI**: Fix system test existing project, 4861, liranbg
* **Artifacts**: Fix project level artifact path template, 4854, quaark
* **Model Monitoring**: Fix delete old parquet function, 4830, davesh0812
* **API**: Fix delete runs error status code, 4855, alonmr
* **Automation**: Patch image name hotfix, 4856, alonmr
* **Requirements**: Fix databricks requirements, 4851, tomerm-iguazio
* **CI**: Fix system tests using git examples, 4853, liranbg
* **API**: Fix log of runtime attribute, 4848, alonmr
* **DB**: Fix reusing db sessions, 4840, liranbg
* **Doc**: Add `kuberesource` to docs and fix some malformed doctrings, 4816, theSaarco
* **Docs**: Add example of function with git, fix format of set_state_thresholds, 4834, jillnogold
* **BackwardsCompatibility**: Fix upgrading to mlrun 1.6.x from versions < 1.4, 4798, liranbg
* **Artifacts**: Fix timezone in created timestamp, 4825, TomerShor
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.6.0-rc19#bug-fixes)
Pull requests:
c80213fd Revert "[Project] Delete Project Background Task" (4863)
4fe63b1c [CI] Fix open source system test missing deleted argument (4862)
695ca555 [CI] Fix system test existing project (4861)
fd5c1dce [Model Monitoring] Save only the new fields that generated by the user to ModelMonitoringApplicationResult (4832)
33d7bd53 [Artifacts] Fix Project Level Artifact Path Template (4854)
fbee42af [Model Monitoring] Fix delete old parquet function (4830)
18e8603e [API] Fix delete runs error status code (4855)
692f4782 [Automation] Patch image name hotfix (4856)
8fa55f8c [Docs] Add MLflow tutorial (4694)
ffe3cbe5 [Requirements] Fix databricks requirements (4851)
f15aa2a8 [HTTPDB] Keep watching on created and aborting states (4852)
3ba1859d [CI] Fix system tests using git examples (4853)
3f8c35c9 [Build] Update build command (4849)
d004f804 [Automation] Support log collector image patch (4850)
ba071dd0 [API] Remove deprecated artifacts endpoints (4810)
b1e42ee9 [K8s] Map k8s api exceptions to mlrun exceptions (4843)
9b0523f3 [Docs] Add creating and using a custom/private hub (4710)
97969648 [CI] Updating system test (4846)
a9fd32b9 [API] Fix log of runtime attribute (4848)
c5593419 [Requirements] Bump storey to 1.6.14 (4847)
13c06c84 [Artifacts] Add the option to calculate the size of artifact (4828)
76a1f6e6 [Logs] Add get log size endpoint and sdk method (4836)
87a46ece [DB] Fix reusing db sessions (4840)
4de5585a [Project] Set default build base image (4842)
7b4bbf82 [Model Monitoring] Save all the metrics of an application in KV storage (4841)
e007b641 [Spark] Remove logging of spark options (4839)
e4f20bc2 [Datastore] Log databricks metadata run as an artifact (4831)
4021f31b [Requirements] Bump storey to 1.6.12 (4838)
c6148ece [Doc] Add `KubeResource` to docs and fix some malformed doctrings (4816)
b934cefe [CI] Run system test on self hosted runners (4837)
8624ceba [Docs] Add example of function with git, fix format of set_state_thresholds (4834)
24803795 [API] Force delete pods after grace period passed (4822)
1dc10e3f [Logs] Validate positive offset when getting logs (4829)
2fd93dcd [Project] Delete Project Background Task (4784)
23603b88 [Model Monitoring] Remove the factor from inf edge detection (4827)
174407d3 [BackwardsCompatibility] Fix upgrading to mlrun 1.6.x from versions < 1.4 (4798)
024af7d7 [API] Skip monitoring when CRD state is not populated (4811)
a5d0fc10 [Artifacts] Fix timezone in created timestamp (4825)