Features / Enhancements
* **DOCS**: Update grafana configuration for model monitoring dashboards, 3839, Eyal-Danieli
* **CI**: Dynamically enrich env-vars for system tests, 3841, liranbg
* **Function**: Add waitreadinesstimeoutbeforefailure parameter to nuclio function, 3842, Yacouby
* **Notifications**: Add default values and validation to notifications, 3837, yaelgen
* **Package**: Add special handling for python 3.7, 3838, guy1992l
* **Events**: Change default events mode to `disabled` and bump `igz-mgmt~=0.0.10`, 3831, tankilevitch
* **CI**: Prep work for feature branch release, 3833, liranbg
* **Unknown**: Revert "[workflows] add validation and error message for invalid workflow setup", 3835, liranbg
* **Pipelines**: Support passing pipeline param to function spec resources, 3812, tankilevitch
* **CI**: Add pytest.ini to adhere new pytest conventions, 3830, liranbg
* **Workflows**: Add validation and error message for invalid workflow setup, 3797, yaelgen
* **Render**: Remove redundant quote replacement, 3829, alonmr
* **Requirements**: Bump nuclio-jupyter to 0.9.11, 3825, TomerShor
* **Docs**: Add ci-cd automation with git, 3640, jillnogold
* **Project**: Add option to enrich project on load from project_setup.py file if it exists, 3809, yaronha
* **DevEnv**: Added pycharm mlrun api run configuration, 3824, liranbg
* **Notifications**: Add methods to edit and remove notifications in pipelines, 3819, quaark
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc17#features-and-enhancements)
Bug fixes
* **Feature Store**: Fix passing `with _index` to `remotevectorresponse` & tests fix, 3843, davesh0812
* **CI**: Fix system test system deletion, 3836, liranbg
* **CI**: Fix deleting devutils namespace, 3834, eliyahu77
* **Artifact**: Fix enriching suffixes, 3832, liranbg
* **Feature Set**: On feture-set creation from ui, fix missing "engine type" in ui feature-set page, 3813, tomerm-iguazio
* **Feature Store**: Fix get offline result when the source of the feature set is scheduled and `passthrough=true`., 3826, davesh0812
* **Notifications**: Fix secret unmasking fails the whole notification mechanism, 3823, quaark
* **Workflows**: Fix fields being set to misleading value when setting workflow, 3790, yaelgen
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc17#bug-fixes)
Pull requests:
2f64371f [Feature Store] Fix passing `with _index` to `RemoteVectorResponse` & tests fix (3843)
8db5f159 [DOCS] Update Grafana configuration for model monitoring dashboards (3839)
81310f12 [CI] Dynamically enrich env-vars for system tests (3841)
f4a02ffe [Function] Add waitReadinessTimeoutBeforeFailure parameter to nuclio function (3842)
116883f1 [Notifications] Add default values and validation to notifications (3837)
2d4e60fe [Package] Add special handling for Python 3.7 (3838)
487c80e5 [CI] Fix system test system deletion (3836)
686a41f6 [Events] Change default events mode to `disabled` and bump `igz-mgmt~=0.0.10` (3831)
fe68dfbd [CI] Prep work for feature branch release (3833)
a0777d5b Revert "[Workflows] Add validation and error message for invalid workflow setup" (3835)
ceedf20c [CI] Fix deleting devutils namespace (3834)
c23a74d8 [Artifact] Fix enriching suffixes (3832)
3bb16040 [Pipelines] Support passing pipeline param to function spec resources (3812)
99de46a6 [CI] Add pytest.ini to adhere new pytest conventions (3830)
7cbed10f [Workflows] Add validation and error message for invalid workflow setup (3797)
c2fdaf09 [Feature Set] On feture-set creation from UI, fix missing "engine type" in UI feature-set page (3813)
4caea582 [Render] Remove redundant quote replacement (3829)
e5ba2a4d [Feature Store] Fix get offline result when the source of the feature set is scheduled and `passthrough=True`. (3826)
38fefc14 [Requirements] Bump nuclio-jupyter to 0.9.11 (3825)
36f14077 [Notifications] Fix secret unmasking fails the whole notification mechanism (3823)
bcc653fb [Docs] Add CI-CD automation with Git (3640)
0e36742e [Project] Add option to enrich project on load from project_setup.py file if it exists (3809)
b551fdef [DevEnv] Added pycharm MLRun API run configuration (3824)
1ee43300 [Workflows] Fix fields being set to misleading value when setting workflow (3790)
d42bb523 [Notifications] Add methods to edit and remove notifications in pipelines (3819)