Features / Enhancements
* **KFP**: Add test for overriding enriched attributes from function and default configuration, 1915, tankilevitch
* **API**: Add `max-partitions` parameter to list runs endpoint, 1913, theSaarco
* **Datastore**: Add SnowflakeSource to source mapping, 1910, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc23#features-and-enhancements)
Bug fixes
* **Nuclio**: Fix runtime handling for Nuclio <1.6.0 (doesn't support python:3.7), 1918, Hedingber
* **Requirements**: Downgrade Tensorflow to 2.4.x and Horovod to 0.22.1, 1912, Hedingber
* **DB**: Fix list runs max partition query to sort results, 1916, theSaarco
* **Nuclio**: Fix base image pull secret assignment, 1917, tankilevitch
* **Feature Store**: Fix update run id for empty target list, 1909, benbd86
* **API**: Fix project summaries to work when installed in docker env, 1908, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc23#bug-fixes)
Pull requests:
f46b7ece [Nuclio] Fix runtime handling for Nuclio <1.6.0 (doesn't support python:3.7) (1918)
a12da665 [Requirements] Downgrade Tensorflow to 2.4.x and Horovod to 0.22.1 (1912)
5416609b [DB] Fix list runs max partition query to sort results (1916)
81bbef63 [Nuclio] Fix base image pull secret assignment (1917)
72b49c7c [KFP] Add test for overriding enriched attributes from function and default configuration (1915)
6acd33a8 [API] Add `max-partitions` parameter to list runs endpoint (1913)
ba809912 [Feature Store] Fix update run id for empty target list (1909)
3bf66ee9 [Datastore] Add SnowflakeSource to source mapping (1910)
639fd49c [API] Fix project summaries to work when installed in docker env (1908)