Features / Enhancements
* **DB**: Improve conflict error message, 1252, Hedingber
* **Docs**: Add section on node affinity, 1227, jasonnIguazio
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc10#features-and-enhancements)
Bug fixes
* **API**: Ensure project on function deployment, 1251, Hedingber
* **API**: Get resources before authorizing to send not found if does not exist, 1250, Hedingber
* **Pipelines**: Fix project resolution on get pipeline endpoint, 1249, Hedingber
* **Sparkjob**: Block priority class, 1248, urihoenig
* **MPIJob**: Change hyper-param loop to reuse the same CRD/containers, 1247, yaronha
* **Runtimes**: Fix `with_priority_class` default param, 1245, AlonMaor14
* **Runtimes**: Fix exceptions catching in runtime deployment check, 1243, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc10#bug-fixes)
Pull requests:
4e8080e [DB] Improve conflict error message (1252)
33f59bb [API] Ensure project on function deployment (1251)
5e1834f [API] Get resources before authorizing to send not found if does not exist (1250)
8bbc759 [Pipelines] Fix project resolution on get pipeline endpoint (1249)
02bbe95 [Sparkjob] Block priority class (1248)
f269bfa [MPIJob] Change hyper-param loop to reuse the same CRD/containers (1247)
f155836 [Runtimes] Fix `with_priority_class` default param (1245)
6fa9162 [Runtimes] Fix exceptions catching in runtime deployment check (1243)
6c12f41 [Docs] Add section on node affinity (1227)