Mlrun

Latest version: v1.7.2

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 110

1.8.0rc30

Not secure
Features / Enhancements
* **Model Monitoring**: Support kafka sasl, 7196, jond01
* **Security**: Sanitize user inputs to prevent path traversal, 7229, Yacouby
* **Pipelines**: Add "uknown" state to run state mapping, 7226, TomerShor
* **Config**: Use orderdict to preserve key order in env parsing, 7221, Yacouby
* **Pipelines**: Add "unknown" pipeline run status, 7216, TomerShor
* **Notification**: Set event loop when creating a new one, 7219, rokatyy
* **Artifacts**: Ignore best iteration on latest reassignment after deletion, 7197, TomerShor
* **KFP**: Change retry_pipeline signature to make project mandatory, 7208, adamdelman
* **Runs**: Adjust listing by end time filter in system test, 7213, Yacouby
* **Model Monitoring**: Add warning for empty alert config list, 7214, tomerm-iguazio
* **Runtime**: Enrich image pull secrets for deployed functions, 7198, adamdelman
* **HTTPDB**: Deprecate create_schedule functionality, 7164, adamdelman
* **Requirements-automated**: Upgrade lock files, 7204, iguazio-cicd
* **Jupyter**: Update jupyter deps, 7200, liranbg
* **Runs**: Enhance error messages for non-scheduled pods/preempted runs in runs monitoring, 7189, yaelgen
* **AsyncHTTPClient**: Enhance retry mechanism, 7192, liranbg
* **Automation**: Add `--chart` cli option to deployer, 7160, gtopper
* **Builder**: Ensure unzip on mlrun base images, 7186, liranbg
* **Artifacts**: Propagate iteration when deleting artifact, 7188, TomerShor
* **Docs**: Remove example based on ci-demo.git, 7133, jillnogold
* **Docs**: Add v1.7.2 to change log, additional doc updates, 7130, jillnogold
* **Runs**: Update the run's end time when job is in terminal state, 7171, Yacouby
* **RemoteRuntime**: Don't always override handler in with_source_archive, 7185, TomerShor
* **Model Monitoring**: Add `system_id` to model monitoring resources, 7179, Eyal-Danieli
* **Docs**: Update links in tutorials, 7175, jillnogold
* **KFP**: Return correct image for workflow runner, 7170, adamdelman
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc30#features-and-enhancements)

Bug fixes
* **Artifacts**: Fix 'get_model' with 'dataitem', 7223, royischoss
* **Security**: Fix ecr url detection to prevent substring matching issues, 7225, Yacouby
* **Model Monitoring**: Fix version field resp, 7178, royischoss
* **Serving**: Fix function serialization for workflows, 7206, davesh0812
* **KFP**: Fix kfp run summary formatting for kfp 2.x server, 7207, adamdelman
* **Model Monitoring**: Fix mm creation for `enrichmentvotingensemble`, 7215, davesh0812
* **Doc**: Fix function docstring, 7212, liranbg
* **Model Monitoring**: Controller fix- allow 'cron' event.trigger.type, 7209, royischoss
* **Security**: Fix verify_label_key, 7210, rokatyy
* **Docs**: Fix docstring in mlrunloader, 7205, alxtkr77
* **Model Monitoring**: Fixed 06-batch-infer.ipynb, 7195, royischoss
* **Docs**: Update and fix model monitoring related information, 7181, jond01
* **Runtimes**: Fix checking background task existence, 7202, liranbg
* **CI**: Fix secret system test, 7201, liranbg
* **Automation**: Fix patch remote's wait for pod readiness, 7199, TomerShor
* **DB**: Fix default timestamp fields to ensure unique values for each record insertion, 7194, Yacouby
* **Projects**: Fix set source and dirty check, 7184, liranbg
* **Docs**: Fix alert names in docs and tests, 7182, gtopper
* **Requirements**: Fix incorrect locking of protobuf in python 3.9, 7183, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc30#bug-fixes)


