Mlrun

Latest version: v1.7.0

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

Scan your dependencies

Page 6 of 102

1.7.0rc38

Not secure
Features / Enhancements
* **Alerts**: Handle the duplicated attributes between alert and notification, 6172, Yacouby
* **Docs**: Create a basic example of auto-logging with packager, 6170, moranbental
* **Application**: Default to single replica, 6177, alonmr
* **Application**: Change reverse proxy log level to info, 6171, alonmr
* **Model Monitoring**: Prepare v3io-tsdb tables & connector for operational data, 6163, davesh0812
* **Model Monitoring**: Avoid suppressing errors in `kvstorebase.get_last_analyzed`, 6169, gtopper
* **Docs**: Add typical error when updating a function in nuclio, and not in mlrun, 6116, jillnogold
* **Model Monitoring**: `enable_model_monitoring()` to redeploy following a failure, 6145, gtopper
* **Runtimes**: Allow for deleting node selectors from function, 6164, gtopper
* **Docs**: Application runtime clarifications, 6165, alonmr
* **Alerts**: Add support for the created field in alertconfig, 6167, Yacouby
* **DOCS**: Update model serving docs, 6112, davesh0812
* **Alerts**: Update cached state once alert becomes active, 6150, yanburman
* **Projects**: Enforce project_setup.py returns a project object, 6160, liranbg
* **SQLDB**: Change log logic in `_delete_multi_objects`, 6166, davesh0812
* **Runs**: Abort run from run object, 6161, liranbg
* **Docs**: Add application runtime, 6036, jillnogold
* **Model Monitoring**: Select only the relevant columns in v3io tsdb query, 6149, jond01
* **Docs**: Add updates in notifications about `pipeline started`, 6115, jillnogold
* **Secretes**: If secrets is none delete all secrets data, 6153, roei3000b
* **Application**: Force pull source at build time, 6139, alonmr
* **Model Monitoring**: Limit the amount of the controller's replicas to 1, 6151, davesh0812
* **Alerts**: Show the alert severity when pushing alert notifications, 6148, Yacouby
* **Requirements**: Include google cloud requirements in `mlrun[complete]`, 6146, gtopper
* **CI**: Automate pipelines adapters bump with dependabot, 6143, alonmr
* **CI**: Improve dependabot, 6141, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc38#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix parsing of feature string when feature set name contains a dot, 6175, gtopper
* **Datastore**: Fix azure upload, 6105, tomerm-iguazio
* **Track**: Fixed not logging remote runs, 6178, ZeevRispler
* **Docs**: Fix extra dependancies link, 6162, alonmr
* **Model Monitoring**: Fix model monitoring system tests, 6158, Eyal-Danieli
* **Docs**: Fix alertconfig docstring, 6155, Yacouby
* **Pipelines**: Fixing error string for schedule during run_function, 6144, roei3000b
* **API**: Fix is log collectable runtime list, 6147, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc38#bug-fixes)


