Features / Enhancements
* **Runtimes**: Add tolerations support, 1808, tankilevitch
* **Build**: Assign more function spec attributes to kaniko pod, 1825, tankilevitch
* **Artifacts**: Support artifact tags in project APIs, 1834, yaronha
* **Feature Store**: Add support for `run_id` on targets, 1512, benbd86
* **Feature Store**: Preserve all columns in Spark aggregation step, 1824, gtopper
* **Feature Store**: Add `MinMaxLenValidator` and `RegexValidator`, 1702, george0st
* **Docs**: Add examples and repair description, 1839, george0st
* **Docs**: Add limitation on column name for data ingestion with Pandas engine, 1835, jillnogold
* **Secrets**: Change marketplace to use Secrets crud object + generalize it, 1821, theSaarco
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc10#features-and-enhancements)
Bug fixes
* **DB**: Fix backup and migrations not to happen before unwanted-ly, 1830, Hedingber
* **Docs**: Fix set environment variables numbering, 1829, jillnogold
* **Docs**: Fix ScheduleCronTrigger class docstring, 1828, daniels290813
* **Docs**: Fix model serving example, 1823, daniels290813
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc10#bug-fixes)
Pull requests:
93228ce6 [Docs] Add examples and repair description (1839)
2042b5fb [Feature Store] Add support for `run_id` on targets (1512)
54a9d551 [Docs] Add limitation on column name for data ingestion with Pandas engine (1835)
f20e832e [Docs] Bump docs docker tag to 0.10.1 (1837)
ff392cbb [Artifacts] Support artifact tags in project APIs (1834)
71dd3ad7 [DB] Fix backup and migrations not to happen before unwanted-ly (1830)
647a42e1 [Docs] Fix set environment variables numbering (1829)
477fd8c3 [Docs] Fix ScheduleCronTrigger class docstring (1828)
6360add5 [Docs] Fix model serving example (1823)
4a8bc173 [Feature Store] Preserve all columns in Spark aggregation step (1824)
939deb7f [Feature Store] Add `MinMaxLenValidator` and `RegexValidator` (1702)
e9a2e8d5 [Build] Assign more function spec attributes to kaniko pod (1825)
e0ebd172 [Secrets] Change marketplace to use Secrets crud object + generalize it (1821)
50dfdd0a [Runtimes] Add tolerations support (1808)