Features / Enhancements
* **Versioning**: Automating transplanting version in code, 437, hedingber
* **Monitoring**: Monitor runs from server, 467, hedingber
* **Serving**: Add v2 model serving (and refactor serving as dir), 463, yaronha
* **Logging**: Replace uvicorn access log with our logger, 453, hedingber
* **Metrics**: Add mlrun/owner label to runs k8s resources, 478, hedingber
* **API**: Add option to delete function, 446, hedingber
* **API**: Add option to delete project, 448, hedingber
* **API**: Adding artifact name filter, 455, hedingber
* **API**: Add artifact kind filter in list artifacts, 460, hedingber
* **API**: Add category filter to list artifacts, 462, hedingber
* **SDK**: Sparkjob - show and save UI ingress URL, 471, urihoenig
* **CI**: Adding GH actions workflow to build images on each commit to development, 433, hedingber
* **CI**: Add caching to CI, 449, hedingber
* **CI**: System Test CI, 444, quaark
* **CI**: Enable to trigger workflows manually, 468, hedingber
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.3-rc1#features-and-enhancements)
Bug fixes
* **Deployment**: Fix kaniko docker secret mount point, 439, theSaarco
* **Scheduler**: Don't use closed sessions in scheduler, 465, hedingber
* **API**: Fix run name and state filters, 459, hedingber
* **API**: Raise when function not found on get function call, 428, hedingber
* **SDK**: NewTask -> new_task + added docstring, 442, hedingber
* **SDK**: Update function entry points when updating code, 451, hedingber
* **SDK**: Fix NuclioSpec duplicated init, 464, hedingber
* **Docs**: Fix mount_v3io docs, 445, hedingber
* **Docs**: Fixing quick start, 477, hedingber
* **Artifacts**: Fix chart artifact to have db key, 441, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.3-rc1#bug-fixes)
Pull requests:
1a9c2e1 Fix MLRun System Test CI provctl release query (479)
d52bb47 Add mlrun/owner label to runs k8s resources (478)
b1697b6 Monitor runs from server (467)
388a0dd Fixing quick start (477)
e47027a Fix Typo from 475 (476)
d705a4f [System Tests]: Changed access_token header to Authorization header (475)
4a13f97 Fix models gpu legacy image (474)
f0618fd Fixed serving model bug (472)
0d1f04d Add v2 model serving (and refactor serving as dir) (463)
94a094c Sparkjob - show and save UI ingress URL (471)
65a00a9 Enable to trigger workflows manually (468)
a6e91db System Test CI (444)
bc4bd1c Don't use closed sessions in scheduler (465)
c05a458 Fix NuclioSpec duplicated init (464)
ba066ca Add category filter to list artifacts (462)
bfe974a CI: use container with docker, python and git for building images (458)
1ce1e56 Add artifact kind filter in list artifacts (460)
61c77c6 Fix run name and state filters (459)
e2af81b Support nuclio_dashboard_url default helm chart value - "disabled" (457)
525ca59 Replace uvicorn access log with our logger (453)
bb19da3 new_task -> NewTask in examples (456)
9656be4 Adding artifact name filter (455)
542bdae Add Installation of procps in mlrun-api (454)
0dd6ae8 Changing NewTask deprecation plan (452)
293bc7b Update function entry points when updating code (451)
62f4355 Fix models images (450)
0a71cb0 Add caching to CI (449)
b7d7aac Add option to delete project (448)
bfca96f Simplifying version file creation script (447)
fb12230 Add option to delete function (446)
9bc8760 Fix mount_v3io docs (445)
dce2ee3 NewTask -> new_task + added docstring (442)
61b0c2c Fix chart artifact to have db key (441)
15bfc20 Run update-version-file in docker (443)
2494c61 Adding GH actions workflow to build images on each commit to development (433)
33aef35 Automating transplanting version in code (437)
72762af Raise when function not found on get function call (428)
f0f80e6 Fix kaniko docker secret mount point (439)
44173f1 Remove root dir infile.txt (440)