Pull requests:
f978442fe [Feature Store] Fix parsing of feature string when feature set name contains a dot (6175)
d9f6bb877 [Alerts] Handle the duplicated attributes between alert and notification (6172)
906380560 [Datastore] Fix Azure upload (6105)
4caf21059 [Track] Fixed not logging remote runs (6178)
a49d832a0 [Docs] Create a basic example of auto-logging with packager (6170)
c5d11b41d [Application] Default to single replica (6177)
8107b0434 [Application] Change reverse proxy log level to info (6171)
7fd90b5fd [Model Monitoring] Prepare V3IO-tsdb tables & connector for operational data (6163)
c794491bd [Model Monitoring] Avoid suppressing errors in `KVStoreBase.get_last_analyzed` (6169)
eead88982 [Docs] Add typical error when updating a function in Nuclio, and not in MLRun (6116)
4cabaae66 [Model Monitoring] `enable_model_monitoring()` to redeploy following a failure (6145)
3583da8b2 [Runtimes] Allow for deleting node selectors from function (6164)
e66402a42 [Docs] Application runtime clarifications (6165)
cc3558fa9 [Alerts] Add support for the created field in AlertConfig (6167)
e7be6a6f2 [DOCS] Update Model Serving docs (6112)
3243ab58f [Alerts] Update cached state once alert becomes active (6150)
29cc9ab65 [Docs] Fix extra dependancies link (6162)
8597aa0a4 [Projects] Enforce project_setup.py returns a project object (6160)
bb1566c6f [SQLDB] Change log logic in `_delete_multi_objects` (6166)
f230da295 [Runs] Abort run from run object (6161)
12755fef4 [Model Monitoring] Fix model monitoring system tests (6158)
e8144b0bc [Docs] Add application runtime (6036)
eee856c68 [Model Monitoring] Select only the relevant columns in V3IO TSDB query (6149)
6aa4e9a36 [Docs] Add updates in Notifications about `pipeline started` (6115)
4f43e6127 [Secretes] If secrets is None delete all secrets data (6153)
4b43d29ec [Docs] Fix AlertConfig docstring (6155)
de5973180 [Application] Force pull source at build time (6139)
d788f353c [Pipelines] Fixing error string for schedule during run_function (6144)
09a93bbf8 [API] Fix is log collectable runtime list (6147)
a37aba7f9 [Model Monitoring] Limit the amount of the controller's replicas to 1 (6151)
f6daa3aad [Alerts] Show the alert severity when pushing alert notifications (6148)
02c93d9da [Requirements] Include google cloud requirements in `mlrun[complete]` (6146)
9462379ba [CI] Automate pipelines adapters bump with dependabot (6143)
913e77562 [Dependabot-automated] Bump actions/checkout from 3 to 4 in /.github/actions/image-matrix-prep (6142)
37c2e3a5d [CI] Improve dependabot (6141)

Failed parsing:
913e77562 {dependabot[bot]} [Dependabot-automated] Bump actions/checkout from 3 to 4 in /.github/actions/image-matrix-prep (6142)

1.7.0rc37

Not secure
Features / Enhancements
* **Serving**: Allow reducing serving spec for 1.7.0 rc as well, 6140, liranbg
* **Runtimes**: Update node selector enrichment on spark driver and executor, 6043, yaelgen
* **ProjectSummary**: Improving refresh_project_summaries by ensuring orphaned project summaries are deleted, 6113, moranbental
* **KFP**: Raise exception if trying to schedule function, 6135, roei3000b
* **Model Monitoring**: Add log, remove `respond()` from writer, 6136, gtopper
* **Model Monitoring**: Add log info in pydantic validation error, 6132, jond01
* **Monitoring**: Refine list runs filter, 6134, alonmr
* **Requirements**: Bump kfp adapters, 6137, alonmr
* **Requirements**: Restrict memray installation platform, 6121, alonmr
* **Notifications**: Add `send_start_notification` to project `run` method, 6130, quaark
* **Application**: Support pre-building reverse proxy image, 6099, TomerShor
* **Requirements**: Bump nuclio-jupyter version to 0.10.4, 6123, rokatyy
* **Docs**: Add docstring for alertconfig, 6107, Yacouby
* **Alerts**: Change default reset policy to auto, 6040, yanburman
* **ProjectSummary**: Create new data migration for creating project summaries, 6129, roei3000b
* **Model Monitoring**: Add logs to mm writer, remove `respond()`, 6124, gtopper
* **Model Monitoring**: Skipping deletion of stream resources when the project does not exist in iguazio, 6127, moranbental
* **Nuclio**: Update disable default http trigger min version, 6122, TomerShor
* **Alerts**: Don't overrun state with reset policy auto, 6067, yanburman
* **Tests**: Add config ns to system tests, 6117, yaelgen
* **KFP**: Bump kfp version, 6108, roei3000b
* **Pipelines**: Add detailed error message from pipeline step, 6087, roei3000b
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc37#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix app context output path, 6126, jond01
* **Serving**: Fix model serving stream path, 6138, jond01
* **Alerts**: Add abstract methods and fix imports and type hints, 6133, TomerShor
* **K8S**: Fix deleting project secret flow, 6111, moranbental
* **Notifications**: Fix notification schema condition `optional` type hint, 6125, quaark
* **Serving**: Fix setting of drain/termination callbacks, 6128, gtopper
* **Datastore**: Fix s3 upload, 6085, tomerm-iguazio
* **Model Monitoring**: Fix storage size limit for both v3io kv and mysql, 6110, Eyal-Danieli
* **Model Monitoring**: Fix delete pipeline model monitoring stream resources, 6131, Eyal-Danieli
* **Pipelines**: Fix test_remote_pipeline_with_kfp_engine_from_github, 6119, roei3000b
* **Tests**: Fix mapvalues test, 6114, tomerm-iguazio
* **K8S**: Store secret - fix bug when data is none, 6106, roei3000b
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc37#bug-fixes)


