Features / Enhancements
* **Builder**: Add retry mechanism to kaniko, 4223, liranbg
* **CI**: Merging lint and licensing check onto a single job, 4222, liranbg
* **Model Monitoring**: Use a shared class for the model endpoint tables, 4196, jond01
* **Tests**: Limit test_log_artifact_with_run_function to enterprise only., 4221, tomerm-iguazio
* **Requirements**: Add `sqlalchemy~=1.4` to extra requirements, 4212, Eyal-Danieli
* **Model Monitoring**: Check stream pod health before pushing metrics to prometheus registry, 4197, Eyal-Danieli
* **Requirements**: Bump semver to 3.0, 4217, alonmr
* **Model Monitoring**: Enable prometheus stack installation in ce system tests, 4215, Eyal-Danieli
* **Project**: Load project raise if not found, 4214, alonmr
* **CI**: Remove ml-models image from system tests action, 4211, alonmr
* **Docs**: Add data store profile usage, 4131, jillnogold
* **Requirements**: Bump nuclio-jupyter to 0.9.12, 4209, alonmr
* **Artifacts**: Replacing run project in artifact path, 4193, tomerm-iguazio
* **Model Monitoring**: Add retry on model endpoint metrics assertion in system tests, 4199, Eyal-Danieli
* **Runtimes**: Prevent running databricks runtime locally, 4203, tomerm-iguazio
* **Docs**: Remove use of mlrun/ml-models image in tutorial, 4182, aviaIguazio
* **Datastore**: Proper error handling of datastore profile reading, 4195, alxtkr77
* **API**: Reduce data version resolvement overhead, 4201, alonmr
* **HTTPDB**: Change `list_projects` default format to name only, 4198, alonmr
* **Images**: Remove ml-models image, 4071, alonmr
* **Serving**: Save parent function before children deployment, 4194, alonmr
* **CI**: Update tutorial folder name [release], 4191, daniels290813
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc10#features-and-enhancements)
Bug fixes
* **Tests**: Fix transient failure, 4224, liranbg
* **HTTPDB**: Fix list runs, 4220, liranbg
* **Images**: [jupyter] fix path to tutorial images, 4207, alonmr
* **Images**: Fix jupyter tutorials path, 4202, alonmr
* **Model Monitoring**: Fix different dataset types when reading a dataset as a dataframe, 4189, Eyal-Danieli
* **Runtimes**: Fix mount_v3io: use `dirstocreate` volume param to enforce creation of user dir with o750 permission, 4192, assaf758
* **Datastore**: Fix error when using `store://` url in data source, 4190, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc10#bug-fixes)
Pull requests:
8a341998 [Tests] Fix transient failure (4224)
1a53c3ba [HTTPDB] Fix list runs (4220)
157fc33a [Builder] Add retry mechanism to kaniko (4223)
04d57e0c [CI] Merging lint and licensing check onto a single job (4222)
8152dbd7 [Model Monitoring] Use a shared class for the model endpoint tables (4196)
5b0e8ed7 [Tests] Limit test_log_artifact_with_run_function to enterprise only. (4221)
ad59161e [Requirements] Add `sqlalchemy~=1.4` to extra requirements (4212)
b0263946 [Model Monitoring] Check stream pod health before pushing metrics to Prometheus registry (4197)
1d939998 [Requirements] Bump semver to 3.0 (4217)
bfb213ea [Model Monitoring] Enable prometheus stack installation in CE system tests (4215)
3c4ea626 [Project] Load project raise if not found (4214)
6fb0e991 [CI] Remove ml-models image from system tests action (4211)
8eca58a8 [Docs] Add data store profile usage (4131)
86c2dea3 [Requirements] Bump nuclio-jupyter to 0.9.12 (4209)
91b491e0 [Artifacts] Replacing run project in artifact path (4193)
e49cd6ce [Model Monitoring] Add retry on model endpoint metrics assertion in system tests (4199)
8821f3c1 [Images][Jupyter] Fix path to tutorial images (4207)
b5fe0c05 [Runtimes] Prevent running databricks runtime locally (4203)
dcbfd53c [Docs] Remove use of mlrun/ml-models image in tutorial (4182)
29494b17 [Datastore] Proper error handling of datastore profile reading (4195)
e37f4dcf [Images] Fix Jupyter tutorials path (4202)
1e40c252 [API] Reduce data version resolvement overhead (4201)
1f9fb79f [HTTPDB] Change `list_projects` default format to name only (4198)
70e24f3d [Images] Remove ml-models image (4071)
9589e7fd [Serving] Save parent function before children deployment (4194)
6912fd05 [CI] Update tutorial folder name [release] (4191)
609ceaed [Model Monitoring] Fix different dataset types when reading a dataset as a DataFrame (4189)
0b678def [Runtimes] Fix mount_v3io: use `dirsToCreate` volume param to enforce creation of user dir with o750 permission (4192)
da9bd875 [Datastore] Fix error when using `store://` URL in data source (4190)