Skip to content

v3.13.0

Compare
Choose a tag to compare
@ptitzler ptitzler released this 14 Nov 19:45
· 112 commits to main since this release

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.

image

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.

image

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.

image

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

Other

Full Changelog: v3.12.0...v3.13.0