Pull requests:
d77b75367 [Model Monitoring] Support Kafka SASL (7196)
204cd4ca7 [Artifacts] Fix 'get_model' with 'DataItem' (7223)
1abf172f2 [Security] Sanitize user inputs to prevent path traversal (7229)
66f047af9 [Pipelines] Add "Uknown" state to run state mapping (7226)
1235dc380 [Security] Fix ECR url detection to prevent substring matching issues (7225)
20cd19efc [Config] Use orderdict to preserve key order in env parsing (7221)
899762046 [Model Monitoring] Fix version field resp (7178)
8427057d0 [Serving] Fix function serialization for workflows (7206)
983443fa0 [Pipelines] Add "Unknown" pipeline run status (7216)
49c7741a1 [Notification] Set event loop when creating a new one (7219)
680faac12 [Artifacts] Ignore best iteration on latest reassignment after deletion (7197)
916f8e006 [KFP] Change retry_pipeline signature to make project mandatory (7208)
27ab81639 [KFP] Fix KFP run summary formatting for KFP 2.x server (7207)
13cb6f78d [Runs] Adjust listing by end time filter in system test (7213)
3e96680c8 [Model Monitoring] fix mm creation for `EnrichmentVotingEnsemble` (7215)
f8cc4c286 [Model Monitoring] Add warning for empty alert config list (7214)
5cb72534e [Doc] Fix function docstring (7212)
1dc269394 [Model Monitoring] Controller fix- allow 'cron' event.trigger.type (7209)
d7eda21eb [Security] Fix verify_label_key (7210)
0e6fcd795 [Docs] Fix docstring in MLRunLoader (7205)
aeac1614d [Model Monitoring] fixed 06-batch-infer.ipynb (7195)
eb6102a56 [Runtime] Enrich image pull secrets for deployed functions (7198)
336afff33 [Docs] Update and fix model monitoring related information (7181)
c0b813e06 [HTTPDB] Deprecate create_schedule functionality (7164)
ca4ee23d5 [Requirements-automated] Upgrade lock files (7204)
10e6bff9a [Jupyter] Update jupyter deps (7200)
0c5cd072f [Runs] Enhance error messages for non-scheduled pods/preempted runs in runs monitoring (7189)
af3210dfb [Runtimes] Fix checking background task existence (7202)
d51463c97 [CI] Fix secret system test (7201)
e96ee10ae [AsyncHTTPClient] Enhance retry mechanism (7192)
617068abe [Automation] Fix patch remote's wait for pod readiness (7199)
72bbbc4b7 [DB] Fix default timestamp fields to ensure unique values for each record insertion (7194)
031f7fd8b [Automation] Add `--chart` CLI option to deployer (7160)
ad183c940 [Builder] Ensure unzip on mlrun base images (7186)
057594694 [Artifacts] Propagate iteration when deleting artifact (7188)
e28d16bb7 [Docs] Remove example based on ci-demo.git (7133)
942b15909 [Docs] Add v1.7.2 to change log, additional doc updates (7130)
4ed9a737c [Runs] Update the run's end time when job is in terminal state (7171)
beabba52b [RemoteRuntime] Don't always override handler in with_source_archive (7185)
d072e645b [Projects] Fix set source and dirty check (7184)
debb2d603 [Docs] Fix alert names in docs and tests (7182)
47e63a32e [Requirements] Fix incorrect locking of protobuf in python 3.9 (7183)
5a6502daa [Model Monitoring] add `system_id` to model monitoring resources (7179)
0a58e3419 [Docs] Update links in tutorials (7175)
01ef68dbf [KFP] Return correct image for workflow runner (7170)

1.8.0rc29

Not secure

1.8.0rc28

Not secure
Features / Enhancements
* **Model Monitoring**: Add parallelism to model monitoring endpoints, 7150, davesh0812
* **Model Monitoring**: Initialize the project object as part of the mm app pod initialization, 7166, davesh0812
* **Vectordb**: Add to document 'source' name as a label, 7108, alxtkr77
* **Requirements**: Bump storey, update test, 7162, gtopper
* **Model Monitoring**: Edit controller for better performance, 7163, davesh0812
* **Model Monitoring**: Support remote code in evaluate flow with `to_job`, 7152, jond01
* **API**: Make grpcio an explicit requirement, 7142, gtopper
* **Model Monitoring**: Delete controller internal stream on disable api, 7146, Eyal-Danieli
* **Alert activations**: Add project validation when getting alert activation, 7161, rokatyy
* **Project**: Rename flag in delete_function, 7159, rokatyy
* **Requirements-automated**: Upgrade lock files, 7157, iguazio-cicd
* **Project**: Do not delete function from db by default, 7158, rokatyy
* **ML-7905**: Move image pull secret enrichment to server side, 7113, adamdelman
* **Makefile**: Revert conda requirements removal, 7151, liranbg
* **Security**: Remove access key print, 7145, felipenv
* **Migrations**: Only kill foreign db connections if they have a lock acquired, 7131, adamdelman
* **KFP**: Remove ability to retry pipeline with project '*', 7143, adamdelman
* **Migrations**: Don't fail migrations when killing transient db connections, 7144, adamdelman
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc28#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix getting a model endpoint without a tsdb profile, 7148, jond01
* **Model Monitoring**: Fix `evaluate` with requirements, 7173, jond01
* **Vectordb**: Remove 'doc' prefix from artifact_key_instance() default key name, 7154, alxtkr77
* **Datastore**: Fix s3 size/offset calculations, 7167, alxtkr77
* **Model Monitoring**: Fix stream pod spamming, 7169, royischoss
* **Vectordb**: Fix docstring, 7153, alxtkr77
* **Project**: Fix remove_function in project, 7147, rokatyy
* **Vectordb**: fix docstring, 7107, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc28#bug-fixes)


