v3.13.0
Quick links
New feature highlights
Pipeline editor: customize shared memory size
The amount of shared memory that Kubernetes makes available to pods that execute pipeline nodes can now be customized for individual nodes or all nodes using pipeline defaults.
Pipeline editor: enhanced support for volume mounts
The data volume node property can now be optionally configured to mount a volume in read-only mode (preventing accidental overwrites) and to mount a sub path within the specified volume. Use these new property attributes to impose stricter access control on nodes that should not have unlimited access to mounted data volumes.
Pipeline editor: export Python DSL for Kubeflow Pipelines
The Elyra Pipeline Editor and the elyra-pipeline export
CLI command can now export Kubeflow Pipelines Python DSL in addition to the already supported YAML format.
What's Changed
New Features
- Pipeline Editor: Extend data volume node property by @ptitzler in #2961
- Pipeline Editor: Allow for configuration of shared memory size by @ptitzler in #2942
- Document how to refresh component catalog entries by @ptitzler in #2997
- Rewrite KFP code generation by @ptitzler in #2993
Bug Fixes
- Tolerate runtime configuration instances named 'local' by @kevin-bates in #2968
- Fix handling of
cos_object_prefix
pipeline property by @kiersten-stokes in #2972 - Skip DisableNodeCaching instance conversion on subsequent attempts by @kiersten-stokes in #2981
- Fix bug with propagation of node caching property by @kiersten-stokes in #3012
Other
- Add 'Review of the latest Elyra Pipeline Editor improvements' blog post by @ptitzler in #2960
- Remove Material UI ThemeProvider and Metadata header by @marthacryan in #2955
- kf-notebook Dockerfile: upgrade Jupyter base image from v1.4 to v1.5 by @ptitzler in #2962
- Prepare to make all Elyra-owned properties object-valued by @kiersten-stokes in #2957
- Fix debugger button state on kernel selection change by @karlaspuldaro in #2977
- Bump pipeline editor dependency to 1.11.0-rc.2 by @ptitzler in #2992
- Add integration tests for Script debugger by @karlaspuldaro in #2971
- Update pipeline editor packages by @akchinSTC in #3009
Full Changelog: v3.12.0...v3.13.0