Features / Enhancements
- Dockerfiles: Remove ml-models-gpu image, #4156, @liranbg
- Model Monitoring: Remove drift analysis from
get_or_create_model_endpoint()
, #4135, @Eyal-Danieli - Dask: Increase timeouts to handle transient failures, #4154, @liranbg
- Images: Introducing new gpu image, obsoleting models and models-gpu, #4151, @liranbg
- Secrets: Abstract secrets provider, allow in-mem secrets for integration-tests, #4141, @theSaarco
- Docs: V1.3.4 change log update, #4152, @jillnogold
- Model Monitoring: Add edge bins for actual data outside of the expected distribution, #4124, @jond01
- CI: System test updates, #4149, @liranbg
- Docs: Function name best practice, #4142, @jillnogold
- Docs: Update ce k8s installation instructions on apple silicon, #4144, @jond01
- Notifications: Validate notification params size doesn't exceed 1mb, #4143, @quaark
- Unknown: Disable explicit ack by default for v1.5.0, #4139, @gtopper
- Serving: Limit explicit ack and respond features to applicable triggers, #4132, @gtopper
- Docs: Update toc: move notifications under runs-workflows; ci-integration under ci-cd-a…, #4098, @jillnogold
- Requirements: Bump storey to 1.5.5, #4133, @gtopper
- Client: Support non-blocking project creation, #4116, @liranbg
- Requirements: Bump storey to 1.5.4, #4129, @gtopper
- UI: Features & enhancement
Bug fixes
- Dockerfiles: Fix mlrun-gpu security vulnerabilities, #4158, @liranbg
- Runtimes: Fix default memory for spark applications, #4090, @gtopper
- Utils: Fix line, #4157, @yaelgen
- Utils: Fix http session retryable error handling, #4150, @yaelgen
- Datastore: Fix clearing redis when the target is specified as a datastore profile, #4147, @alxtkr77
- Datastore: Fix datastore profile name being prefixed to the redis key, #4146, @alxtkr77
- Kaniko: Fix kaniko pod env not initialized in ecr flow, #4145, @TomerShor
- Runtimes: Fix databricks runtime rerun, #4137, @tomerm-iguazio
- DB: Fix migration scripts, #4140, @yanburman
- Spark: Fix monitor runs ui url update, #4130, @alonmr
- UI: Bug fixes
Pull requests:
e1cc243 [Dockerfiles] Fix mlrun-gpu security vulnerabilities (#4158)
61933bf [Runtimes] Fix default memory for spark applications (#4090)
6d7b698 [Dockerfiles] Remove ml-models-gpu image (#4156)
b9f8a90 [Utils] fix line (#4157)
a08e48e [Utils] Fix HTTP session retryable error handling (#4150)
377d5a1 [Model Monitoring] Remove drift analysis from get_or_create_model_endpoint()
(#4135)
56b3f6b [Dask] Increase timeouts to handle transient failures (#4154)
a03ded2 [Images] Introducing new GPU image, obsoleting models and models-gpu (#4151)
bb0e36d [Datastore] Fix clearing Redis when the target is specified as a datastore profile (#4147)
fe86036 [Datastore] Fix datastore profile name being prefixed to the Redis key (#4146)
acc968d [Secrets] Abstract secrets provider, allow in-mem secrets for integration-tests (#4141)
f1566dd [Docs] v1.3.4 Change log update (#4152)
a0b876f [Model Monitoring] Add edge bins for actual data outside of the expected distribution (#4124)
5145386 [CI] System test updates (#4149)
75d4376 [Docs] function name best practice (#4142)
6ce90c0 [Kaniko] Fix kaniko pod env not initialized in ECR flow (#4145)
1f14030 [Docs] Update CE K8s installation instructions on Apple silicon (#4144)
89b8aa6 [Notifications] Validate Notification Params Size doesn't exceed 1MB (#4143)
b5e8128 [Runtimes] Fix databricks runtime rerun (#4137)
75ba9c5 [DB] Fix migration scripts (#4140)
c7988bb Disable explicit ack by default for v1.5.0 (#4139)
8627f99 [Serving] Limit explicit ack and respond features to applicable triggers (#4132)
3799267 [Docs] Update TOC: move notifications under runs-workflows; ci-integration under ci-cd-a… (#4098)
e2e7b19 [Requirements] Bump storey to 1.5.5 (#4133)
3f68331 [Client] Support non-blocking project creation (#4116)
d444ea8 [Spark] Fix monitor runs ui url update (#4130)
b510f56 [Requirements] Bump storey to 1.5.4 (#4129)