Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 68 of 90

0.7.0rc15

Not secure
Features / Enhancements
* **Requirements**: Bump storey to 0.7.8, 1281, eyalsol
* **Docs**: Updating instructions to create model monitoring Grafana data source to comply with Iguazio 3.2, 1236, eyalsol
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc15#features-and-enhancements)

Bug fixes
* **API**: Return distinct values in list feature set/vector tags endpoints, 1283, Hedingber
* **Model Monitoring**: Events from VotingEnsemble were filtered and were not saved to targets, 1258, eyalsol
* **API**: Fix ingest feature set endpoint OPA checks, 1279, Hedingber
* **Projects**: Fix github actions issue number detection, 1278, yaronha
* **Datastore**: Fix v3io parsing on target purge, 1275, benbd86
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc15#bug-fixes)


Pull requests:
f1807a4d [API] Return distinct values in list feature set/vector tags endpoints (1283)
5d29f3bd [Requirements] Bump storey to 0.7.8 (1281)
468c5d21 [Model Monitoring] Events from VotingEnsemble were filtered and were not saved to targets (1258)
d700bc20 [API] Fix ingest feature set endpoint OPA checks (1279)
f05fac42 [Projects] Fix github actions issue number detection (1278)
bedc0f3c [Datastore] Fix v3io parsing on target purge (1275)
9ce8586d [Docs] Updating instructions to create model monitoring Grafana data source to comply with Iguazio 3.2 (1236)

0.7.0rc14

Not secure
Features / Enhancements
* **Serving**: Add feature enrichment model/ensemble routers, 1267, yaronha
* **Requirements**: Bump storey version, 1277, katyakats
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc14#features-and-enhancements)

Bug fixes
* **API**: Block running local runtimes in API, 1274, Hedingber
* **Feature Store**: Fix timing issues in test_schedule_on_filtered_by_time, 1276, katyakats
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc14#bug-fixes)


Pull requests:
4a682769 [Serving] Add feature enrichment model/ensemble routers (1267)
cb933ba5 [Requirements] Bump storey version (1277)
544294e4 [API] Block running local runtimes in API (1274)
5befc87a [Feature Store] Fix timing issues in test_schedule_on_filtered_by_time (1276)

0.7.0rc13

Not secure
Features / Enhancements
* **Model Monitoring**: Add project and global functions for setting the model monitoring credentials, 1268, eyalsol
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc13#features-and-enhancements)

Bug fixes
* **Projects**: Fix system tests, 1272, yaronha
* **Runtimes**: Disable Auto mount - fix implementation, 1234, theSaarco
* **API**: Fix deployment error message, 1271, Hedingber
* **Feature Store**: Fix `context_to_ingestion_params`, 1269, katyakats
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc13#bug-fixes)


Pull requests:
051d9fc4 [Projects] Fix system tests (1272)
56153aa3 [Runtimes] Disable Auto mount - fix implementation (1234)
0ead8e5d [API] Fix deployment error message (1271)
f61ec5d2 [Model Monitoring] Add project and global functions for setting the model monitoring credentials (1268)
a01eb99a [Feature Store] Fix `context_to_ingestion_params` (1269)

0.7.0rc12

Not secure
Features / Enhancements
* **Frameworks**: Added custom objects support and HP tuning, 1224, guy1992l
* **API**: Add list feature sets/vectors tags endpoints, 1260, Hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc12#features-and-enhancements)

Bug fixes
* **Nuclio**: Fix function labels assignment, 1266, Hedingber
* **System Tests**: Fix breakages, 1263, Hedingber
* **Feature Store**: Saving overwrite value for scheduled ingest, 1262, katyakats
* **Projects**: Fix project run from cli, 1255, yaronha
* **Refactor**: Scrubbing mktemp calls (CVE), 1257, omesser
* **Serving**: Fix recovery step being set as its own recovery step., 1254, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc12#bug-fixes)


Pull requests:
4ddffd44 [Nuclio] Fix function labels assignment (1266)
bdf80604 [System Tests] More fixes (1265)
4dc2c044 [Frameworks] Added custom objects support and HP tuning (1224)
770456f2 [System Tests] Fix breakages (1263)
4b8d0f94 [Feature Store] Saving overwrite value for scheduled ingest (1262)
37c2075c [Projects] Fix project run from cli (1255)
bebb828a [API] Add list feature sets/vectors tags endpoints (1260)
98978ee1 [Refactor] Scrubbing mktemp calls (CVE) (1257)
4011d607 [Serving] Fix recovery step being set as its own recovery step. (1254)

0.7.0rc11

Not secure
Features / Enhancements
* **API**: Add default images per kind and function image defaults in frontend spec, 1261, Hedingber
* **Requirements**: Bump storey to 0.7.4, 1244, eyalsol
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc11#features-and-enhancements)

Bug fixes
* **Runtimes**: Fix builder pod cleanup, 1259, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc11#bug-fixes)


Pull requests:
5054812 [API] Add default images per kind and function image defaults in frontend spec (1261)
9317ee2 [Runtimes] Fix builder pod cleanup (1259)
68d4f31 [Requirements] Bump storey to 0.7.4 (1244)

0.7.0rc10

Not secure
Features / Enhancements
* **DB**: Improve conflict error message, 1252, Hedingber
* **Docs**: Add section on node affinity, 1227, jasonnIguazio
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc10#features-and-enhancements)

Bug fixes
* **API**: Ensure project on function deployment, 1251, Hedingber
* **API**: Get resources before authorizing to send not found if does not exist, 1250, Hedingber
* **Pipelines**: Fix project resolution on get pipeline endpoint, 1249, Hedingber
* **Sparkjob**: Block priority class, 1248, urihoenig
* **MPIJob**: Change hyper-param loop to reuse the same CRD/containers, 1247, yaronha
* **Runtimes**: Fix `with_priority_class` default param, 1245, AlonMaor14
* **Runtimes**: Fix exceptions catching in runtime deployment check, 1243, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.7.0-rc10#bug-fixes)


Pull requests:
4e8080e [DB] Improve conflict error message (1252)
33f59bb [API] Ensure project on function deployment (1251)
5e1834f [API] Get resources before authorizing to send not found if does not exist (1250)
8bbc759 [Pipelines] Fix project resolution on get pipeline endpoint (1249)
02bbe95 [Sparkjob] Block priority class (1248)
f269bfa [MPIJob] Change hyper-param loop to reuse the same CRD/containers (1247)
f155836 [Runtimes] Fix `with_priority_class` default param (1245)
6fa9162 [Runtimes] Fix exceptions catching in runtime deployment check (1243)
6c12f41 [Docs] Add section on node affinity (1227)

Page 68 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.