Features / Enhancements
* **Docs**: Update wording on grafana configuration for model monitoring, 2396, nschenone
* **CI**: Add retry for downloading provctl binary in system tests & write provctl logs to `/tmp`, 2402, tankilevitch
* **Config**: Add CE mode to config and client spec, 2398, TomerShor
* **Serving**: Support mock of deploy_function() to run demo/tutorials w/o real Nuclio, 2399, yaronha
* **Model Monitoring**: Add link to monitoring feature set URI under the model endpoint object, 2393, Eyal-Danieli
* **V3IO**: Add support for upload of >5GB files, 2379, assaf758
* **Artifacts**: Support uploading artifact by its hash, 2368, tankilevitch
* **Serving**: Support multiple after steps in serving graph, 2374, yaronha
* **Datastore**: Support S3 authentication using local profile or assuming an IAM role, 2395, theSaarco
* **FeatureStore**: Organize redis config and fix target, 2384, assaf758
* **Runtimes**: Enrich MPI with service account, 2388, tankilevitch
* **Requirements**: Blacklist protobuf 3.20.2, 2389, gtopper
* **Docs**: Add docs for feature-set spec and status, 2357, theSaarco
* **Frameworks**: Upgrade the feature importance plan, 2382, guy1992l
* **Model Monitoring**: Apply basic model monitoring configurations using the serving function, 2220, Eyal-Danieli
* **Projects**: Add option to set tag in `set_function`, 2344, GiladShapira94
* **Tests**: Skip redis tests until fixed & integrated with real redis, 2365, tankilevitch
* **Model Monitoring**: Add rescaling to the drift histograms plot, 2366, guy1992l
* **Nuclio**: Simplify spec and support non py code in `code_to_function` (for Nuclio), 2329, yaronha
* **Docs**: Model serving overview page, 2360, gilad-shaham
* **Requirements**: Bump v3io and v3iofs versions, 2359, gtopper
* **Builder**: Add service account to kaniko pod, 2298, AlonMaor14
* **CI**: Bump CI build images prefix to 1.2.0, 2351, tankilevitch
* **CI**: Install extras-requirements in open source system tests, 2350, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc1#features-and-enhancements)
Bug fixes
* **Client-spec**: Fix configuration passing of artifacts, 2400, tankilevitch
* **Datastore**: Fix WasbFS info to call underlying FS correctly, 2343, speretz-ig
* **Tutorial**: Revert "[Tutorial] Fix taxi demo and align quick-start, 2364, tankilevitch
* **Tutorial**: Fix Taxi demo `auto_mount` remove and param correction, 2377, daniels290813
* **Nuclio**: Fix bug in system tests with nuclio jobs, 2375, yaronha
* **Migrations**: Fix failure in backup as a result of a big blob, 2387, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc1#bug-fixes)
Pull requests:
09a9eba4 [Docs] Update wording on grafana configuration for model monitoring (2396)
7bece7b5 [CI] Add retry for downloading provctl binary in system tests & write provctl logs to `/tmp` (2402)
683e82bf [Config] Add CE mode to config and client spec (2398)
c79a586b [Serving] Support mock of deploy_function() to run demo/tutorials w/o real Nuclio (2399)
28348ead [Model Monitoring] Add link to monitoring feature set URI under the model endpoint object (2393)
dae9f80f [Client-spec] Fix configuration passing of artifacts (2400)
cbf4cc6b [V3IO] Add support for upload of >5GB files (2379)
3408dee9 [Artifacts] Support uploading artifact by its hash (2368)
30a9d1f4 [Serving] Support multiple after steps in serving graph (2374)
fd7af85d [Datastore] Support S3 authentication using local profile or assuming an IAM role (2395)
e45179b8 [FeatureStore] Organize redis config and fix target (2384)
c036e3e8 [Migrations] Fix failure in backup as a result of a big blob (2387)
af00dd76 [Runtimes] Enrich MPI with service account (2388)
a50e6f4c [Requirements] Blacklist protobuf 3.20.2 (2389)
7d3706bd [Docs] Add docs for feature-set spec and status (2357)
5f948aa9 [Frameworks] Upgrade the feature importance plan (2382)
e7714b27 [Tutorial] Fix Taxi demo `auto_mount` remove and param correction (2377)
875fb710 [Model Monitoring] Apply basic model monitoring configurations using the serving function (2220)
3204945d [Nuclio] Fix bug in system tests with nuclio jobs (2375)
a2b9ec48 [Projects] Add option to set tag in `set_function` (2344)
c6ebb839 [Tests] Skip redis tests until fixed & integrated with real redis (2365)
15591e09 [Model Monitoring] Add rescaling to the drift histograms plot (2366)
2242563d [Tutorial] Revert "[Tutorial] Fix taxi demo and align quick-start (2364)
b6106b95 [Nuclio] Simplify spec and support non py code in `code_to_function` (for Nuclio) (2329)
4b9a8162 [Docs] Model serving overview page (2360)
968345a9 [Datastore] Fix WasbFS info to call underlying FS correctly (2343)
d1621b56 [Requirements] Bump v3io and v3iofs versions (2359)
3fde2d28 [Builder] Add service account to kaniko pod (2298)
9673624e [CI] Bump CI build images prefix to 1.2.0 (2351)
e6c327f0 [CI] Install extras-requirements in open source system tests (2350)