Features / Enhancements
* **Datastore**: Rename `tdenginedatastoreprofile` -> `datastoreprofiletdengine`, 7436, gtopper
* **Model Monitoring**: Adjust v3io tsdb pre-aggregations and rate operations, 7439, Eyal-Danieli
* **Model Monitoring**: Resolved a memory leak issue triggered by `list_model_endpoints` calls, 7435, davesh0812
* **Datastore**: Disable s3fs listings cache, 7437, gtopper
* **Deprecations**: Legacy artifact postponed to 1.9, 7438, moranbental
* **Dependabot-automated**: Bump the kubernetes group across 1 directory with 3 updates, 7432, dependabot[bot]
* **Demos**: Convert rag demo to use mlrun documents, 7139, EdmondIguazio
* **Model Monitoring**: update list _mep (when latest_only=true) & raise explainable error when trying to delete model artifact which related to existed model endpoint, 7406, davesh0812
* **Model Monitoring**: Improve invalid mep access error message, 7416, jond01
* **Model Monitoring**: Application feature-sets caching, 7404, royischoss
* **Model Monitoring**: Create the schemas for all v3io tables during deployment, 7420, Eyal-Danieli
* **Model Monitoring**: Remove parallelization of v3io tsdb queries, 7419, gtopper
* **Golang**: Use single `go.mod`, 7417, liranbg
* **Datastore**: Use `urlparse`, 7418, gtopper
* **Artifacts**: Update unit test for artifact deletion data failure, 7414, moranbental
* **Requirements-automated**: Upgrade lock files, 7407, iguazio-cicd
* **Docs**: Enhance kubernetes install, 7338, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc42#features-and-enhancements)
Bug fixes
* **Artifacts**: Fix order by when listing artifacts, 7423, moranbental
* **Model Monitoring**: Fix limit controller unclosed windows, 7431, royischoss
* **Makefile**: Fix cleanup command, 7421, liranbg
* **Project**: Fix workflow sync functions engine test, 7415, alonmr
* **Notifications**: Fix stuck pending notifications, 7410, alonmr
* **CI**: Codeowners fixes, 7412, quaark
* **Datastore**: Fix importing a function from a private github repo, 7401, gtopper
* **System tests**: Dask run name assertion fix, 7408, alonmr
* **Datastore**: Fix kafka parameters handling, 7400, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc42#bug-fixes)
Pull requests:
3a6636b3c [Artifacts] Fix order by when listing artifacts (7423)
ab2a15fd9 [Datastore] Rename `TDEngineDatastoreProfile` -> `DatastoreProfileTDEngine` (7436)
0d66d04cd [Model Monitoring] Adjust V3IO TSDB pre-aggregations and rate operations (7439)
07a81c557 [Model Monitoring] Resolved a memory leak issue triggered by `list_model_endpoints` calls (7435)
f636d4563 [Datastore] Disable S3FS listings cache (7437)
72172ba76 [Deprecations] Legacy artifact postponed to 1.9 (7438)
a75426dd1 [Model Monitoring] Fix limit controller unclosed windows (7431)
5ef230af1 [Dependabot-automated] Bump the kubernetes group across 1 directory with 3 updates (7432)
799645ad5 [Demos] Convert RAG demo to use MLRun documents (7139)
33890e2ae [Model Monitoring] Update list _mep (when latest_only=true) & raise explainable error when trying to delete model artifact which related to existed Model Endpoint (7406)
60e7b37b5 [Model Monitoring] Improve invalid MEP access error message (7416)
951cd0641 [Model Monitoring] Application feature-sets caching (7404)
868b5d2ff [Model Monitoring] Create the schemas for all V3IO tables during deployment (7420)
5b734cb77 [Makefile] Fix cleanup command (7421)
61dfba588 [Model Monitoring] Remove parallelization of V3IO TSDB queries (7419)
50c861d61 [Golang] Use single `go.mod` (7417)
96fd10c81 [Datastore] Use `urlparse` (7418)
3cfaf79a8 [Project] Fix workflow sync functions engine test (7415)
90cabd34b [Artifacts] Update unit test for artifact deletion data failure (7414)
785cae5b1 [Notifications] Fix stuck pending notifications (7410)
f54fcbf21 [CI] CODEOWNERS fixes (7412)
7fc8fc801 [Datastore] Fix importing a function from a private GitHub repo (7401)
bcbc98262 [System tests] Dask run name assertion fix (7408)
8674d0d0f [Datastore] Fix Kafka parameters handling (7400)
d6ee63c35 [Requirements-automated] Upgrade lock files (7407)
7e2d5e0c4 [Docs] Enhance Kubernetes install (7338)