Skip to content

v1.7.0-rc29

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 21:22
· 79 commits to development since this release
3c23888

Features / Enhancements

  • ParallelRunner: Do not embed handler module in sys.modules, #5942, @alonmr
  • Operations: Pass requirements file when building function, #5944, @rokatyy
  • KFP: Add node selector enrichment from project to kfp pods, #5937, @yaelgen
  • MySQL: Avoid year 2038 problem in new mysql tables, #5906, @jond01
  • Artifacts: Support deleting a single iteration artifact, #5915, @TomerShor
  • Launcher: Fail execution of local function with schedule parameter, #5940, @alonmr
  • Monitoring: Use new db session in each background task when disable function monitoring, #5933, @rokatyy
  • Config: Config mlrun with internal python application runtime base image, #5916, @moranbental
  • Notifications: Check if secret key is internal before deleting it, #5886, @Yacouby
  • Artifacts: Optimize delete artifacts io calls, #5922, @alonmr
  • Runs: Do not ensure run logs collected when runs are terminated, #5907, @TomerShor
  • Artifact: Deleting dataset artifact data only if it includes one file, #5924, @moranbental
  • UI: Features & enhancement

Bug fixes

  • Model Monitoring: Fix missing datapoints in prediction count, #5931, @gtopper
  • Model Monitoring: Fix missing means of metrics in the model endpoint, #5943, @jond01
  • Docs: Fix demo notebook, #5939, @gtopper
  • Model Monitoring: Fix project deletion & catch mlruninvalidmmstoretype when trying to get mm data, #5934, @davesh0812
  • ECR: Fix project secret overriding docker registry secret, #5936, @alonmr
  • CE: Fix none is not allowed as login value error in nuclio client, #5938, @gtopper
  • GithubActions: Fix conflict during upload test report artifacts, #5930, @roei3000b
  • Model Monitoring: Fix duplicated kpis in overview dashboard, #5928, @Eyal-Danieli
  • API: Fix remote pipeline notifications, #5932, @quaark
  • Alerts: Fix event processing when criteria is defined, #5929, @Yacouby
  • UI: Bug fixes

Pull requests:

3c23888 [ParallelRunner] Do not embed handler module in sys.modules (#5942)
a38a813 [Operations] Pass requirements file when building function (#5944)
c3b2f55 [Model Monitoring] Fix missing datapoints in prediction count (#5931)
9d64bd4 [Model Monitoring] Fix missing means of metrics in the model endpoint (#5943)
364e716 [KFP] Add node selector enrichment from project to kfp pods (#5937)
52a7bb0 [MySQL] Avoid year 2038 problem in new MySQL tables (#5906)
4c58db9 [Docs] Fix demo notebook (#5939)
2a5359f [Model Monitoring] Fix project deletion & catch MLRunInvalidMMStoreType when trying to get mm data (#5934)
46904a7 [ECR] Fix project secret overriding docker registry secret (#5936)
644a826 [Artifacts] Support deleting a single iteration artifact (#5915)
c2b809c [Launcher] Fail execution of local function with schedule parameter (#5940)
3c9f80e [CE] Fix None is not allowed as login value error in nuclio client (#5938)
6bbbf8f [Monitoring] Use new db session in each background task when disable function monitoring (#5933)
caff226 [GithubActions] Fix conflict during upload test report artifacts (#5930)
27253c0 [Config] Config mlrun with internal python application runtime base image (#5916)
b86e465 [Model Monitoring] Fix duplicated KPIs in overview dashboard (#5928)
74cc3e1 [API] Fix Remote Pipeline Notifications (#5932)
c553efa [Alerts] Fix event processing when criteria is defined (#5929)
29c8561 [Notifications] Check if secret key is internal before deleting it (#5886)
1379470 [Artifacts] Optimize delete artifacts IO calls (#5922)
3ac55db [Runs] Do not ensure run logs collected when runs are terminated (#5907)
98ad9dd [Artifact] Deleting Dataset artifact data only if it includes one file (#5924)