Features / Enhancements
* **Project**: Change default `new_project` to create instead of store, 2279, AlonMaor14
* **CI**: Find new files without copyright, 2288, tankilevitch
* **Feature Store**: Update `return_df` behaviour in ingest, 2284, yonishelach
* **Docs**: Add canary function cfg, 2260, jillnogold
* **Run**: Created the MLRun function decorator: `context`, 2275, guy1992l
* **MLRun**: Add Copyright Disclaimer, 2286, eliyahu77
* **Feature Store**: Add filter option for get offline features for all engines type, 1956, davesh0812
* **Runtimes**: Add patch option for `with_requests` & `with_limits`, 2282, tankilevitch
* **Jupyter**: Remove Enterprise Demos from Open Source Image, 2278, quaark
* **CI**: Remove demos from system tests, 2281, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc25#features-and-enhancements)
Bug fixes
* **Feature Store**: Fix `set_targets(["parquet"])`, 2287, gtopper
* **Feature store**: Changed fset status targets to have partitioning related fields, 2285, theSaarco
* **Model Monitoring**: Fix label columns in the monitoring serving graph and model endpoint object, 2264, Eyal-Danieli
* **Docker Compose**: Fix models preview when running with jupyter, 2280, tankilevitch
* **Docs**: Remove tabs and fix some typos from apply mlrun demo, 2274, gilad-shaham
* **SDK**: Fix Access Key saved as clear text when deploying a serving function, 2277, quaark
* **Project**: Return `get_run_status` with deprecation warning, 2283, yonishelach
* **Spark**: Fix backwards-comp issue with `spark-2` and `spark-3` in 0.10 client and 1.1 server, 2292, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc25#bug-fixes)
Pull requests:
23f0e5fb [Project] Change default `new_project` to create instead of store (2279)
ffa49931 [CI] Fix github sha passed between jobs in system tests (2295)
7c89c587 [CI] Fix system tests checkout sha (2293)
5307bda8 [Spark] Fix backwards-comp issue with `spark-2` and `spark-3` in 0.10 client and 1.1 server (2292)
546ba7cd [CI] Fix passing params between jobs in system tests (2291)
c04840f2 [CI] Fix System tests not running with the same commit hash (2289)
1e8f84be [CI] Find new files without copyright (2288)
9f8cb942 [Feature Store] Update `return_df` behaviour in ingest (2284)
a077155a [Docs] Add canary function cfg (2260)
6973427f [Feature store] Changed fset status targets to have partitioning related fields (2285)
e96ef45c [Feature Store] Fix `set_targets(["parquet"])` (2287)
89938354 [Run] Created the MLRun function decorator: `context` (2275)
48e15a1b [MLRun] Add Copyright Disclaimer (2286)
8240eaf9 [SDK] Fix Access Key saved as clear text when deploying a serving function (2277)
14fde2b3 [Project] Return `get_run_status` with deprecation warning (2283)
15ccd9e0 [Feature Store] Add filter option for get offline features for all engines type (1956)
39f25ae4 [Model Monitoring] Fix label columns in the monitoring serving graph and model endpoint object (2264)
5c3d6af5 [Runtimes] Add patch option for `with_requests` & `with_limits` (2282)
bc76e50a [Jupyter] Remove Enterprise Demos from Open Source Image (2278)
f23f8645 [CI] Remove demos from system tests (2281)
5287bf10 [Docker Compose] Fix models preview when running with jupyter (2280)
dfac0762 [Docs] Remove tabs and fix some typos from apply mlrun demo (2274)