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
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
Pull requests:
b208238 [Application] Set sidecar container as default container (#6086)
244ad00 [Application] Fix from image runtime and handler (#6078)
f2695ee [Docs] Documentation linter (#6055)
57dea0e [Artifacts] Add project and kind index (#6070)
88da87b [Automation] Support push images to multi data nodes (#6072)
15a4f2a [API] Fix storing monitoring access key during delete project API (#6083)
6db1d60 [Runtimes] Add enrichment from config to run node selector (#6000)
fefd8ab [API] Fix Unable to Delete Empty Project (#6068)
38dc918 [Requirements] Add google-cloud-bigquery-storage
requirement (#6075)
734a67f [Runtimes] Ensure Node Selector is Applied to Spark Runtime properly (#6038)
0e439b2 [Model Monitoring] Delete prometheus from model monitoring stream (#6074)
6db5b84 [API] Fix Delete Project w/ Many Schedules Causes Secret.Updated Event Flood (#6077)
15542d1 [DirArtifact] Add the producer
field to the spec (#6081)
3a25165 [Config] Bump aws-cli and kaniko to work with AWS pod-identity service (#6079)
d623076 [Alerts] Do not crash is there is no error in run state (#6076)
e0ca3e6 [Nuclio] Fix nuclio version resolution when determining whether to enable explicit ack (#6056)
97684bf [Notifications] Fix Condition was mandatory (#6073)
07b6937 [Docs] Add how to delete project artifacts (#5562)
ca1d30e [Docs] Add Snowflake target store (#5569)
04879a8 [Application] Fix deploying from image (#6064)
88527ae [Run] Function name 'handler' is not allowed when the function kind is 'nuclio:mlrun' (#6049)
4a33636 [Model Monitoring] Change the update controller to a PATCH endpoint (#6063)
13e39d8 [Artifacts] Fix artifact identifier resolution (#6065)
00018f9 [DB] Exit early when there are no artifacts to tag (#6066)
e960675 [Notifications] Fix Webhook params validation (#6033)
99c5d83 [Artifacts] Fix delete artifact uid query param (#6062)
bc4b9cc [Model Monitoring] Upgrade evidently
to 0.4.32 and fix usage (#6061)
007a925 [Model Monitoring] Fix delete MM resources / list model endpoint after sys upgrade and before running enable/disable on this project (#5984)
fdd0483 [Alerts] Lower log spamminess (#6059)
a6cf530 [K8s] List crd paginated - remove log line (#6060)
0a53ea5 [Pipelines] Fix get run status for local engine (#6001)
476ded8 [Model Monitoring] Fix V3IO TSDB special characters in the stream pod (#6058)
ab5d320 [Functions] Log only metadata when storing function to db (#6054)