## December 8th, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Alan Chin | IBM | @akchinstc | | Martha Cryan | IBM | @marthacryan | | Kevin Bates | IBM | @kevin-bates | | Luciano Resende | Apple | @lresende | | Kiersten Stokes | IBM | @kiersten-stokes | | Alex Bozarth | IBM | @ajbozarth | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.12.0 in main branch] * PR open for update to [3.13.0](https://github.com/opendatahub-io/s2i-lab-elyra/pull/55) * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.14.0](https://github.com/elyra-ai/elyra/milestone/69) * Next planned patch release: n/a ### Agenda + Minutes - Last community meeting of the year! Merry xmas everyone. - 2023 Roadmap meeting is tomorrow 12/9 at 830am PST * Martha * Pipeline parameters demo * Kiersten * Pipeline parameters PR on track to be merge-able early next week * a few remaining backend tests to be written today/tomorrow * [follow-up issue](https://github.com/elyra-ai/elyra/issues/3046) open for documentation * stretch goal: write the blog post for parameters before EOY * Kevin - I'll be out from tomorrow afternoon (12/9) until January 3. Happy holidays and New Year to everyone! :tada: ## December 1st, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Alan Chin | IBM | @akchinstc | | Alex Bozarth | IBM | @ajbozarth | | David C Martin | Age@Home | @dcmartin | | Martha Cryan | IBM | @marthacryan | | Luciano Resende | Apple | @lresende | | Kiersten Stokes | IBM | @kiersten-stokes | | Kevin Bates | IBM | @kevin-bates | | Karla Spuldaro | IBM | @karlaspuldaro| | Patrick Titzler | IBM | @ptitzler | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.12.0 in main branch] * PR open for update to [3.13.0](https://github.com/opendatahub-io/s2i-lab-elyra/pull/55) * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.14.0](https://github.com/elyra-ai/elyra/milestone/69) * Next planned patch release: n/a ### Agenda + Minutes - last community meeting of the year on 12/15 - Alan - Migrate build to use pyproject.toml and hatch - more flexibility in build tools and less clutter - will facilitate transition to using python lockfile for LFAI - Kiersten - Working on [pipeline parameters PR](https://github.com/elyra-ai/elyra/pull/3001) w/ Martha - some changes likely required after a discussion on handling parameter type - ptitzler - working on updating the tutorials ## November 25, 2022 Weekly Meeting NO MEETING. HAPPY THANKSGIVING! ## November 17, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Patrick Titzler | IBM | @ptitzler | | Kiersten Stokes | IBM | @kiersten-stokes | | Alan Chin | IBM | @akchinstc | | Alex Bozarth | IBM | @ajbozarth | | David C Martin | Age@Home | @dcmartin | | Martha Cryan | IBM | @marthacryan | | Kevin Bates | IBM | @kevin-bates | | Ted Chang | IBM | @tedhtchang| * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.12.0 in main branch] * PR open for update to [3.13.0](https://github.com/opendatahub-io/s2i-lab-elyra/pull/55) * ODH manifest deployment updates for proxy in progress * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.14.0](https://github.com/elyra-ai/elyra/milestone/69) * Next planned patch release: n/a ### Agenda + Minutes - DCM: Scratch (yet-another-low-code-editor) for Machine Learning - https://scratch.machinelearningforkids.co.uk/ - No community meeting on 11/24 (Thanksgiving) - CLAIMED library was accepted as LFAI incubation project - ptitzler - [Published 3.13 blog post](https://medium.com/codait/customizing-elyra-pipelines-be47efa619d8?source=friends_link&sk=701085dc076de0c40b1c198d987ce91e) - Kiersten - push me to last :) - Discussion of how to pass parameters to generic components - passing environment variables - pros: slightly more straightforward to modify manually in an exported file? - cons: potential for collisions with existing env vars - passing cmdline parameters to bootstrapper - pros: probably more correct? - cons: more work ;) - requires separate modification of each FileOp class - allow for both - add a property in the parameters panel where a user can select whether they want to use env var passing or parameter passing (and decide which mode is the default) - pros: flexible - decision: option 1 - envs - akchinSTC - TS'ing [2974](https://github.com/elyra-ai/elyra/issues/2974) - pip-compile will not resolve dependencies correctly, related to [ODH-56](https://github.com/opendatahub-io/s2i-lab-elyra/pull/56) - unable to generate hashed requirement list. - This will also be a requirement moving into LFAI due to the need for reproducible builds - Martha - Demo of pipeline parameters progress - Question about linking services package ## November 10, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Alan Chin | IBM | @akchinstc | | Patrick Titzler | IBM | @ptitzler | | Alex Bozarth | IBM | @ajbozarth | | David C Martin | Age@Home | @dcmartin | | Ted Chang | IBM | @tedhtchang| | Patrick Titzler | IBM | @ptitzler | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.12.0 in main branch] * ODH manifest deployment updates for proxy in progress * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.13.0](https://github.com/elyra-ai/elyra/milestone/68) * Next planned patch release: n/a ### Agenda + Minutes - New organizational tool changes - DCO - pull requests will need to be explicitly "signed off" with [-s option](https://github.com/dcoapp/app#how-it-works) - ptitzler - working on standardized test fixtures for server tests - working on blog post - discussion: technical debt "Technical debt describes the consequences of software development actions that intentionally or unintentionally prioritize client value and/or project constraints such as delivery deadlines, over more technical implementation, and design considerations…”" - examples: - 'local' is not a 1st class runtime - all runtimes are installed by default - ... - next potential debt: infrastructure support for KFP v2 and Airflow v2 - Alan - Looking into OpenSSF silver badge requirements - proper hashing and storage of passwords/tokens (COS, GH token, KFP API) - Kiersten - Opened pipeline parameters [rought draft PR](https://github.com/elyra-ai/elyra/pull/3001) - Martha working on frontend piece - Two PRs from our RCOS student open in the past week; work ongoing - BYO runtime discussion last week ([summary here](https://github.com/elyra-ai/elyra/discussions/1672#discussioncomment-4058995)) - do we want to schedule a follow-up meeting? ## November 3rd, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Alan Chin | IBM | @akchinstc | | David C Martin | Age@Home | @dcmartin | | Alex Bozarth | IBM | @ajbozarth | | Kiersten Stokes | IBM | @kiersten-stokes | | Kevin Bates | IBM | @kevin-bates | | Karla Spuldaro | IBM | @karlaspuldaro | | Ted Chang | IBM | @tedhtchang| | Luciano Resende | Apple | @lresende | | Patrick Titzler | IBM | @ptitzler | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.10.1] * PR open for 3.12.0 image with new nbl * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.13.0](https://github.com/elyra-ai/elyra/milestone/68) * Next planned patch release: n/a ### Agenda + Minutes - Alan - ODH elyra oauth support will be going in at deployment level into odh-manifests - LFAI part deux - meeting with OSSC on friday, trademark next week - our paperwork seems to be in order via conversations with series - Kiersten - rough draft PR on the way for pipeline parameters support so that frontend work can start - https://github.com/elyra-ai/elyra/discussions/2970 - David - docarray (LF Data/AI incubator): https://docarray.jina.ai/get-started/what-is/ ## October 27th, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Patrick Titzler | IBM | @ptitzler | | Alan Chin | IBM | @akchinstc | | Alex Bozarth | IBM | @ajbozarth | | David C Martin | Age@Home | @dcmartin | | Kiersten Stokes | IBM | @kiersten-stokes | | Ted Chang | IBM | @tedhtchang| | Kevin Bates | IBM | @kevin-bates | | Luciano Resende | Apple | @lresende | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.10.1] * PR open for 3.12.0 image with new nbl * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.13.0](https://github.com/elyra-ai/elyra/milestone/68) * Next planned patch release: n/a ### Agenda + Minutes - Linux Foundation Incubator - Elyra has been accepted as an incubation project under the linux foundation. Will see changes the next couple of weeks as we onboard into the organization. See [Onboarding PR](https://github.com/elyra-ai/elyra/pull/2980) - No major changes, licensing will remain the same (ASL 2.0), with the exception of documentation which may move to CC4.0 - ptitzler - Demo: [Refactored Kubeflow Pipelines Python DSL code generator](https://github.com/elyra-ai/elyra/issues/2986) ## October 20th, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Patrick Titzler | IBM | @ptitzler | | Alan Chin | IBM | @akchinstc | | Karla Spuldaro | IBM | @karlaspuldaro | | Kevin Bates | IBM | @kevin-bates | | Alex Bozarth | IBM | @ajbozarth | | David C Martin | Age@Home | @dcmartin | | Martha Cryan | IBM | @Marthacryan | | Ted Chang | IBM | @tedhtchang| | Luciano Resende | Apple | @lresende | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.10.1] * Draft PR open for 3.12.0 image with new nbl * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.13.0](https://github.com/elyra-ai/elyra/milestone/68) * Next planned patch release: n/a ### Agenda + Minutes - ptitzler - rewriting Kubeflow Pipelines code generator to produce Python DSL - https://github.com/orgs/elyra-ai/repositories contains 'random' forks - pipeline-schemas-1 (removed) - jupyterlab (removed) - jupyter_server (removed) - Discussion LFAI project scope for "Elyra"? - https://github.com/elyra-ai/elyra/pull/2973 needs reviewer/ - Kiersten - [PR to fix COS_OBJECT_PREFIX](https://github.com/elyra-ai/elyra/pull/2972), which has been broken since the RJSF PR - Alan - website taken down (temp?) due to outdated and redundant information - Martha - New PR in pipeline editor to add in ajv validator: https://github.com/elyra-ai/pipeline-editor/pull/203 ## October 13th, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Patrick Titzler | IBM | @ptitzler | | Alan Chin | IBM | @akchinstc | | Kiersten Stokes | IBM | @kiersten-stokes | | Kevin Bates | IBM | @kevin-bates | | Karla Spuldaro | IBM | @karlaspuldaro | | David C Martin | Age@Home | @dcmartin | | Alex Bozarth | IBM | @ajbozarth | | Ted Chang | IBM | @tedhtchang| * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.10.1] * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.13.0](https://github.com/elyra-ai/elyra/milestone/67) * Next planned patch release: n/a ### Agenda + Minutes - Elyra was accepted as an LFAI incubation project (https://www.linuxfoundation.org/projects not yet listed) - ptitzler - [Pipeline parameters UX draft proposal](https://github.com/elyra-ai/elyra/discussions/2970) - Allows for pipeline customization without the need to edit pipeline properties - Alan - OpenDataHub integration in progress - Elyra v3.12.0 image is stable with new launcher and notebook controller - New startup scripts have been created - Troubleshooting Oauth token generation for ml-pipeline service - Luciano - Airflow 2.0 - Will do all the work! - Kiersten - Working on adding a runtime for Watson Studio Pipelines - Will probably bring to light some changes to improve our BYO-runtime capabilities - dcmartin (FYI) Example schema for parameters in Home Assistant add-on specification (https://developers.home-assistant.io/docs/add-ons/configuration/#options--schema): ``` "schema": { "ageathome": { "branch": "list(test|alpha|beta|master)?", "release": "str?", "tag": "list(dev|pre|release)?", "url": "str?" }, "client": "str?", "device": "str?", "devices": { "person": "str?", "primary": "str?", "secondary": "str?", "tertiary": "str?" }, "elevation": "int?", "group": "str?", "iperf_host": "str?", "latitude": "float?", "log_level": "list(off|trace|debug|info|notice|alert|critical)", "longitude": "float?", "motionai": { "branch": "list(test|alpha|beta|master)?", "release": "str?", "tag": "list(dev|pre|release)?", "url": "str?" }, ``` ## October 6th, 2022 Weekly Meeting * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.10.1] * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.13.0](https://github.com/elyra-ai/elyra/milestone/67) * Next planned patch release: n/a ### Attendees **Today's meeting has been cancelled due to scheduling conflicts. See you all next week!** - [Elyra 3.12.0 was released](https://github.com/elyra-ai/elyra/releases/tag/v3.12.0) ## September 29th, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Patrick Titzler | IBM | @ptitzler | | Alan Chin | IBM | @akchinstc | | Luciano Resende | Apple | @lresende | | Karla Spuldaro | IBM | @karlaspuldaro | | David C Martin | Age@Home | @dcmartin | | Kiersten Stokes | IBM | @kiersten-stokes | | Alex Bozarth | IBM | @ajbozarth | | Kevin Bates | IBM | @kevin-bates | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.11.1) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.10.1] - Only local runtime processor is supported atm until they get KF/AA deployment working. * Image update to 3.11.1 in progress followed by manifests * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.12.0](https://github.com/elyra-ai/elyra/milestone/66) * [Draft release notes](https://github.com/elyra-ai/elyra/discussions/2877) * Next planned patch release: n/a ### Agenda + Minutes - v3.12.0 rc0 is currently in review, waiting for an additional 2 PRs in the pipe - ptitzler - [pipeline editor: support for kubernetes labels](https://github.com/elyra-ai/elyra/pull/2943) - [pipeline editor: support for custom shared memory size](https://github.com/elyra-ai/elyra/pull/2942) - Alan - Kubeflow nbl image working vanilla with rebased/updated ubi8(rhel) for odh - Adding ocp oauth support to auth options - Situation is very fluid, latest odh dashboard installation still shows Jhub, no kfnbl in custom manifests, getting clarification >=| - Alex - Streamlit extension updates ## September 22, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Patrick Titzler | IBM | @ptitzler | | Alan Chin | IBM | @akchinstc | | Alex Bozarth | IBM | @ajbozarth | | David C Martin | Age@Home | @dcmartin | | Karla Spuldaro | IBM | @karlaspuldaro | | Kiersten Stokes | IBM | @kiersten-stokes | | Kevin Bates | IBM | @kevin-bates | | Luciano Resende | Apple | @lresende | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.11.1) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * **Open Data Hub**: * [Current version is 3.10.1] - Only local runtime processor is supported atm until they get KF/AA deployment working. * Image update to 3.11.1 in progress followed by manifests * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.12.0](https://github.com/elyra-ai/elyra/milestone/66) * [Draft release notes](https://github.com/elyra-ai/elyra/discussions/2877) * Next planned patch release: n/a ### Agenda + Minutes - Open Data Hub - adopting Kubeflow - Waiting for more details on what the plan is with the old JH deployment - planning to include Elyra in every notebook image - Pipeline editor and git extensions only? - Elyra Open Governance - LF AI voting unfortunately could not take place due to not enough members to make quorum - voting will now take place offline via email to voting members - Alan - Attempting to patch https://github.com/elyra-ai/elyra/security/dependabot/79 before next release - ptitzler - https://github.com/elyra-ai/elyra/issues/2838 (configure shared memory size) - Kiersten - https://github.com/elyra-ai/elyra/pull/2927 Make multi-valued input fields more user-friendly - getting there; a few commits pending this AM, at which point I'll pull the PR out of draft ## September 15, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Patrick Titzler | IBM | @ptitzler | | Kiersten Stokes | IBM | @kiersten-stokes | | David C Martin | Age@Home | @dcmartin | | Karla Spuldaro | IBM | @karlaspuldaro | | Alex Bozarth | IBM | @ajbozarth | | Kevin Bates | IBM | @kevin-bates | | Luciano Resende | Apple | @lresende | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.11.1) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * R and scala editor packages are published and available * **Open Data Hub**: * [Current version is 3.10.1] - Only local runtime processor is supported atm until they get KF/AA deployment working. * Image update to 3.11.1 in progress followed by manifests * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * https://github.com/jupyterlab/jupyterlab/projects/12 * Next planned minor release: [3.12.0](https://github.com/elyra-ai/elyra/milestone/66) * [Draft release notes](https://github.com/elyra-ai/elyra/discussions/2877) * Next planned patch release: n/a ### Agenda + Minutes * archive q3 meeting notes? - Kiersten - (finally) opened [#2927 Make multi-valued input fields more user-friendly](https://github.com/elyra-ai/elyra/pull/2927) - some frontend work will be required before it's fully functional - I'll be working on updating the backend tests in the meantime ## September 8, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Alex Bozarth | IBM | @ajbozarth | | Karla Spuldaro | IBM | @karlaspuldaro | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.11.1) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * R and scala editor packages are published and available * **Open Data Hub**: * [Current version is 3.10.1] - Only local runtime processor is supported atm until they get KF/AA deployment working. * Image update to 3.11.1 in progress followed by manifests * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * Next planned minor release: [3.12.0](https://github.com/elyra-ai/elyra/milestone/66) * [Draft release notes](https://github.com/elyra-ai/elyra/discussions/2877) * Next planned patch release: n/a ### Agenda + Minutes - Alex - [#2917](https://github.com/elyra-ai/elyra/pull/2917) updates the python icon to use the new PSF Trademark Committee aproved icon from core. - Karla - Picking debugger follow up issues to work on ## September 1, 2022 Weekly Meeting ### Attendees Add your name to the table below: | Name | Affiliation | Git User-id | | ----------- | ---------------- | ----------- | | Alan Chin | IBM | @akchinstc | | Luciano Resende | Apple | @lresende | | Karla Spuldaro | IBM | @karlaspuldaro | | Kevin Bates | IBM | @kevin-bates | | Alex Bozarth | IBM | @ajbozarth | | Luciano Resende | Apple | @lresende | * **Release status**: * Latest official release: [![PyPI version](https://badge.fury.io/py/elyra.svg)](https://badge.fury.io/py/elyra) * [Summary of changes](https://github.com/elyra-ai/elyra/releases/tag/v3.11.0) * **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra) * R and scala editor packages are published and available * **Open Data Hub**: * [Current version is 3.10.0] - Only local runtime processor is supported atm until they get KF/AA deployment working. * Image update to 3.11.0 in progress followed by manifests * Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46) * JL 4.0.0 blocking features are now updated and listed * Next planned minor release: [3.12.0](https://github.com/elyra-ai/elyra/milestone/66) * [Draft release notes](https://github.com/elyra-ai/elyra/discussions/2877) * Next planned patch release: [3.11.1](https://github.com/elyra-ai/elyra/milestone/67) * debugger bug fix * svg icon fix ### Agenda + Minutes - ptitzler - Added support for non-public certificates to built-in component catalog connectors - in support of air-gapped deployments - https://github.com/elyra-ai/elyra/pull/2912 - Support for KFP SDK v2 and Kubeflow 1.6 (KFP 2.0) - KFP v2 GA: ~ 9/7/22 - kfp-tekton support for v2: TBD - test driving KFP SDK 2.0.0b3 with Kubeflow 1.6.0-rc.1 - there are substantial changes that break pretty much everything - https://github.com/elyra-ai/elyra/issues/1930 - "container op" support comparison: https://github.com/elyra-ai/elyra/discussions/2915 - ODH appears to be switching from JupyterHub to Kubeflow Notebook server (https://github.com/opendatahub-io/odh-manifests/issues/671) - Alan - Removing remote file deps in generic ops : https://github.com/elyra-ai/elyra/issues/2805 - Abstracting streamlit extension for future use with other apps - Kiersten - Still working on backend re-factor for 3.12 - [PR opened in my fork](https://github.com/kiersten-stokes/elyra/pull/5) if you want to check it out - Since this depends on the RJSF stuff, I may wait to open in Elyra until that is merged - Karla - [#2903](https://github.com/elyra-ai/elyra/pull/2903) - Enable/disable debugger inconsistencies - [#2870](https://github.com/elyra-ai/elyra/pull/2870) - Error Dialog Integration Tests - Alex - [rjsf PR](https://github.com/elyra-ai/elyra/pull/2780) updates - Migration is working using the midcycle v7.5 as pitched last week. - Tests are getting close to all passing, but still need some work - Updates to properties validation will be done in a followup, but pipeline validation (excepting properties) is working again. - [#2914](https://github.com/elyra-ai/elyra/pull/2914) is opened addressing how canvas handles linked svgs now. - I opened [jupyterlab#13035](https://github.com/jupyterlab/jupyterlab/pull/13035) addressing trademark concerns with the python logo. Once that is merged I plan to port that approved logo to Elyra, I reworked the svg in that PR from the latest offical logo rather than from the one Elyra uses (there are a few differences)