2023.10.1
Release 2023.10.1 - October 20, 2023
This release includes a major refactor which introduces a Pluggy-based extension mechanism which allow developers to build new stages. This is the initial implementation of the extension mechanism and we expect the interface to be refined overtime. If you're interested in developing your own stage plugin, please refer to our documentation. When you're ready to upgrade, please download this version from either PyPI or Conda-Forge and run the nebari upgrade -c nebari-config.yaml
command and follow the instructions
WARNING: CDS Dashboards was removed in this release and upgrading to this version will result in CDS Dashboards being uninstalled. A replacement dashboarding solution is currently in the works
and will be integrated soon.
WARNING: Given the scope of changes in this release, we highly recommend backing up your system before upgrading. Please refer to our Manual Backup documentation for more details.
Feature changes and enhancements
- Extension Mechanism Implementation in PR 1833
- This also includes much stricter schema validation.
- JupyterHub upgraded to 3.1 in PR 1856'
Breaking Changes
- While we have tried our best to avoid breaking changes when introducing the extension mechanism, the scope of the changes is too large for us to confidently say there won't be breaking changes.
WARNING: CDS Dashboards was removed in this release and upgrading to this version will result in CDS Dashboards being uninstalled. A replacement dashboarding solution is currently in the work and will be integrated soon.
WARNING: We will be removing and ending support for ClearML, Prefect and kbatch in the next release. The kbatch has been functionally replaced by Argo-Jupyter-Scheduler. We have seen little interest in ClearML and Prefect in recent years, and removing makes sense at this point. However if you wish to continue using them with Nebari we encourage you to write your own Nebari extension.
What's Changed
- Spinup spot instance for CI with cirun by @aktech in #1882
- Fix argo-viewer service account reference by @iameskild in #1881
- Framework for Nebari deployment via pytest for extensive testing by @aktech in #1867
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1878
- Test GCP/AWS Deployment with Pytest by @aktech in #1871
- Bump DigitalOcean provider to latest by @aktech in #1891
- Ensure path is Path object by @iameskild in #1888
- enabling viewing hidden files in jupyterlab file explorer by @kalpanachinnappan in #1893
- Extension Mechanism Implementation by @costrouc in #1833
- Fix import path in deployment tests & misc by @aktech in #1908
- pytest:ensure failure on warnings by @costrouc in #1907
- workaround for mixed string/posixpath error by @sblair-metrostar in #1915
- ENH: Remove aws cli, use boto3 by @fangchenli in #1920
- paginator for boto3 ec2 instance types by @sblair-metrostar in #1923
- Update README.md -- fix typo. by @teoliphant in #1925
- Add more unit tests, add cleanup step for Digital Ocean integration test by @iameskild in #1910
- Add cleanup step for AWS integration test, ensure diable_prompt is passed through by @iameskild in #1921
- K8s 1.25 + More Improvements by @Adam-D-Lewis in #1856
- adding lifecycle ignore to eks node group by @sblair-metrostar in #1905
- nebari init unit tests by @sblair-metrostar in #1931
- Bug fix - JH singleuser environment getting overwritten by @kenafoster in #1933
- Allow users to specify the Azure RG to deploy into by @iameskild in #1927
- nebari validate unit tests by @sblair-metrostar in #1938
- adding openid connect provider to enable irsa feature by @sblair-metrostar in #1903
- nebari upgrade CLI tests by @sblair-metrostar in #1963
- CI: Add test coverage by @fangchenli in #1959
- nebari cli environment variable handling, support, keycloak, dev tests by @sblair-metrostar in #1968
- CI: remove empty notebook to fix pre-commit json check by @fangchenli in #1976
- TYP: fix typing error in plugins by @fangchenli in #1973
- TYP: fix return class type in hookimpl by @fangchenli in #1975
- Allow users to specify Azure tags by @iameskild in #1967
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1979
- Do not try and add argo envs when disabled by @iameskild in #1926
- Handle region with care, updates to test suite by @iameskild in #1930
- remove custom auth from config schema by @sblair-metrostar in #1994
- CLI: handle removed dns options in deploy command by @fangchenli in #1992
- Add API docs by @kcpevey in #1634
- Upgrade images for jupyterhub-ssh, kbatch by @iameskild in #1997
- Add permissions to generate_cli_docs workflow by @iameskild in #2005
- standardize regex and messaging for names by @kenafoster in #2003
- ENH: specify required fields when retrieving available gcp projects by @fangchenli in #2008
- Modify JupyterHub networkPolicy to match existing policy by @iameskild in #1991
- Update package dependencies by @iameskild in #1986
- CI: Add AWS integration test workflow, clean up by @iameskild in #1977
- BUG: fix unboundlocalerror in integration test by @fangchenli in #1999
- Auth0/Github auth-provider config validation fix by @sblair-metrostar in #2009
- terraform upgrade to 1.5.7 by @sblair-metrostar in #1998
- cli init repo auto provision fix by @sblair-metrostar in #2012
- Add gcp_cleanup, minor changes by @iameskild in #2010
- Fix #2024 by @dcmcand in #2025
- Upgrade conda-store to 2023.9.2 by @iameskild in #2028
- Add upgrade steps, instructions for 2023.9.1 by @iameskild in #2029
- CI: add gcp integration test by @fangchenli in #2049
- CLN: remove flake8 from dependencies by @fangchenli in #2044
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2047
- fix typo in guided init for Digital Ocean by @dcmcand in #2059
- CI: add do integration by @fangchenli in #2060
- TYP: make all subfolders under kubernetes_services/template non-module by @fangchenli in #2043
- TYP: fix most typing errors in provider by @fangchenli in #2038
- Fix link to documentation on Nebari Deployment home page by @aktech in #2063
- TST: enable timeout config in playwright notebook test by @fangchenli in #1996
- DEPS: sync supported python version by @fangchenli in #2065
- Test support for Python 3.12 by @aktech in #2046
- BUG: fix validation error related to
provider
#2054 by @fangchenli in #2056 - CI: improve unit test workflow in CI, revert #2046 by @fangchenli in #2071
- TST: enable exact_match config in playwright notebook test by @fangchenli in #2027
- CI: move conda build test to separate job by @fangchenli in #2073
- Revert conda-store to v0.4.14, #2028 by @iameskild in #2074
- ENH/CI: add mypy config, and CI workflow by @fangchenli in #2066
- Update upgrade for 2023.10.1 by @kenfoster in #2080
- Update RELEASE notes, minor fixes by @iameskild in #2039
New Contributors
- @kalpanachinnappan made their first contribution in #1893
- @fangchenli made their first contribution in #1920
- @teoliphant made their first contribution in #1925
- @kenafoster made their first contribution in #1933
- @dcmcand made their first contribution in #2025
Full Changelog: 2023.7.2...2023.10.1