Skip to content

Releases: opendatahub-io/elyra

v5.0.0

02 Mar 18:44
0b9e843

Choose a tag to compare

What's Changed

Other

  • RHOAIENG-35198: Rename AI Pipelines to Pipelines by @hmtosi in #138
  • Fix MinIO client initialization and bucket_exists/make_bucket argumen… by @jesuino in #144
  • RHOAIENG-39296: Add flake8<7.2 constraint by @jesuino in #145
  • [Cherry-Pick] Remove 'elyra/tests' dir from wheel (elyra-ai#3334) by @jesuino in #148
  • Bump urllib3 from 2.5.0 to 2.6.0 in /etc/generic (elyra-ai#3337) by @jesuino in #149
  • Remove Python 3.9 due to EOL and fix lint errors to stop CI failures by @hmtosi in #152
  • Show stack trace of errors that happens when loading a processor by @jesuino in #153
  • RHOAIENG-49150: Drop Elyra Python 3.10 support by @jesuino in #155
  • RHOAIENG-48753: Pipeline Name should be DNS compliant by @hmtosi in #156
  • RHOAIENG-48514: upgrade Elyra packages to align with AIPCC index by @jesuino in #154
  • Update version to 5.0.0-dev by @github-actions[bot] in #158
  • Update version to 5.0.0 by @github-actions[bot] in #159

Full Changelog: v4.3.2...v5.0.0

v4.2.6

09 Jan 13:53
03717e4

Choose a tag to compare

What's Changed

Other

  • RHOAIENG-42088: Update urllib3 to 2.6.0 by @jesuino in #150

Full Changelog: v4.2.5...v4.2.6

v4.3.2

17 Dec 19:47
01b7b0b

Choose a tag to compare

v4.2.5

14 Oct 17:34
1344957

Choose a tag to compare

What's Changed

Other

The following changes are part of this release:

RHOAIENG-32631: Rename Data Science Pipelines to AI Pipelines #132
feat: update run URL format to point to Dashboard's external route #135
RHOAIENG-35198: Rename AI Pipelines to Pipelines #138

For more details check:

Full Changelog: v4.2.4...v4.2.5

v4.3.1

09 Oct 13:28
123361b

Choose a tag to compare

What's Changed

Other

  • RHOAIENG-35198: Rename AI Pipelines to Pipelines (#138) by @jesuino in #140
  • Update version to 4.3.1 by @github-actions[bot] in #141

Full Changelog: v4.3.0...v4.3.1

v4.3.0

07 Oct 17:54
726084d

Choose a tag to compare

What's Changed

Other

  • Set context that this fork is for opendatahub usecase only by @harshad16 in #2
  • Sync main with jupyterlab4 branch by @paulovmr in #46
  • Update ELYRA_GITHUB_BRANCH for bootstrap.py URL by @paulovmr in #48
  • Allow production builds for UI packages by @caponetto in #50
  • Use static 0.0.0 version on main by @caponetto in #53
  • Fix pipeline editor path handling (#54) by @paulovmr in #56
  • Use version 2.0.0 for sphinx_rtd_theme by @caponetto in #59
  • RHOAIENG-12830: Add Elyra shortcuts to file explorer context menu by @caponetto in #60
  • RHOAIENG-13982: Filter out undefined values on pipeline change by @caponetto in #61
  • RHOAIENG-13010: Fix create new node from context menu by @caponetto in #62
  • RHOAIENG-13688: Infinite loading after renaming a new txt file to pipeline extension by @paulovmr in #63
  • RHOAIENG-13909: Script and workflow to bump Elyra's version by @caponetto in #65
  • RHOAIENG-8159: Filter out invalid values before processing them on pipeline change by @caponetto in #67
  • RHOAIENG-12696: Fix Code Snippet editor header text by @paulovmr in #64
  • RHOAIENG-13877: Fix kernel dropdown style for Dark theme by @caponetto in #68
  • fix(ci): Setup Python 3.11 across all jobs to not depend on the OS by @caponetto in #69
  • Update the root package.json too on the automated script to update version by @caponetto in #71
  • RHOAIENG-13688: Infinite loading after renaming a new txt file to pipeline extension by @paulovmr in #75
  • RHOAIENG-12831: Standardize file selection on pipeline editor by @caponetto in #76
  • RHOAIENG-13039: Build notebook-based images with the current Elyra code by @caponetto in #78
  • RHOAIENG-545: [Elyra] Selected Runtime Image from Pipeline property field doesn't work in Pipeline editor by @paulovmr in #77
  • RHOAIENG-15020: Add a dry mode option to the Release workflow by @paulovmr in #79
  • RHOAIENG-15020: Add a dry mode option to the Release workflow - Without reusable workflow by @paulovmr in #81
  • ci: Improve tag resolution on the Build notebook images step by @caponetto in #83
  • Fix new failures on CI by @caponetto in #84
  • Append 'dev' suffix to the version on main branch by @caponetto in #86
  • RHOAIENG-14040: Replace 'any' with correct types in typescript code by @caponetto in #85
  • RHOAIENG-15041: Show validation warnings only after the first form submission by @caponetto in #87
  • RHOAIENG-16309: Fix some properties not being added in the Pipeline Properties tab by @caponetto in #88
  • Bump Node.js version to 22 LTS by @caponetto in #90
  • Add missing make target to dev builds by @caponetto in #91
  • RHOAIENG-15235: Add test coverage support by @caponetto in #89
  • Report coverage from cypress tests by @caponetto in #92
  • RHOAIENG-16672: Upgrade Cypress v6 -> v13 by @caponetto in #93
  • Pin Ubuntu 22.04 on validate-images job to unblock the CI by @caponetto in #94
  • Go back using ubuntu-latest on validate-images job by @caponetto in #95
  • Pin nbconvert to fix a test issue by @caponetto in #96
  • Unpin nbconvert since the issue with mistune is resolved by @caponetto in #97
  • ci: Update image tag prefixes so 2025-0* are picked up by @caponetto in #98
  • Cherry-pick improvements from upstream by @caponetto in #99
  • Readd deleted extensions (Code Viewer, Scala and R editors) by @caponetto in #100
  • Readd deleted code related to Airflow but keep it disabled by @caponetto in #101
  • Cherry-pick improvements from upstream by @caponetto in #102
  • Operation output to S3 based on env var config by @caponetto in #103
  • Rename env var PIPELINES_SSL_SA_CERTS -> KF_PIPELINES_SSL_SA_CERTS by @caponetto in #104
  • Fix disable cache mechanism by @caponetto in #106
  • Fix GitHub workflows by @caponetto in #107
  • Update JupyterLab version compatibility by @caponetto in #108
  • Make kfp version compatible with >=2.0.0 again by @caponetto in #112
  • Cherry-pick improvements from upstream by @caponetto in #113
  • Bump JupyterLab packages to v4.4 by @caponetto in #114
  • Add support to Python 3.12 and 3.13 by @caponetto in #115
  • Fix flake8 errors in the CI by @caponetto in #117
  • RHOAIENG-11446: Add task-level cache control by @caponetto in #116
  • Add coderabbit configuration by @ada333 in #124
  • Cherry-pick improvements from upstream to main by @caponetto in #125
  • [RHOAIENG-27604] Remove misdirection from DSP runtime configuration in api endpoint placeholder by @ada333 in #126
  • [RHOAIENG-11164] Improve error details by @ada333 in #127
  • RHOAIENG-32625: Change version of CodeQL by @ada333 in #130
  • RHOAIENG-32845: Update actions/checkout to v5 in workflows by @ada333 in #131
  • RHOAIENG-32577: bump Jupyter Core to 5.8.1 by @dibryant in #129
  • RHOAIENG-9418: fix to allow pipeline to compile with capital letters in Pipeline Parameter Name by @hmtosi in #128
  • RHOAIENG-32631: Rename Data Science Pipelines to AI Pipelines by @hmtosi in #132
  • Cherry-pick improvements from upstream to main by @jesuino in #137
  • feat: update run URL format to point to Dashboard's external route by @caponetto in #135
  • Update version to 4.3.0 by @github-actions[bot] in #139

New Contributors

Full Changelog: https://github.com/opendatahub-io/elyra/commits/v4.3.0

v4.2.4

11 Sep 18:02
373b317

Choose a tag to compare

What's Changed

Other

  • RHOAIENG-9418: fix to allow pipeline to compile with capital letters in Pipeline Parameter Name in #133
  • [RHOAIENG-11164] Improve error details in #127
  • [RHOAIENG-27604] Remove misdirection from DSP runtime configuration in api endpoint placeholder in #126

Full Changelog: v4.2.3...v4.2.4

v4.2.3

01 Aug 10:29
7718caf

Choose a tag to compare

What's Changed

Other

  • Cherry-pick "Pin Yarn version" to v4.2.x branch by @caponetto in #120
  • Cherry-picks for 4.2.3 release by @caponetto in #122
  • Update version to 4.2.3 by @github-actions[bot] in #123

Full Changelog: v4.2.2...v4.2.3

v4.2.2

04 Jul 13:06
d962bf2

Choose a tag to compare

What's Changed

Other

  • Update version to 4.2.2 by @github-actions in #119
  • Cherry-picks for 4.2.2 Release by @jesuino in #118

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.2.1

07 May 17:31
1ae7ecd

Choose a tag to compare

What's Changed

Other

  • Cherry-picks for 4.2.1 release by @caponetto in #109
  • Update version to 4.2.1 by @github-actions in #110
  • Remove unneeded packageManager from package.json to fix the CI by @caponetto in #111

Full Changelog: v4.2.0...v4.2.1