Features / Enhancements
* **Tags**: Add sdk support for object tagging, 2438, tankilevitch
* **CLI**: Support schedule param to be passed as bool, 2457, GiladShapira94
* **Docs**: Note for port reconfiguration, 2459, george0st
* **Datastore**: Changing code to use `MLRUN_AWS_ROLE_ARN` instead of `AWS_ROLE_ARN`, 2461, theSaarco
* **CI**: Add lint step for python 3.9 and fix linting failure, 2462, tankilevitch
* **Runtimes**: Add schedule arg to run_function(), 2456, yaronha
* **Utils**: Redact username and password from git repo URL, 2444, AlonMaor14
* **Docs**: Update `Dask Pipeline` demo to work with newest MLRun, 2448, guy1992l
* **Docs**: TOC Fixes and remove redundant files, 2443, yaronha
* **Docs**: Delete empty files, move graphics, 2442, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc5#features-and-enhancements)
Bug fixes
* **Tests**: Fix `TestFeatureStore::test_post_aggregation_step`, 2460, gtopper
* **Docs**: Fix warnings, TOC and ref errors, 2447, gilad-shaham
* **Datastore**: Fix sync engine write to parquet, 2430, gtopper
* **Projects**: Fix Sync Mechanism Using Wrong `updated_at` Filter, 2458, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc5#bug-fixes)
Pull requests:
c1d3198f [Tags] Add sdk support for object tagging (2438)
9c3dd474 [CLI] Support schedule param to be passed as bool (2457)
8de2538a [Docs] Note for port reconfiguration (2459)
7824a3fb [Tests] Fix `TestFeatureStore::test_post_aggregation_step` (2460)
2ffab547 [Datastore] Changing code to use `MLRUN_AWS_ROLE_ARN` instead of `AWS_ROLE_ARN` (2461)
ce1c92d5 [CI] Add lint step for python 3.9 and fix linting failure (2462)
c84cafb4 [Projects] Fix Sync Mechanism Using Wrong `updated_at` Filter (2458)
2f817444 [Runtimes] Add schedule arg to run_function() (2456)
5bef2d24 [Docs] Fix warnings, TOC and ref errors (2447)
70f577b7 [Datastore] Fix sync engine write to parquet (2430)
e3fb7005 [Utils] Redact username and password from git repo URL (2444)
729dd23f [Docs] Update `Dask Pipeline` demo to work with newest MLRun (2448)
771f3798 [Docs] TOC Fixes and remove redundant files (2443)
6d81d9e2 [Docs] Delete empty files, move graphics (2442)