Pull requests:
f7d424883 [Model Monitoring] Fix getting a model endpoint without a TSDB profile (7148)
b463a854c [Model Monitoring] Fix `evaluate` with requirements (7173)
e062b007a [Model Monitoring] Add parallelism to model monitoring endpoints (7150)
a59b801e8 [Vectordb] Remove 'doc' prefix from artifact_key_instance() default key name (7154)
7d78fbc32 [Datastore] Fix s3 size/offset calculations (7167)
6c7978da7 [Model Monitoring] Initialize the project object as part of the mm app pod initialization (7166)
a8b58184f [Vectordb] Add to document 'source' name as a label (7108)
3d485cf16 [Model Monitoring] Fix stream pod spamming (7169)
9d340ef65 [Requirements] Bump storey, update test (7162)
f418fa495 [Model Monitoring] Edit controller for better performance (7163)
54201e3cb [Model Monitoring] Support remote code in evaluate flow with `to_job` (7152)
f882d89ce [API] Make grpcio an explicit requirement (7142)
925339349 [Model Monitoring] Delete controller internal stream on disable API (7146)
3f87794bf [Alert activations] Add project validation when getting alert activation (7161)
16e05fdcc [Project] Rename flag in delete_function (7159)
116da92ea [Requirements-automated] Upgrade lock files (7157)
7596d5806 [Project] Do not delete function from db by default (7158)
9b6492776 [Vectordb] Fix docstring (7153)
63ba7e5de [ML-7905] Move image pull secret enrichment to server side (7113)
f6bf11f15 [Project] Fix remove_function in project (7147)
8132a8234 [Vectordb] Fix docstring (7107)
d90ed25d3 [Makefile] Revert conda requirements removal (7151)
1533f7373 [Security] Remove access key print (7145)
22dbd3138 [Migrations] Only kill foreign DB connections if they have a lock acquired (7131)
473abe90c [KFP] Remove ability to retry pipeline with project '*' (7143)
30d5d7840 [Migrations] Don't fail migrations when killing transient DB connections (7144)

1.8.0rc27

Not secure

1.8.0rc26

Not secure
Features / Enhancements
* **KFP**: Use correct image for workflow runner for old mlrun versions, 7098, adamdelman
* **Vectordb**: Make 'key' optional in log_document(), 7134, alxtkr77
* **Nuclio**: Use invoke_url instead spec.host when getting invocation urls, 7129, rokatyy
* **FeatureSet**: Add updated field to format minimal, 7127, tomerm-iguazio
* **Model Monitoring**: Add alerts config for nonexistent specific result names, 7100, tomerm-iguazio
* **Pipelines**: Bump mlrun pipelines common in requirements.txt, 7128, adamdelman
* **Vectordb**: Introduce method to make keys from source names, 7118, alxtkr77
* **Vectordb**: Use 'db_key' instead of 'key' to indentify artifact, 7115, alxtkr77
* **KFP**: Add one time kfp no compiper warning and bump pipeline-adapters version, 7124, adamdelman
* **Model Monitoring**: Update the v3io `predictions` table reference, 7102, Eyal-Danieli
* **Model Monitoring**: Remove `error_count` from stream processing, 7117, Eyal-Danieli
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc26#features-and-enhancements)

Bug fixes
* **Notifications**: Fix notification caching and terminal state notifications for dask functions, 7132, yaelgen
* **Alerts**: Add debug logs to process event flow, 7136, TomerShor
* **Docs**: Fix links, 7137, rokatyy
* **Model Monitoring**: Fix mm resources deletion, 7078, jond01
* **Model Monitoring**: Fix mep creation on graph step, 7103, royischoss
* **Alert activation**: Fix get alert activation permissions, 7126, rokatyy
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc26#bug-fixes)