Pull requests:
9edc20898 [Serving] Allow reducing serving spec for 1.7.0 rc as well (6140)
c1cdf4249 [Runtimes] Update node selector enrichment on spark driver and executor (6043)
6f576afe5 [ProjectSummary] Improving refresh_project_summaries by ensuring orphaned project summaries are deleted (6113)
217291cf4 [KFP] Raise exception if trying to schedule function (6135)
b49ed26ae [Model Monitoring] Fix app context output path (6126)
afd0177fa [Model Monitoring] Add log, remove `respond()` from Writer (6136)
c289cbd8a [Serving] Fix model serving stream path (6138)
eaf21b904 [Alerts] Add abstract methods and fix imports and type hints (6133)
18e70a629 [Model Monitoring] Add log info in pydantic validation error (6132)
0f6ffecfe [Monitoring] Refine list runs filter (6134)
61e66d948 [Requirements] Bump KFP adapters (6137)
fea9601fd [Requirements] Restrict memray installation platform (6121)
7b67692a4 [Notifications] Add `send_start_notification` to project `run` method (6130)
16c321a1b [Application] Support pre-building reverse proxy image (6099)
5ed1325d2 [K8S] Fix deleting project secret flow (6111)
d0c312e11 [Requirements] Bump Nuclio-Jupyter version to 0.10.4 (6123)
08fec6023 [Docs] Add docstring for AlertConfig (6107)
c3f1aba56 [Alerts] Change default reset policy to auto (6040)
a0b86dc64 [Notifications] Fix notification schema condition `Optional` type hint (6125)
7d89f8f26 [ProjectSummary] Create new data migration for creating project summaries (6129)
b617f6c74 [Model Monitoring] Add logs to MM writer, remove `respond()` (6124)
99e8891a9 [Serving] Fix setting of drain/termination callbacks (6128)
664c59571 [Datastore] Fix s3 upload (6085)
a4ac5bd36 [Model Monitoring] Skipping deletion of stream resources when the project does not exist in Iguazio (6127)
ccc764ceb [Model Monitoring] Fix storage size limit for both V3IO KV and MySQL (6110)
7dfda5567 [Model Monitoring] Fix delete pipeline model monitoring stream resources (6131)
9bd9ad12f [Nuclio] Update disable default http trigger min version (6122)
cf189f86d [Alerts] Don't overrun state with reset policy AUTO (6067)
5e7a16bd4 [Pipelines] Fix test_remote_pipeline_with_kfp_engine_from_github (6119)
31adbc432 [Tests] Add config NS to system tests (6117)
fe3905bb8 [Tests] Fix mapvalues test (6114)
16837d40a [K8S] Store secret - fix bug when data is None (6106)
fff0737c3 [KFP] Bump kfp version (6108)
1e5de0338 [Pipelines] Add detailed error message from pipeline step (6087)

1.7.0rc36

Not secure
Features / Enhancements
* **ProjectSummary**: Update the project summary rows rather than deleting the entire table, 6093, moranbental
* **Functions**: Remove trailing slash when updating external invocation urls, 6097, TomerShor
* **Nuclio**: Add ns enrichment to nuclio config, 6096, yaelgen
* **Pipelines**: Bump pipeline-adapters, 6100, yaelgen
* **Schedules**: Align labels query param type hint, 6089, alonmr
* **Runs**: Remove for update lock on store run, 6098, alonmr
* **Datastore**: Source case handling while using spark., 6057, tomerm-iguazio
* **Utils**: Update urllib3 retry util usage, 6091, alonmr
* **Model Monitoring**: Override artifacts in custom evidently app and add v1 deprecation, 6084, jond01
* **Serving**: Default `queuestep` to `full_event=true` also when engine is sync, 6088, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc36#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix credentials limitation to old clients, 6102, davesh0812
* **Model Monitoring**: Fix concurrent access to v3io client sockets, 6104, gtopper
* **Model Monitoring**: Fix the input & output parsing in the stream, 6082, davesh0812
* **API Gateway**: Fix invocation url deletion, 6101, rokatyy
* **Model Monitoring**: Fix appication context and runs, 6080, jond01
* **Grafana**: Fix `feature analysis` api, 6092, Eyal-Danieli
* **Model Monitoring**: Fix `model_uri` validation, 6090, Eyal-Danieli
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc36#bug-fixes)


