Features / Enhancements
* **Docs**: Add kafka streaming examples, 2196, jillnogold
* **Requirements**: Bump storey to 1.1.6, 2211, gtopper
* **CI**: Add `fail-fast=false` to Build workflow, 2216, tankilevitch
* **Feature-store**: Accept newer (>=3.7.4, <5) `typing-extensions` versions, 2215, assaf758
* **System Tests**: Move to new system with fixes, 2202, tankilevitch
* **Frameworks**: Added deprecation warning to `SklearnModelServer`, 2206, guy1992l
* **API**: Better configuration for allowed paths in the `/files` API, 2200, theSaarco
* **System Tests**: Allow running system tests by test suite/component, 2204, quaark
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc21#features-and-enhancements)
Bug fixes
* **Docker**: Change base models gpu image, 2223, tankilevitch
* **Feature Store**: Skip `test_purge_nosql`, 2217, tankilevitch
* **System Tests**: Fix not continuing to run when one job in matrix fails, 2209, tankilevitch
* **System Tests**: Fix run system to depend on the prepare phase, 2208, tankilevitch
* **Docs**: Fix error in Azure datastore doc, 2205, theSaarco
* **SDK**: Fix no exception when using `set_env_from_file` with non-existent file, 2190, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc21#bug-fixes)
Pull requests:
e337c57f [Docker] Change base models gpu image (2223)
9d9e3ffe [Docs] add kafka streaming examples (2196)
0c9ffb64 [Requirements] Bump storey to 1.1.6 (2211)
1e083550 [Feature Store] Skip `test_purge_nosql` (2217)
4525ea6e [CI] Add `fail-fast=false` to Build workflow (2216)
edca3e88 [Feature-store] Accept newer (>=3.7.4, <5) `typing-extensions` versions (2215)
ea9c6194 Revert "Accept newer (>=3.7.4, <5) typing-extensions versions" (2214)
ce411f3c Accept newer (>=3.7.4, <5) typing-extensions versions (2210)
ed54118f [System Tests] Fix not continuing to run when one job in matrix fails (2209)
1e59e072 [System Tests] Fix run system to depend on the prepare phase (2208)
d02f5cb3 [System Tests] Move to new system with fixes (2202)
f7c9afe6 [Frameworks] Added deprecation warning to `SklearnModelServer` (2206)
7805947a [API] Better configuration for allowed paths in the `/files` API (2200)
e83408ce [Docs] Fix error in Azure datastore doc (2205)
bcc308cd [SDK] Fix no exception when using `set_env_from_file` with non-existent file (2190)
9a507e3f [System Tests] Allow running system tests by test suite/component (2204)