Skip to content

v3.15.0

Latest
Compare
Choose a tag to compare
@ptitzler ptitzler released this 29 Mar 14:23
· 24 commits to main since this release

Quick links

New feature highlights

Pipeline editor: enable specific runtimes

Elyra installations are pre-configured by default to support pipeline execution in local environments (via JupyterLab) and remote environments (Kubeflow Pipelines and Apache Airflow). Beginning with this release you can customize Elyra to only expose runtimes you are planning to use.

image

Refer to the new Configuring the pipeline editor user guide topic for details.

Kubeflow Pipelines pipeline editor: support for token authentication

Kubeflow Pipelines runtime configurations now support authentication using static bearer tokens. To leverage this authentication mechanism, select EXISTING_BEARER_TOKEN and specify the token value. Elyra passes the specified token as-is to Kubeflow Pipelines.

image

What's Changed

New Features

  • Filter available runtimes based on configuration setting by @kevin-bates in #3114
  • Add support for static bearer token authentication for KFP by @ptitzler in #3124

Bug Fixes

Other

Full Changelog: v3.14.3...v3.15.0