Pull requests:
9d975e115 [Model Monitoring] Fix credentials limitation to old clients (6102)
30aadb6f3 [ProjectSummary] Update the project summary rows rather than deleting the entire table (6093)
c5d40ddac [Model Monitoring] Fix concurrent access to v3io client sockets (6104)
72a3a9749 [Functions] Remove trailing slash when updating external invocation urls (6097)
36c04c926 [Model Monitoring] Fix the input & output parsing in the stream (6082)
2bd77151e [Nuclio] Add NS enrichment to Nuclio config (6096)
a931b9f00 [API Gateway] Fix invocation URL deletion (6101)
f5b507e85 [Pipelines] Bump pipeline-adapters (6100)
03bd6f47b [Schedules] Align labels query param type hint (6089)
b1f8231b2 [Runs] Remove for update lock on store run (6098)
a471a53e7 [Datastore] Source case handling while using spark. (6057)
6f13b16f0 [Utils] Update urllib3 retry util usage (6091)
f6cf3999c [Model Monitoring] Fix appication context and runs (6080)
71af9ee1b [Model Monitoring] Override artifacts in custom evidently app and add V1 deprecation (6084)
1b5b0be12 [Grafana] Fix `Feature Analysis` API (6092)
dbbfa7bf7 [Model Monitoring] Fix `model_uri` validation (6090)
1214504bd [Serving] Default `QueueStep` to `full_event=True` also when engine is sync (6088)

1.7.0rc35

Not secure
Features / Enhancements
* **Application**: Set sidecar container as default container, 6086, TomerShor
* **Docs**: Documentation linter, 6055, rokatyy
* **Artifacts**: Add project and kind index, 6070, alonmr
* **Automation**: Support push images to multi data nodes, 6072, alonmr
* **Runtimes**: Add enrichment from config to run node selector, 6000, yaelgen
* **Requirements**: Add `google-cloud-bigquery-storage` requirement, 6075, gtopper
* **Runtimes**: Ensure node selector is applied to spark runtime properly, 6038, yaelgen
* **Model Monitoring**: Delete prometheus from model monitoring stream, 6074, davesh0812
* **DirArtifact**: Add the `producer` field to the spec, 6081, moranbental
* **Config**: Bump aws-cli and kaniko to work with aws pod-identity service, 6079, alexpirogovski
* **Alerts**: Do not crash is there is no error in run state, 6076, yanburman
* **Docs**: Add how to delete project artifacts, 5562, jillnogold
* **Docs**: Add snowflake target store, 5569, jillnogold
* **Run**: Function name 'handler' is not allowed when the function kind is 'nuclio:mlrun', 6049, moranbental
* **Model Monitoring**: Change the update controller to a patch endpoint, 6063, jond01
* **DB**: Exit early when there are no artifacts to tag, 6066, TomerShor
* **Alerts**: Lower log spamminess, 6059, yanburman
* **K8s**: List crd paginated - remove log line, 6060, roei3000b
* **Functions**: Log only metadata when storing function to db, 6054, rokatyy
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc35#features-and-enhancements)

Bug fixes
* **Application**: Fix from image runtime and handler, 6078, TomerShor
* **API**: Fix storing monitoring access key during delete project api, 6083, Eyal-Danieli
* **API**: Fix unable to delete empty project, 6068, quaark
* **API**: Fix delete project w/ many schedules causes secret.updated event flood, 6077, quaark
* **Nuclio**: Fix nuclio version resolution when determining whether to enable explicit ack, 6056, gtopper
* **Notifications**: Fix condition was mandatory, 6073, quaark
* **Application**: Fix deploying from image, 6064, TomerShor
* **Artifacts**: Fix artifact identifier resolution, 6065, TomerShor
* **Notifications**: Fix webhook params validation, 6033, alonmr
* **Artifacts**: Fix delete artifact uid query param, 6062, TomerShor
* **Model Monitoring**: Upgrade `evidently` to 0.4.32 and fix usage, 6061, jond01
* **Model Monitoring**: fix delete mm resources / list model endpoint after sys upgrade and before running enable/disable on this project, 5984, davesh0812
* **Pipelines**: Fix get run status for local engine, 6001, roei3000b
* **Model Monitoring**: Fix v3io tsdb special characters in the stream pod, 6058, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc35#bug-fixes)


