Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 45 of 90

1.1.0rc18

Not secure
Features / Enhancements
* **API**: Security context enrichment modes, 2142, AlonMaor14
* **CI**: Resolve unstable image version prefix from file, 2179, quaark
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc18#features-and-enhancements)

Bug fixes
* **API**: Fix unable to deploy dask cluster as a result of unresolved username in container, 2184, tankilevitch
* **Builder**: Fix ECR URL inference, 2178, AlonMaor14
* **Docs**: Fix spark-operator documentation, 2172, gtopper
* **Docs**: Fix quickstart scikit learn install command, 2175, tankilevitch
* **CI**: Fix pulling of new updates in docker build, 2170, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc18#bug-fixes)


Pull requests:
d611e3f6 [API] Security context enrichment modes (2142)
2df2dd5e [API] Fix unable to deploy dask cluster as a result of unresolved username in container (2184)
1decf298 [CI] Resolve unstable image version prefix from file (2179)
0a6d1607 [Builder] Fix ECR URL inference (2178)
8d16ac6f [Docs] Fix spark-operator documentation (2172)
4c49ff35 [Docs] Fix quickstart scikit learn install command (2175)
3ceb7bc6 [CI] Fix pulling of new updates in docker build (2170)

1.1.0rc17

Not secure

1.1.0rc16

Not secure
Features / Enhancements
* **Datastores**: Adding option to force non-anonymous authentication when using S3, 2171, theSaarco
* **Spark**: Enrich image pull secrets, 2167, AlonMaor14
* **Model Monitoring**: Added drift table plot and per feature detection, 2153, guy1992l
* **CI**: Increase Open Source System Tests Timeout, 2156, quaark
* **CI**: Add option to disable cache in build workflow, 2133, tankilevitch
* **Builder**: create ECR cache repo, 2154, AlonMaor14
* **Runtimes**: Set Kafka consumer group from function name, 2138, gtopper
* **Runtimes**: Add a global config (on server side) for default service account, 2151, theSaarco
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc16#features-and-enhancements)

Bug fixes
* **CI**: Fix build for when triggered automatically, 2163, tankilevitch
* **CI**: Fix build no cache, 2162, tankilevitch
* **Feature Store**: Fix ingest failure when a feature is named "summary", 2157, gtopper
* **Serving**: Fix many-to-one (multiple upstream steps) relation, 2147, gtopper
* **Unknown**: Builder - fix resolve repo with no tag, 2150, AlonMaor14
* **CI**: Fix Open Source System Tests `helm install` timeout and freeing up disk space step, 2140, quaark
* **Frameworks**: Fixed a relative import in LightGBM and updated the setup file, 2146, guy1992l
* **Model monitoring**: Fix TSDB target usage following storey API change, 2141, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc16#bug-fixes)


Pull requests:
c180a6a5 [Datastores] Adding option to force non-anonymous authentication when using S3 (2171)
e5118547 [Spark] Enrich image pull secrets (2167)
d08715f1 [Model Monitoring] Added drift table plot and per feature detection (2153)
2d3dc1dc [CI][Open Source System Tests] Increase System Tests Timeout (2156)
19d2bcd5 [CI] Fix build for when triggered automatically (2163)
769b79c8 [CI] Fix build no cache (2162)
2c02fdf1 [CI] Add option to disable cache in build workflow (2133)
91fd52f8 [Feature Store] Fix ingest failure when a feature is named "summary" (2157)
e0a540ea [Serving] Fix many-to-one (multiple upstream steps) relation (2147)
fc5ee36b [Builder] create ECR cache repo (2154)
eec32d22 [Runtimes] Set Kafka consumer group from function name (2138)
6c98ba7f [Runtimes] Add a global config (on server side) for default service account (2151)
ec566a5e Builder - fix resolve repo with no tag (2150)
eada71b6 [CI][Open Source System Tests] Fix System Tests `helm install` timeout and freeing up disk space step (2140)
46da3ac2 [Frameworks] Fixed a relative import in LightGBM and updated the setup file (2146)
1d4853ee [Model monitoring] Fix TSDB target usage following storey API change (2141)

1.1.0rc15

Not secure

1.1.0rc14

Not secure
Features / Enhancements
* **License**: Update license to be detected in github, 2105, tankilevitch
* **Docs**: Add prereqs, 2117, jillnogold
* **Runtimes**: - Security context support, 2124, AlonMaor14
* **Serving**: Add ParallelRun router for running multiple steps in parallel threads/processes, 2136, yaronha
* **Unknown**: Doc - change installation page location, 2134, adiso75
* **Feature Store**: purge azure target fails on unsupported store scheme (wasbs), 2123, speretz-ig
* **Docs**: Add target-headers to all files, 2125, jillnogold
* **CI**: Enable to skip steps in the release workflow, 2127, Hedingber
* **CI**: Enable to skip images in Build workflow, 2126, Hedingber
* **Frameworks**: LightGBM module and booster MLRun interfaces for the `train` function, 1761, guy1992l
* **Docs**: Add links, mini TOCs have 1 level, 2121, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc14#features-and-enhancements)

Bug fixes
* **Docs**: FIx cookie parameter details to code, 1746, jillnogold
* **Builder**: Fix pushing images to configured registry with a specific repository, 2132, quaark
* **Serving**: Fix `QueueStep`, 2137, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc14#bug-fixes)


Pull requests:
6ba74857 [License] Update license to be detected in github (2105)
0e465cf0 [Docs] Add prereqs (2117)
a86996bb [Runtimes] - Security context support (2124)
640f925b [Serving] Add ParallelRun router for running multiple steps in parallel threads/processes (2136)
d28fc994 [Builder] Fix pushing images to configured registry with a specific repository (2132)
cfda5403 [Serving] Fix `QueueStep` (2137)
02512ae6 Doc - change installation page location (2134)
0e6c3638 [Feature Store] purge azure target fails on unsupported store scheme (wasbs) (2123)
e2de2c64 [Docs] Add target-headers to all files (2125)
e576eb7b [CI] Enable to skip steps in the release workflow (2127)
65f49046 [CI] Enable to skip images in Build workflow (2126)
0f20cd61 [Frameworks] LightGBM module and booster MLRun interfaces for the `train` function (1761)
ca72aad0 [Docs] Add links, mini TOCs have 1 level (2121)
80f7b891 [Docs] FIx cookie parameter details to code (1746)

1.1.0rc13

Not secure
Features / Enhancements
* **Requirements**: Bump storey to 1.1.5, 2116, gtopper
* **Docs**: Doc changes to the installation and setup page, 2107, adiso75
* **Docs**: Details on which demos need enterprise MLRun, 2111, jillnogold
* **Builder**: Support pushing images to ECR, 2100, AlonMaor14
* **CI**: Optimize Jupyter image caching, Improve release workflow usability and fix unstable tag maintenance, 2110, Hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc13#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix accidental error hiding in ingest with Spark, 2115, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc13#bug-fixes)


Pull requests:
e5fda837 [Feature Store] Fix accidental error hiding in ingest with Spark (2115)
cc5e3e24 [Requirements] Bump storey to 1.1.5 (2116)
d17a9b62 Doc changes to the installation and setup page (2107)
bb6c8203 Revert "[Model Monitoring]: Create model monitoring feature set per model endpoint" (2114)
ca732833 [Docs ] Details on which demos need enterprise MLRun (2111)
ebde98d1 [Builder] Support pushing images to ECR (2100)
3cf6a9ea [CI] Optimize Jupyter image caching, Improve release workflow usability and fix unstable tag maintenance (2110)

Page 45 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.