Features / Enhancements
- Tests: Rerun flaky scheduler test, #4817, @alonmr
- API: Mark background task as failed when abort run fails, #4823, @alonmr
- KubeResource: Rename state threshold
running
toexecuting
, #4820, @alonmr - Automation: Support specific tag, #4819, @yanburman
- HTTPDB: Warn list runs with notification does not include local runs, #4818, @alonmr
- MPI: Crd state to run state mapping, #4809, @alonmr
- Feature Store: Avoid catching and re-raising error, #4805, @gtopper
- UI: Features & enhancement
Bug fixes
- Model Monitoring: Fix histogram handling by always adding ±inf bins, #4824, @jond01
- Datastore: Fix key field propagation from
featureset
toonlinesource
, #4821, @gtopper - Model Monitoring: Fix the e2e sys test wait time, #4815, @jond01
- Config: Fix nuclio version resolution for explicit ack, #4813, @gtopper
- Datastore: Fix store manager reading datastore profile, #4814, @alxtkr77
- Notifications: Fix pipeline notifications having non-deterministic run amount, #4793, @quaark
- Model Monitoring: Fix an evidently import, #4812, @jond01
- UI: Bug fixes
Pull requests:
b322c4b [Model Monitoring] Fix histogram handling by always adding ±inf bins(#4824)
52cd611 [Datastore] Fix key field propagation from FeatureSet
to OnlineSource
(#4821)
ff225f8 [Tests] Rerun flaky scheduler test (#4817)
10f420b [API] Mark background task as failed when abort run fails (#4823)
d1030e4 [KubeResource] Rename state threshold running
to executing
(#4820)
f8f0cd1 [Automation] Support specific tag (#4819)
19ae9d9 [HTTPDB] Warn list runs with notification does not include local runs (#4818)
da7cf4b [Model Monitoring] Fix the e2e sys test wait time (#4815)
11c21ce [Config] Fix nuclio version resolution for explicit ack (#4813)
c4eae3a [Datastore] Fix store manager reading datastore profile (#4814)
773cbb3 [Notifications] Fix Pipeline Notifications Having Non-Deterministic Run Amount (#4793)
f760025 [Model Monitoring] Fix an evidently import (#4812)
41e2d19 [MPI] CRD state to run state mapping (#4809)
571bbed [Feature Store] Avoid catching and re-raising error (#4805)