Pull requests:
b2082382d [Application] Set sidecar container as default container (6086)
244ad00a1 [Application] Fix from image runtime and handler (6078)
f2695eec5 [Docs] Documentation linter (6055)
57dea0eb5 [Artifacts] Add project and kind index (6070)
88da87bfe [Automation] Support push images to multi data nodes (6072)
15a4f2ad0 [API] Fix storing monitoring access key during delete project API (6083)
6db1d60d1 [Runtimes] Add enrichment from config to run node selector (6000)
fefd8ab25 [API] Fix Unable to Delete Empty Project (6068)
38dc9185a [Requirements] Add `google-cloud-bigquery-storage` requirement (6075)
734a67fd4 [Runtimes] Ensure Node Selector is Applied to Spark Runtime properly (6038)
0e439b204 [Model Monitoring] Delete prometheus from model monitoring stream (6074)
6db5b8488 [API] Fix Delete Project w/ Many Schedules Causes Secret.Updated Event Flood (6077)
15542d121 [DirArtifact] Add the `producer` field to the spec (6081)
3a2516569 [Config] Bump aws-cli and kaniko to work with AWS pod-identity service (6079)
d62307638 [Alerts] Do not crash is there is no error in run state (6076)
e0ca3e679 [Nuclio] Fix nuclio version resolution when determining whether to enable explicit ack (6056)
97684bf7e [Notifications] Fix Condition was mandatory (6073)
07b6937c3 [Docs] Add how to delete project artifacts (5562)
ca1d30e39 [Docs] Add Snowflake target store (5569)
04879a82b [Application] Fix deploying from image (6064)
88527ae4f [Run] Function name 'handler' is not allowed when the function kind is 'nuclio:mlrun' (6049)
4a33636f3 [Model Monitoring] Change the update controller to a PATCH endpoint (6063)
13e39d889 [Artifacts] Fix artifact identifier resolution (6065)
00018f982 [DB] Exit early when there are no artifacts to tag (6066)
e9606759a [Notifications] Fix Webhook params validation (6033)
99c5d8383 [Artifacts] Fix delete artifact uid query param (6062)
bc4b9ccf9 [Model Monitoring] Upgrade `evidently` to 0.4.32 and fix usage (6061)
007a92585 [Model Monitoring] Fix delete MM resources / list model endpoint after sys upgrade and before running enable/disable on this project (5984)
fdd048337 [Alerts] Lower log spamminess (6059)
a6cf53011 [K8s] List crd paginated - remove log line (6060)
0a53ea596 [Pipelines] Fix get run status for local engine (6001)
476ded888 [Model Monitoring] Fix V3IO TSDB special characters in the stream pod (6058)
ab5d320bd [Functions] Log only metadata when storing function to db (6054)

1.7.0rc34

Not secure
Features / Enhancements
* **Tests**: Added tests for false purge in hdfs, 6014, tomerm-iguazio
* **Application**: Build flow enhancements, 6047, alonmr
* **Model Monitoring**: Enrich model endpoint with the unique `model_uri` reference, 6025, Eyal-Danieli
* **Alerts**: Specify more relevant info in webhook notification, 6052, yanburman
* **Alerts**: Add run error info to event, 6046, yanburman
* **Alerts**: Do not require project name if storing alert via project, 6041, yanburman
* **Docs**: Replace a text graph with a mermaid flowchart in custom serving, 6051, jond01
* **Artifacts**: Add `uid` query param support in api, 6039, TomerShor
* **API**: Ease project image builder pydantic validation, 6020, alonmr
* **Artifacts**: Ensure user-provided secrets take precedence, 6048, rokatyy
* **Serving**: Avoid setting termination and drain callbacks in router topology, 6044, gtopper
* **Alerts**: Avoid caching session argument, 6034, yanburman
* **Docs**: Update model serving docs, 6031, jond01
* **Alerts**: Remove needless log line, 6027, liranbg
* **Client-Spec**: Return function application configuration, 6042, TomerShor
* **Serving**: Unify handling of event serialization across engines, 6035, gtopper
* **Tests**: Add latest tag to artifact uri output, 6037, moranbental
* **Project**: Enrich delete project background task with model monitoring access key, 5988, Eyal-Danieli
* **Docs**: Add statement that changes to nuclio functions are only made in mlrun, 6019, jillnogold
* **System-test**: Add watch on remote workflow, 6032, alonmr
* **Artifacts**: Support filtering by modification time in list-artifacts, 6022, alonmr
* **Run**: Handling artifact uris in run outputs, 5945, moranbental
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc34#features-and-enhancements)