Pull requests:
d9ddaa33e [KFP] Use correct image for workflow runner for old MLRun versions (7098)
902728723 [Notifications] Fix notification caching and terminal state notifications for Dask functions (7132)
18df8264e [Alerts] Add debug logs to process event flow (7136)
ad8ad9b5b [Docs] Fix links (7137)
29c2c35de [Vectordb] Make 'key' optional in log_document() (7134)
04fc9e867 [Nuclio] Use invoke_url instead spec.host when getting invocation urls (7129)
fddaa1465 [FeatureSet] Add updated field to format minimal (7127)
f728b6659 [Model Monitoring] Add Alerts config for nonexistent specific result names (7100)
1b6043dd4 [Model Monitoring] Fix MM resources deletion (7078)
4366fc7c4 [Pipelines] Bump mlrun pipelines common in requirements.txt (7128)
14b086846 [Dependabot-automated] Bump manusa/actions-setup-minikube from 2.13.0 to 2.13.1 (7123)
d47be76f9 [Vectordb] Introduce method to make keys from source names (7118)
9a3ee119c [Vectordb] Use 'db_key' instead of 'key' to indentify artifact (7115)
d5f0d2e0a [Model Monitoring] Fix mep creation on graph step (7103)
6cfb54e4f [Alert activation] Fix get alert activation permissions (7126)
656da6a75 [KFP] Add one time KFP no compiper warning and bump pipeline-adapters version (7124)
047fe6373 [Model Monitoring] Update the V3IO `predictions` table reference (7102)
f08429474 [Model Monitoring] remove `error_count` from stream processing (7117)

Failed parsing:
14b086846 {dependabot[bot]} [Dependabot-automated] Bump manusa/actions-setup-minikube from 2.13.0 to 2.13.1 (7123)

1.8.0rc25

Not secure
Features / Enhancements
* **Requirements-automated**: Upgrade lock files, 7125, iguazio-cicd
* **Golang**: Remedy vulnerabilities, 7122, liranbg
* **CI**: Run ci against python 3.11, 7101, liranbg
* **Alert activations**: Get single alert activation api, 7112, rokatyy
* **Datastore**: Handle mlclientctx artifact cache miss, 7099, alxtkr77
* **Vectordb**: Use native mongodb 'delete' instead of langchain, 7096, alxtkr77
* **Vecotrdb**: Store documentloaderspec.download_object persistently, 7095, alxtkr77
* **Alerts**: Exclude updated field from alerts response for old client, 7090, Yacouby
* **Alerts**: Add support for future schema fields, 7091, Yacouby
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc25#features-and-enhancements)

Bug fixes
* **ML-9082**: Add debug prints to alembic rev fetching, 7114, adamdelman
* **Model Monitoring**: Fix kafka stream sharding_func, 7116, royischoss
* **Helper**: Fix ui links, 7104, rokatyy
* **Vectordb**: Add 'document' prefix to the v3io store defaults, 7106, alxtkr77
* **Model Monitoring**: Fix the system tests for app evaluate, 7087, jond01
* **Model Monitoring**: Fix test_get_model_endpoint_metrics test to run under pod, 7094, tomerm-iguazio
* **ML-8993**: Enable mounting project secrets without uppercase conversion or prefix, 7097, yaelgen
* **Model Monitoring**: Fix test_batch_drift, 7093, royischoss
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.8.0-rc25#bug-fixes)


Pull requests:
71de34eae [Requirements-automated] Upgrade lock files (7125)
ecd2246aa [Golang] Remedy vulnerabilities (7122)
c4f7a8d43 [CI] Run CI against python 3.11 (7101)
0b9779ab2 [ML-9082] Add debug prints to alembic rev fetching (7114)
9ae4660a4 [Model Monitoring] Fix kafka stream sharding_func (7116)
b4fc83d3e [Alert activations] Get single alert activation API (7112)
0ce2d9a31 [Helper] Fix UI links (7104)
fb1a60967 [Dependabot-automated] Bump k8s.io/client-go from 0.32.0 to 0.32.1 in /server/go/services/log-collector (7111)
271f1bd6d [Vectordb] Add 'document' prefix to the v3io store defaults (7106)
b714675ab [Datastore] Handle MLClientCtx artifact cache miss (7099)
a602177fd [Vectordb] Use native mongodb 'delete' instead of langchain (7096)
51ab15cd4 [Vecotrdb] Store DocumentLoaderSpec.download_object persistently (7095)
5b9414caf [Model Monitoring] Fix the system tests for app evaluate (7087)
7da07fd92 [Model Monitoring] Fix test_get_model_endpoint_metrics test to run under pod (7094)
5727c754f [ML-8993] Enable Mounting Project Secrets Without Uppercase Conversion or Prefix (7097)
c74e1eba9 [Model Monitoring] Fix test_batch_drift (7093)
2915d60d1 [Alerts] Exclude updated field from alerts response for old client (7090)
28c27029d [Alerts] Add support for future schema fields (7091)

Failed parsing:
fb1a60967 {dependabot[bot]} [Dependabot-automated] Bump k8s.io/client-go from 0.32.0 to 0.32.1 in /server/go/services/log-collector (7111)

Page 3 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.