Features / Enhancements
- Runs: Return empty list when listing cross-project runs for users with no projects, #9804, @Yacouby
- CI: Add missing system-tests branch list seed file, #9808, @Yacouby
- Auth: Treat signed jwts as bearers, not iguazio sessions, #9802, @gtopper
- Client: Add
credentials.extra_headersfor per-client default headers, #9801, @gtopper - Nuclio: Split deploy submit/wait:
deploy(wait=false)+wait_for_deployment(), #9790, @gtopper - Events: Remove fields when publishing orca events, #9799, @weilerN
- Docs: Add codeartifact user documentation, #9751, @alxtkr77
- K8s: Retry pod creation on transient admission-webhook dial failures, #9792, @quaark
- Patch: Honor active docker cli context in patch_remote, #9783, @assaf758
- Secrets: Limit token storage to a single token per user, #9729, @daanvdk-mck
- Requirements-automated: Upgrade lock files, #9782, @mlrun-cicd[bot]
- Builder: Fetch kaniko-incompatible archive sources via init-container, #9787, @liranbg
- Serving: Return http 422 for missing mandatory body mapping fields, #9772, @tomerm-iguazio
- UI: Features & enhancement
Bug fixes
- Project Summaries: Fix resource counters query under load, #9794, @jond01
- Runtimes: Fix unclear error when running unsupported dask runtime on ig4, #9807, @moranbental
- Model Monitoring: Fix connect model endpoint to function in deployment stage, #9795, @royischoss
- Tests: Fix kfp remote workflow system tests by saving project after set_function, #9800, @alxtkr77
- Code Artifacts: Fix body code artifacts by requiring local_path or target_path, #9770, @alxtkr77
- Runtimes: Fix application shown as running during image build, #9791, @Yacouby
- CI: Fix system-tests branch list lost on data node reboot, #9796, @Yacouby
- Runtimes: Fix opaque 404 when submitting mpijob on ig4, #9793, @moranbental
- UI: Bug fixes
Pull requests:
0cac732 [Project Summaries] Fix resource counters query under load (#9794)
0cee624 [Runs] Return empty list when listing cross-project runs for users with no projects (#9804)
0acc215 [Runtimes] Fix unclear error when running unsupported Dask runtime on IG4 (#9807)
58e13c7 [CI] Add missing system-tests branch list seed file (#9808)
5f85cd2 [Auth] Treat signed JWTs as bearers, not Iguazio sessions (#9802)
f4c61cb [Model Monitoring] Fix connect model endpoint to function in deployment stage (#9795)
2275e8a [Client] Add Credentials.extra_headers for per-client default headers (#9801)
e7e93ca [Nuclio] Split deploy submit/wait: deploy(wait=False) + wait_for_deployment() (#9790)
85c30de [Events] Remove fields when publishing orca events (#9799)
107d79d [Tests] Fix kfp remote workflow system tests by saving project after set_function (#9800)
bc13121 [Code Artifacts] Fix body code artifacts by requiring local_path or target_path (#9770)
3f2a67f [Docs] Add CodeArtifact user documentation (#9751)
262eef1 [K8s] Retry pod creation on transient admission-webhook dial failures (#9792)
69a6dff [Patch] Honor active Docker CLI context in patch_remote (#9783)
4e5ca4d [Secrets] Limit token storage to a single token per user (#9729)
8f4005a [Requirements-automated] Upgrade lock files (#9782)
55e3540 [Builder] Fetch kaniko-incompatible archive sources via init-container (#9787)
a7a7a1a [Runtimes] Fix application shown as running during image build (#9791)
0c3b180 [CI] Fix system-tests branch list lost on data node reboot (#9796)
9a63354 [Runtimes] Fix opaque 404 when submitting MPIJob on IG4 (#9793)
5e18050 [Serving] Return HTTP 422 for missing mandatory body mapping fields (#9772)