Skip to content

Releases: opendatahub-io/elyra

v4.1.1

14 Oct 22:02
b316310
Compare
Choose a tag to compare

What's Changed

Other

  • RHOAIENG-13688: Infinite loading after renaming a new txt file to pipeline extension by @paulovmr in #72
  • Update version to 4.1.1 by @github-actions in #73

Full Changelog: v4.1.0...v4.1.1

v4.1.0

14 Oct 15:28
237c7b0
Compare
Choose a tag to compare

What's Changed

Other

  • 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-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 version to 4.1.0 by @github-actions in #70

New Contributors

  • @github-actions made their first contribution in #70

Full Changelog: v4.0.3...v4.1.0

v4.0.3

04 Oct 19:59
188a9eb
Compare
Choose a tag to compare

What's Changed

Other

  • Bump Elyra's version to 4.0.3 by @paulovmr in #58
  • RHOAIENG-13981: File dependencies browsing does not select file by @paulovmr in #57

Full Changelog: v4.0.2...v4.0.3

v4.0.2

04 Oct 18:41
74e88cf
Compare
Choose a tag to compare

What's Changed

Other

Full Changelog: v4.0.1...v4.0.2

v4.0.1

03 Oct 12:23
f69f468
Compare
Choose a tag to compare

What's Changed

Other

Full Changelog: v4.0.0...v4.0.1

v4.0.0

02 Oct 14:17
be70204
Compare
Choose a tag to compare

What's Changed

Other

  • Support for builds on mac+podman by @etirelli in #22
  • Add --force-reinstall to install-server-package target by @caponetto in #24
  • Fixes to get a green CI by @caponetto in #26
  • Add Python 3.11 to CI matrix by @caponetto in #27
  • Fix 2 tests by @caponetto in #28
  • Improve reason to skip tests by @caponetto in #29
  • Standardize external URLs of KFP resources to v2 by @caponetto in #31
  • Removing test that checks for CRI-O enable/disable, as it no longer applies to kfp v2 by @etirelli in #30
  • [WIP] JupyterLab 4.x upgrade by @paulovmr in #25
  • Fix some integration tests and disable those that are failing by @caponetto in #33
  • RHOAIENG-12695: Migrate custom form renderers from metadata package to JL 4.x plus fixes by @caponetto in #35
  • RHOAIENG-11956 : Adding some information on test failure by @etirelli in #36
  • RHOAIENG-12851: Fix blank tab when trying to edit a code snippet by @caponetto in #37
  • RHOAIENG-11709: Adding a release github action by @etirelli in #32
  • RHOAIENG-11959: Apply patches for Elyra from notebooks repository to Elyra fork by @paulovmr in #34
  • Fix release environment setup by @paulovmr in #38
  • RHOAIENG-12697: Fix Run/Debug on Python editor extension by @caponetto in #39
  • RHOAIENG-12850: Fix no warning is shown if a code snippet is added to a file with different language by @caponetto in #40
  • RHOAIENG-12849: Fix Tags component style by @caponetto in #41
  • Bump Elyra's version to 4.0.0.dev1 by @caponetto in #42
  • RHOAIENG-13167: Fix Tags component style used by the Filter tools by @caponetto in #43
  • RHOAIENG-13044: set ELYRA_FILE_BASE_PATH var for script embedded in runtime images by @harshad16 in #44
  • Upgrade requirement package with most compatible by @harshad16 in #45
  • Update elyra version for v4.0.x branch by @paulovmr in #47
  • Update elyra version to 4.0.0 by @paulovmr in #49
  • [v4.0.x] Allow production builds for UI packages by @caponetto in #51

New Contributors

Full Changelog: 3.16.7...v4.0.0

v4.0.0.rc0

26 Sep 15:07
50b4bcd
Compare
Choose a tag to compare
v4.0.0.rc0 Pre-release
Pre-release

What's Changed

Other

  • RHOAIENG-13167: Fix Tags component style used by the Filter tools by @caponetto in #43
  • RHOAIENG-13044: set ELYRA_FILE_BASE_PATH var for script embedded in runtime images by @harshad16 in #44
  • Upgrade requirement package with most compatible by @harshad16 in #45
  • Update elyra version for v4.0.x branch by @paulovmr in #47

Full Changelog: v4.0.0.dev1...v4.0.0.rc0

v4.0.0.dev1

20 Sep 12:08
efe3e85
Compare
Choose a tag to compare
v4.0.0.dev1 Pre-release
Pre-release

What's Changed

Other

  • RHOAIENG-12697: Fix Run/Debug on Python editor extension by @caponetto in #39
  • RHOAIENG-12850: Fix no warning is shown if a code snippet is added to a file with different language by @caponetto in #40
  • RHOAIENG-12849: Fix Tags component style by @caponetto in #41
  • Bump Elyra's version to 4.0.0.dev1 by @caponetto in #42

Full Changelog: v4.0.0.dev0...v4.0.0.dev1

v4.0.0.dev0

17 Sep 17:13
86401d0
Compare
Choose a tag to compare
v4.0.0.dev0 Pre-release
Pre-release

What's Changed

Other

  • Support for builds on mac+podman by @etirelli in #22
  • Add --force-reinstall to install-server-package target by @caponetto in #24
  • Fixes to get a green CI by @caponetto in #26
  • Add Python 3.11 to CI matrix by @caponetto in #27
  • Fix 2 tests by @caponetto in #28
  • Improve reason to skip tests by @caponetto in #29
  • Standardize external URLs of KFP resources to v2 by @caponetto in #31
  • Removing test that checks for CRI-O enable/disable, as it no longer applies to kfp v2 by @etirelli in #30
  • [WIP] JupyterLab 4.x upgrade by @paulovmr in #25
  • Fix some integration tests and disable those that are failing by @caponetto in #33
  • RHOAIENG-12695: Migrate custom form renderers from metadata package to JL 4.x plus fixes by @caponetto in #35
  • RHOAIENG-11956 : Adding some information on test failure by @etirelli in #36
  • RHOAIENG-12851: Fix blank tab when trying to edit a code snippet by @caponetto in #37
  • RHOAIENG-11709: Adding a release github action by @etirelli in #32
  • RHOAIENG-11959: Apply patches for Elyra from notebooks repository to Elyra fork by @paulovmr in #34
  • Fix release environment setup by @paulovmr in #38

New Contributors

Full Changelog: 3.16.7...v4.0.0.dev0

3.16.7

21 Jun 08:50
4e8f7b4
Compare
Choose a tag to compare

What's Changed

Other

  • Fix/python output to log window by @RHRolun in #19
  • Set the run_url with experiment info included by @harshad16 in #20
  • consolidate logs of python script into container logs by @harshad16 in #21

New Contributors

Full Changelog: 3.16.6...3.16.7