owned this note
owned this note
Published
Linked with GitHub
# Elyra Weekly Dev Meeting
:::info
**When:** Thursdays at 9:00AM Pacific (your [timezone](https://arewemeetingyet.com/Los%20Angeles/2019-10-24/09:00/w/Elyra%20Dev%20Meeting))
**Where:** [Webex](https://ibm.webex.com/meet/akchin)
**New**: [Daily (ex Thursday) dev meetings](https://elyra.readthedocs.io/en/latest/getting_started/getting-help.html#join-the-daily-development-meetings) for things that cannot wait
:::
## April 6, 2023 Weekly Meeting
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| Kevin Bates | IBM? | @kevin-bates |
| Martha Cryan | IBM | @marthacryan |
* **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.15.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
* Next refresh: 3.15.0
* Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46)
* Next planned minor release: TBD
* Next planned patch release: TBD
### Agenda
- ptitzler
- Unable to contribute to Elyra going forward
## March 30, 2023 Weekly Meeting
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| Alan Chin | IBM | @akchinstc |
| Kevin Bates | IBM | @kevin-bates |
| Martha Cryan | IBM | @marthacryan |
| 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.15.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
* Next refresh: 3.15.0
* Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46)
* Next planned minor release: TBD
* Next planned patch release: TBD
### Agenda + Minutes
- [Version 3.15.0 was released](https://github.com/elyra-ai/elyra/releases/tag/v3.15.0)
- JupyterLab 4.0: now in beta
- Need to discuss [work items](https://github.com/elyra-ai/elyra/issues/3137) and timeline (working preview by end of May..best effort)
- Discuss Elyra 4.0 scope
- [Issues earmarked for this milestone](https://github.com/elyra-ai/elyra/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.0.0)
- Include which, if any, breaking items from [this list](https://github.com/elyra-ai/elyra/discussions/2550)
- ptitzler
- ODH container image meeting on Monday 4/3
- Published [blog post](https://medium.com/codait/configuring-elyra-for-specific-runtimes-6fcb2d5f8126?source=friends_link&sk=6e5d5e08791364a68e015cbc28968cf2)
- Need to revisit`elyra-server` packaging
- requires `kfp` dependency even for extensions that never use the package:
- elyra-code-snippet-extension
- elyra-python-editor-extension
- elyra-r-editor-extension
- elyra-scala-editor-extension
- elyra-code-viewer-extension
- Add what you would like to share
## March 23, 2023 Weekly Meeting
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| Luciano Resende | Apple | @lresende |
| Martha Cryan | IBM | @marthacryan |
| 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.14.2)
* **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
* Next refresh: 3.15.0
* Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46)
* Next planned minor release: [3.15.0](https://github.com/elyra-ai/elyra/milestone/76) week of 3/27/23
* Next planned patch release: TBD
### Agenda + Minutes
- Docker Hub updates
- Elyra assets are not directly impacted (because Elyra is a registered open source project)
- Elyra could be indirectly impacted if any of its upstream dependencies are yanked from Docker Hub
- Dependencies
- Container images that the Elyra container images (`elyra`, `kf-notebook`) rely on
- `jupyterhub/juyterhub` (sponsored OSS)
- `public.ecr.aws/j1r0q0g6/notebooks/notebook-servers/jupyter` (not hosted on Docker Hub)
- Container images that are pre-configured as runtime images
- At risk 5 of 7 (because the owning org is not sponsored or paid for):
- https://github.com/elyra-ai/elyra/blob/main/etc/config/metadata/runtime-images/pandas.json
- https://github.com/elyra-ai/elyra/blob/main/etc/config/metadata/runtime-images/pytorch-devel.json
- https://github.com/elyra-ai/elyra/blob/main/etc/config/metadata/runtime-images/pytorch-runtime.json
- https://github.com/elyra-ai/elyra/blob/main/etc/config/metadata/runtime-images/tensorflow_2x_gpu_py3.json
- https://github.com/elyra-ai/elyra/blob/main/etc/config/metadata/runtime-images/tensorflow_2x_py3.json
- ptitzler
- PR(s) waiting on review
- https://github.com/elyra-ai/elyra/pull/3124
- ODH/Data Science Pipelines
- KFP/backend + Tekton + customizations (e.g. authentication)
- Includes new GUI
- JupyterLab 4.0 status
- Possible beta starts late March
## March 16, 2023 Weekly Meeting
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| 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.14.2)
* **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
* https://github.com/opendatahub-io/s2i-lab-elyra to be retired
* Next refresh: 3.15.0
* Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46)
* Next planned minor release: [3.15.0](https://github.com/elyra-ai/elyra/milestone/76)
* Next planned patch release: TBD
### Agenda + Minutes
- Docker is sunsetting 'legacy free team' organizations
> *Free Team organizations are a legacy subscription tier that no longer exists. This tier included many of the same features, rates, and functionality as a paid Docker Team subscription.*
> *After reviewing the list of accounts that are members of legacy Free Team organizations, we’ve identified yours as potentially being one of them.*
> *If you own a legacy Free Team organization, access to paid features — including private repositories — will be suspended on April 14, 2023 (11:59 pm UTC). Upgrade your subscription before April 14, 2023 to continue accessing your organization.*
> *If you don’t upgrade to a paid subscription, Docker will retain your organization data for 30 days, after which it will be subject to deletion. During that time, you will maintain access to any images in your public repositories, though rate limitations will apply. At any point during the 30-day period, you can restore access to your organization account if you upgrade to a paid subscription. Visit our FAQ for more information.*
- impacts system-owned runtime image configurations
- breaks tutorial pipelines in https://github.com/elyra-ai/examples/tree/main/pipelines
- Sunset default runtime images
- See [this discussion thread for context](https://github.com/elyra-ai/elyra/discussions/2550#discussioncomment-2365821)
- The Elyra default images ('system owned') don't work on Red Hat OpenShift
- Most referenced images are hosted on DockerHub and not owned/maintained by us
- Open Data Hub
- Discussions in [the ODH Slack workspace](https://join.slack.com/t/odh-io/shared_invite/zt-1r2et81av-amnT_hfoaBRFbLpY7Ib2jQ) channel `wg-workbench-images`
- Sunset repo https://github.com/opendatahub-io/s2i-lab-elyra (there won't be a dedicated Elyra container image anymore)
- Elyra will be initially available via the *-datascience-* container image and later on via all its derivatives https://github.com/opendatahub-io/notebooks
## March 9, 2023 Weekly Meeting
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| Martha Cryan | IBM | @marthacryan |
| Luciano Resende | Apple | @lresende |
| Kevin Bates | IBM | @kevin-bates |
| Romeo Kienzler | IBM | @romeokienzler |
* **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.14.2)
* **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]
* Next scheduled Elyra integration: 3.15
* Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46)
* Next planned minor release: [3.15.0](https://github.com/elyra-ai/elyra/milestone/76)
* Next planned patch release: TBD
### Agenda + Minutes
- Public Elyra community channel on Slack
- Migrate to [LFAI workspace](https://join.slack.com/t/lfaifoundation/shared_invite/zt-1qz1qozb4-HRUXGfgvHX4V88fSkhzZqw)?
- Decisions:
- Use Elyra-maintained Slack instance
- Link to Elyra-maintained Slack instance from LFAI Elyra channel (DONE)
- Include link to Elyra Slack channel to the _Getting Help_ documentation topic ([DONE](https://github.com/elyra-ai/elyra/pull/3123))
- LFAI [has a blog that's open for guest posts](https://lfaidata.foundation/blog/)
- This is where the Elyra announcement was made
- ptitzler
- Hide runtimes feature blog post draft done
- Started work on [static bearer token authentication support for KFP](https://github.com/elyra-ai/elyra/issues/3107)
- Requested by Open Data Hub community
- Found KFP sdk issue related to self-signed certificates, which are used in Alan's test environment
## March 2, 2023 Weekly Meeting
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| Martha Cryan | IBM | @marthacryan |
| Luciano Resende | Apple | @lresende |
| Kevin Bates | IBM | @kevin-bates |
| Romeo Kienzler | IBM | @romeokienzler |
* **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.14.2)
* **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.14.2](https://github.com/opendatahub-io/s2i-lab-elyra/pull/57)
* Next planned major release: [4.0.0](https://github.com/elyra-ai/elyra/milestone/46)
* Next planned minor release: [3.15.0](https://github.com/elyra-ai/elyra/milestone/76)
* Next planned patch release: TBD
### Agenda + Minutes
* [Hide runtimes in GUI feature](https://github.com/elyra-ai/elyra/pull/3114) (3.15.0)
* Optional configuration setting
* Hide Airflow if using only Kubeflow Pipelines, etc
## February 23, 2023 Weekly Meeting
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| Kevin Bates | IBM | @kevin-bates |
| Martha Cryan | IBM | @marthacryan |
* **Release status**: (no change from previous week)
### Agenda + Minutes
* [Filter available runtimes based on configuration setting](https://github.com/elyra-ai/elyra/pull/3114)
* Still some investigation into the integration test failures
* General functional testing still pending
## February 16, 2023 Weekly Meeting
### Attendees
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Patrick Titzler | IBM | @ptitzler |
| Kevin Bates | IBM | @kevin-bates |
| Alan Chin | IBM | @akchinstc |
| Luciano Resende | Apple | @lresende |
| Martha Cryan | IBM | @marthacryan |
* **Release status**: (no change from previous week)
* 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.14.2)
* **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.14.2](https://github.com/opendatahub-io/s2i-lab-elyra/pull/57)
* 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
* https://github.com/jupyterlab/jupyterlab/milestone/61
* Mid April - May around JCon
* Next planned minor release: n/a
* Next planned patch release: [3.14.3](https://github.com/elyra-ai/elyra/milestone/74) (no ETA)
### Agenda + Minutes
- Any idea what the ask is? https://matrix.to/#/!KCsbyEMJwKijgFxSBF:gitter.im/$MxYiviR2eddAec0r0y8zkj1bWovtrJbvZ1yU-A17vsY?via=gitter.im&via=matrix.org
- Build issues - aka whack a mole exercise
- Jsonschema bump to 5 in kfp sdk [PR](https://github.com/kubeflow/pipelines/pull/8855) - release eta?
- lresende - Went to KFP workgroup meeting yesterday and requested a release asap, hopefully in the next few days.
- kfp tekton bump to >1.4.0 for google auth pkg conflict during lockfile generation - pr pending
- relax jupyter-server-fileid requirements [PR](https://github.com/jupyter-server/jupyter_server_fileid/pull/57)
- [openshift oauth token support](https://github.com/elyra-ai/elyra/issues/3107) - Added test deployment script to help [link](https://github.com/akchinSTC/odh-manifests/blob/odh-dsp-auth-demo/deploy.sh)
## February 9, 2023 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.14.2)
* **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 update in progress to [3.14.2](Testing 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
* https://github.com/jupyterlab/jupyterlab/milestone/61
* Mid April - May around JCon
* Next planned minor release: n/a
* Next planned patch release: [3.14.3](https://github.com/elyra-ai/elyra/milestone/74) (no ETA)
### Agenda + Minutes
- `main` branch is 4.0 release in development
- Jupyterlab updates?
- Nothing new since last week, they cleared out the backlog of issues in the 4.0 milestone: https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.0.0 but still has 68 issues
- Martha
- Merged [this PR](https://github.com/elyra-ai/pipeline-editor/pull/203) with main but needs a little more work still
## February 2nd, 2023 Weekly Meeting
### Attendees
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Alan Chin | IBM | @akchinstc |
| Kevin Bates | IBM | @kevin-bates |
| Patrick Titzler | IBM | @ptitzler |
| Mo McElaney | IBM | @mmcelaney |
| Martha Cryan | IBM | @marthacryan |
| | | |
* **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.14.2)
* **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 update in progress to [3.14.2](Testing 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
* https://github.com/jupyterlab/jupyterlab/milestone/61
* Mid April - May around JCon
* Next planned minor release: n/a
* Next planned patch release: [3.14.3](https://github.com/elyra-ai/elyra/milestone/74)
### Agenda + Minutes
- Elyra has officially completed its LFAI [onboarding !](https://github.com/lfai/foundation/issues/46)
- Alan
- ODH testing in progress...
- Reminder that I will be out on leave in approx 2 weeks for 30+ days
## January 26th, 2023 Weekly Meeting
### Attendees
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Alan Chin | IBM | @akchinstc |
| Mo McElaney | IBM | @mmcelaney |
| Martha Cryan | IBM | @marthacryan |
| Kevin Bates | IBM | @kevin-bates |
| 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.14.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.12.0 in main branch]
* PR update in progress to [3.14.2](Pending release)
* 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: n/a
* Next planned patch release: [3.14.2](https://github.com/elyra-ai/elyra/milestone/73)
* 3.14.2rc0 is out for testing, waiting for regression fix
### Agenda + Minutes
- Alan
- ODH
- (sven) is asking, if possible, for OCI compatible runtime image metadata be included with distribution
- Working on ODH based example pipelines
- Cut 3.14.2 release
- Martha
- [3090](https://github.com/elyra-ai/elyra/pull/3090) - Fix int parameter handling of default zero - thanks martha for the quick turnaround
## January 19th, 2023 Weekly Meeting
### Attendees
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Alan Chin | IBM | @akchinstc |
| Kevin Bates | IBM | @kevin-bates |
| Martha Cryan | IBM | @marthacryan |
| Patrick Titzler | IBM | @ptitzler |
| Luciano Resende | Apple | @lresende |
| Mo McElaney | IBM | @mmcelaney |
* **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.14.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.12.0 in main branch]
* PR update in progress to [3.14.2](Pending release)
* 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: n/a
* Next planned patch release: [3.14.2](https://github.com/elyra-ai/elyra/milestone/73)
### Agenda + Minutes
- Alan
- [3079](https://github.com/elyra-ai/elyra/issues/3079) - troubleshooting server package creation, super weird, release script only replaces name and description yet build excludes directories that do no contain any python files. Original package build does not.
- kubeflow notebook image - elyra app extension startup fails with `OSError: [Errno 38] Function not implemented`
- bump jupyter_events = 0.6.2 floor in 3.14.2
## January 12th, 2023 Weekly Meeting
### Attendees
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Alan Chin | IBM | @akchinstc |
* **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.14.1)
* **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra)
* Fix in progress for PR generator not picking up new extension packages due to migration to pyproject.toml
* **Open Data Hub**:
* [Current version is 3.12.0 in main branch]
* PR update in progress to [3.14.2]()
* 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: n/a
* Next planned patch release: [3.14.2](https://github.com/elyra-ai/elyra/milestone/73)
### Agenda + Minutes
- Alan
- ODH updates being staged, on hold for 3.14.2 release and new image tag request PR
- Reintroducing [all] subpackage option in [3067](https://github.com/elyra-ai/elyra/pull/3067)
- Lockfile generation PR ready for review [3041](https://github.com/elyra-ai/elyra/pull/3067)
- GPG package signing doc updates in progress
-
## January 5th, 2023 Weekly Meeting
### Attendees
Add your name to the table below:
| Name | Affiliation | Git User-id |
| ----------- | ---------------- | ----------- |
| Alan Chin | IBM | @akchinstc |
* **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.14.1)
* **conda-forge**: [![Anaconda-Server Badge](https://anaconda.org/conda-forge/elyra/badges/version.svg)](https://anaconda.org/conda-forge/elyra)
* Fix in progress for PR generator not picking up new extension packages due to migration to pyproject.toml
* **Open Data Hub**:
* [Current version is 3.12.0 in main branch]
* PR update in progress to [3.14.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: n/a
* Next planned patch release: [3.14.2](https://github.com/elyra-ai/elyra/milestone/73)
### Agenda + Minutes
- Elyra officially accepted as project under LFAI
- https://lfaidata.foundation/blog/2022/12/14/lf-ai-data-announces-three-new-sandbox-projects-2/
- Alan
- ODH updates in progress to 3.14.x, should fix issues theyve been having with installation/dependency resolution
- Troubleshooting test failures on main and new PRs with py3.11 [See log](https://github.com/elyra-ai/elyra/actions/runs/3842391418/jobs/6543649001)
- failures possibly caused by use of --target and/or --upgrade [discussion](https://github.com/pypa/pip/issues/8063)
## Archives of Previous Meetings
### Sep 2022 - Dec 2022
https://hackmd.io/@pKZ_L5u4RfOGumfwK4WI7A/H1JkyKVcj
### July 2022 - Aug 2022
https://hackmd.io/-9detMzaRCGWG80v85eFKg
### April 2022 - June 2022
https://hackmd.io/@pKZ_L5u4RfOGumfwK4WI7A/HktmztNjc
### January 2022 - March 2022
https://hackmd.io/@pKZ_L5u4RfOGumfwK4WI7A/r1eYLFhQc
### September 2021 - December 2021
https://hackmd.io/@pKZ_L5u4RfOGumfwK4WI7A/rJCL09V2F
### June 2021 - Aug 2021
https://hackmd.io/IOgpuDnCTkW9P-UJNHtGXw?view
### March 2021 - May 2021
https://hackmd.io/Lw1A-PdRS2WbTFXRkVpfxw?view
### Nov 2020 - Feb 2021
https://hackmd.io/k5p_LCI_TYenIsWkeIpz2g?view
### May 2020 - Oct 2020
https://hackmd.io/VMs51wxCRjqTXHhCFCazoQ?view