Bug fixes
* **Context**: Fix some `mlclientctx` related stuff, 6050, jond01
* **Tests**: Fix `testfeaturestore::test_purge_nosql`, 6045, gtopper
* **Alerts**: Fix cached alertstate usage, 6030, yanburman
* **Datastore**: Fix redis tests, 6021, tomerm-iguazio
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc34#bug-fixes)


Pull requests:
4542af29f [Tests] Added tests for false purge in HDFS (6014)
db006bd8a [Application] Build flow enhancements (6047)
837885c9a [Model Monitoring] Enrich model endpoint with the unique `model_uri` reference (6025)
e96d1a6b5 [Context] Fix some `MLClientCtx` related stuff (6050)
32224a255 [Alerts] Specify more relevant info in webhook notification (6052)
9229423f2 [Alerts] Add run error info to event (6046)
3d6beb050 [Alerts] Do not require project name if storing alert via project (6041)
3d145915b [Docs] Replace a text graph with a Mermaid flowchart in custom serving (6051)
51eaa3aab [Artifacts] Add `uid` query param support in API (6039)
c095a744a [API] Ease project image builder pydantic validation (6020)
db9f7a8be [Artifacts] Ensure user-provided secrets take precedence (6048)
4306e356e [Serving] Avoid setting termination and drain callbacks in router topology (6044)
8ec19d7d1 [Tests] Fix `TestFeatureStore::test_purge_nosql` (6045)
136bcb338 [Alerts] Avoid caching session argument (6034)
201cf9143 [Docs] Update model serving docs (6031)
0caac40a0 [Alerts] Remove needless log line (6027)
769bacf18 [Client-Spec] Return function application configuration (6042)
8f3bc6f5b [Serving] Unify handling of event serialization across engines (6035)
cdebb4e23 [Tests] Add latest tag to artifact uri output (6037)
7d6e53051 [Project] Enrich delete project background task with model monitoring access key (5988)
cab3a5d16 [Docs] Add statement that changes to Nuclio functions are only made in MLRun (6019)
9895c2049 [System-test] Add watch on remote workflow (6032)
b5abee55f [Artifacts] Support filtering by modification time in list-artifacts (6022)
95c0a4e7d [Alerts] Fix cached AlertState usage (6030)
1c5bccf39 [Run] Handling artifact URIs in run outputs (5945)
4453e7028 [Datastore] Fix redis tests (6021)

1.7.0rc33

Not secure
Features / Enhancements
* **Tests**: Ensure deleting artifact data blocks requests to delete local files, 6029, moranbental
* **Model Monitoring**: Cast int features to float in stream pod, 6028, gtopper
* **Requirements**: Bump setuptools, 6024, liranbg
* **Functions**: Support listing only tagged functions, 6010, TomerShor
* **Application**: Force ssl redirect on api gateway, 5974, TomerShor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc33#features-and-enhancements)

Bug fixes
* **Model Monitoring**: `list_model_endpoints` related fixes, 6026, gtopper
* **Feature Store**: Fix timezone condition, 6023, tomerm-iguazio
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.7.0-rc33#bug-fixes)


Pull requests:
bf08d974 [Tests] Ensure deleting artifact data blocks requests to delete local files (6029)
cc2813da [Model Monitoring] Cast int features to float in stream pod (6028)
945fa9e5 [Model Monitoring] `list_model_endpoints` related fixes (6026)
cafda47f [Requirements] Bump setuptools (6024)
ef1ca009 [Feature Store] Fix timezone condition (6023)
6fc129fa [Functions] Support listing only tagged functions (6010)
1c06748d [Application] Force ssl redirect on API Gateway (5974)

Page 6 of 102

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.