Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 86 of 90

0.5.4rc1

Not secure
UI release notes:

0.5.3

Not secure

0.5.3rc3

Not secure

0.5.3rc2

Not secure
Features / Enhancements
* **Metrics**: Change mlrun/scrape_metrics label to mlrun/scrape-metrics, 483, hedingber
* **API**: Add old pod_status header for BC with <0.5.3 clients, 489, hedingber
* **API**: Add invoke schedule endpoint, 498, hedingber
* **SDK**: Enable to set scrape metrics label on piplines runs, 491, hedingber
* **Docs**: Create LICENSE, 485, yaronha
* **Docs**: Adding Dataset usage examples, 469, gilad-shaham
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.3-rc2#features-and-enhancements)


Bug fixes
* **Serving**: Fix v2 serving readme and add example, 481, yaronha
* **Serving**: fix model monitor and add function uri, 484, yaronha
* **Scheduler**: Fix scheduler not running anything, 490, hedingber
* **SDK**: Fix missing args when instantiating function from runtime, 488, hedingber
* **SDK**: Enable installing on python < 3.7, 494, hedingber
* **SDK**: Fix typo in model server initialization, 495, hedingber
* **Dask**: Fix dask image build, 496, hedingber
* **Sparkjob**: Minor fixes, 480, urihoenig
* **API**: Fix list functions bugs, 493, hedingber
* **API**: Fix typo in delete function endpoint, 497, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.3-rc2#bug-fixes)


Pull requests:
baea701 [Sparkjob] Minor fixes (480)
5003a43 Add invoke schedule endpoint (498)
db95228 Fix typo in delete function endpoint (497)
11d732b Fix dask image build (496)
6d76aa3 Fix typo in model server initialization (495)
0bf0a0b Enable installing on python < 3.7 (494)
68b39eb Fix list functions bugs (493)
b45eaa4 Enable to set scrape metrics label on piplines runs (491)
d96592f Move orjson to general requirements (492)
066ce6f Fix scheduler not running anything (490)
7d2bbc8 [docs] Adding Dataset usage examples (469)
7ba57be Create LICENSE (485)
26ef653 fix model monitor and add function uri (484)
111b8d6 Add old pod_status header for BC with <0.5.3 clients (489)
377db0c Fix missing args when instantiating function from runtime (488)
c576a3b Move test assets to be near their tests (487)
7bdbf3e Fix boto3 dependency (486)
e9d576f fix v2 serving readme and add example (481)
b05628d Change mlrun/scrape_metrics label to mlrun/scrape-metrics (483)

0.5.3rc1

Not secure
Features / Enhancements
* **Versioning**: Automating transplanting version in code, 437, hedingber
* **Monitoring**: Monitor runs from server, 467, hedingber
* **Serving**: Add v2 model serving (and refactor serving as dir), 463, yaronha
* **Logging**: Replace uvicorn access log with our logger, 453, hedingber
* **Metrics**: Add mlrun/owner label to runs k8s resources, 478, hedingber
* **API**: Add option to delete function, 446, hedingber
* **API**: Add option to delete project, 448, hedingber
* **API**: Adding artifact name filter, 455, hedingber
* **API**: Add artifact kind filter in list artifacts, 460, hedingber
* **API**: Add category filter to list artifacts, 462, hedingber
* **SDK**: Sparkjob - show and save UI ingress URL, 471, urihoenig
* **CI**: Adding GH actions workflow to build images on each commit to development, 433, hedingber
* **CI**: Add caching to CI, 449, hedingber
* **CI**: System Test CI, 444, quaark
* **CI**: Enable to trigger workflows manually, 468, hedingber
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.3-rc1#features-and-enhancements)


Bug fixes
* **Deployment**: Fix kaniko docker secret mount point, 439, theSaarco
* **Scheduler**: Don't use closed sessions in scheduler, 465, hedingber
* **API**: Fix run name and state filters, 459, hedingber
* **API**: Raise when function not found on get function call, 428, hedingber
* **SDK**: NewTask -> new_task + added docstring, 442, hedingber
* **SDK**: Update function entry points when updating code, 451, hedingber
* **SDK**: Fix NuclioSpec duplicated init, 464, hedingber
* **Docs**: Fix mount_v3io docs, 445, hedingber
* **Docs**: Fixing quick start, 477, hedingber
* **Artifacts**: Fix chart artifact to have db key, 441, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.3-rc1#bug-fixes)


Pull requests:
1a9c2e1 Fix MLRun System Test CI provctl release query (479)
d52bb47 Add mlrun/owner label to runs k8s resources (478)
b1697b6 Monitor runs from server (467)
388a0dd Fixing quick start (477)
e47027a Fix Typo from 475 (476)
d705a4f [System Tests]: Changed access_token header to Authorization header (475)
4a13f97 Fix models gpu legacy image (474)
f0618fd Fixed serving model bug (472)
0d1f04d Add v2 model serving (and refactor serving as dir) (463)
94a094c Sparkjob - show and save UI ingress URL (471)
65a00a9 Enable to trigger workflows manually (468)
a6e91db System Test CI (444)
bc4bd1c Don't use closed sessions in scheduler (465)
c05a458 Fix NuclioSpec duplicated init (464)
ba066ca Add category filter to list artifacts (462)
bfe974a CI: use container with docker, python and git for building images (458)
1ce1e56 Add artifact kind filter in list artifacts (460)
61c77c6 Fix run name and state filters (459)
e2af81b Support nuclio_dashboard_url default helm chart value - "disabled" (457)
525ca59 Replace uvicorn access log with our logger (453)
bb19da3 new_task -> NewTask in examples (456)
9656be4 Adding artifact name filter (455)
542bdae Add Installation of procps in mlrun-api (454)
0dd6ae8 Changing NewTask deprecation plan (452)
293bc7b Update function entry points when updating code (451)
62f4355 Fix models images (450)
0a71cb0 Add caching to CI (449)
b7d7aac Add option to delete project (448)
bfca96f Simplifying version file creation script (447)
fb12230 Add option to delete function (446)
9bc8760 Fix mount_v3io docs (445)
dce2ee3 NewTask -> new_task + added docstring (442)
61b0c2c Fix chart artifact to have db key (441)
15bfc20 Run update-version-file in docker (443)
2494c61 Adding GH actions workflow to build images on each commit to development (433)
33aef35 Automating transplanting version in code (437)
72762af Raise when function not found on get function call (428)
f0f80e6 Fix kaniko docker secret mount point (439)
44173f1 Remove root dir infile.txt (440)

0.5.2

Not secure
Features / Enhancements
* **Tests**: System tests CI script and some fixes to the system tests, 430, quaark
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.2#features-and-enhancements)


Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.2#bug-fixes)


Pull requests:
e731251 Bump version to 0.5.2 (438)
f14f7a7 System tests CI script and some fixes to the system tests (430)

Page 86 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.