Releases: nebari-dev/nebari
2024.1.1rc2
What's Changed
- Remove JupyterLab from services list by @aktech in #2189
- Adding fields to ignore within keycloak_realm by @costrouc in #2200
- Add Nebari menu item configuration. by @marcelovilla in #2196
- Disable "Newer update available" popup as default setting by @viniciusdc in #2192
Full Changelog: 2024.1.1rc1...2024.1.1rc2
2024.1.1rc1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2176
- Fix logic for dns lookup. by @pt247 in #2166
- Integrate JupyterHub App Launcher into Nebari by @aktech in #2185
- Pass in permissions boundary to k8s module by @aktech in #2153
- Add jupyterlab-pioneer by @aktech in #2127
- JHub Apps: Filter conda envs by user by @aktech in #2187
- update upgrade command by @dcmcand in #2198
Full Changelog: 2023.12.1...2024.1.1rc1
2023.12.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2141
- add 2023.12.1 upgrade command by @dcmcand in #2158
- Add cdn as environment variable for bokeh resources. by @marcelovilla in #2161
- Update busybox image tag version by @pt247 in #2167
- update release version by @dcmcand in #2170
New Contributors
- @marcelovilla made their first contribution in #2161
- @pt247 made their first contribution in #2167
Full Changelog: 2023.11.1...2023.12.1
2023.12.1rc1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2141
- add 2023.12.1 upgrade command by @dcmcand in #2158
- Add cdn as environment variable for bokeh resources. by @marcelovilla in #2161
New Contributors
- @marcelovilla made their first contribution in #2161
Full Changelog: 2023.11.1...2023.12.1rc1
2023.11.1
What's Changed
- BUG: fix incorrect config override #2086 by @fangchenli in #2087
- ENH: add AWS IAM permissions_boundary option #2078 by @fangchenli in #2082
- CI: cleanup local integration workflow by @fangchenli in #2079
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2099
- ENH: check missing GCP services by @fangchenli in #2036
- ENH: use packaging for version parsing, add unit tests by @fangchenli in #2048
- ENH: specify required field when retrieving available gcp regions by @fangchenli in #2033
- Upgrade conda-store to 2023.10.1 by @iameskild in #2092
- Add upgrade command for 2023.11.1 by @iameskild in #2103
- CLN: cleanup typing and typing import in init by @fangchenli in #2107
- Remove kbatch, prefect and clearml by @iameskild in #2101
- Fix integration tests, helm-validate script by @iameskild in #2102
- Re-enable AWS tags support by @iameskild in #2096
- Update upgrade instructions for 2023.11.1 by @iameskild in #2112
- Update nebari-git env pins by @iameskild in #2113
- Update release notes for 2023.11.1 by @iameskild in #2114
- update constants.py with current version by @dcmcand in #2115
Full Changelog: 2023.10.1...2023.11.1
2023.11.1rc1
Release Candidate 1 for 2023.11.1
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 20...
2023.10.1rc1
Release candidate 1 for 2023.10.1.
2023.9.1rc1
Release candidate 1 for 2023.9.1
.
2023.7.2
Release 2023.7.2 - August 4, 2023
This is a hot-fix release that resolves an issue whereby users in the analyst
group are unable to launch their JupyterLab server because the name of the viewer-specific ARGO_TOKEN
was mislabeled; see PR 1881 for more details.
What's Changed
- Fix argo-viewer service account reference by @iameskild in #1881
- Add release notes for 2023.7.2, update release notes for 2023.7.1 by @iameskild in #1886
- Update upgrade command for 2023.7.2 by @iameskild in #1887
- Ensure path is Path object by @iameskild in #1888
Full Changelog: 2023.7.1...2023.7.2