Releases: nebari-dev/nebari
Releases · nebari-dev/nebari
2024.3.1rc1
What's Changed
- Merge
develop
intomain
for release2023.1.1
by @iameskild in #1637 - Update main with release/2023.4.1 by @iameskild in #1724
- Release/2023.5.1 by @iameskild in #1818
- Ensure
main
is accurately tracking release changes by @iameskild in #1949 - [RELEASE] - merge
develop
intomain
by @iameskild in #2089 - Merge release 2023.11.1 into main by @iameskild in #2117
- update release notes by @dcmcand in #2228
- Fix main merge conflict by @dcmcand in #2230
- Develop merge conflict by @dcmcand in #2231
- Modify Playwright test to account for changes in JupyterLab UI. by @marcelovilla in #2232
- Add favicon to jupyterhub theme. by @jbouder in #2222
- Set min nodes to 0 for worker and user. by @pt247 in #2168
- Remove
jhub-client
from pyproject.toml by @pavithraes in #2242 - Include permission validation step to programmatically cloned repos by @viniciusdc in #2258
- Expose jupyter's preferred dir as a config option by @krassowski in #2251
- Allow to configure default settings for JupyterLab (
overrides.json
) by @krassowski in #2249 - Feature/jlab menu customization by @marcelovilla in #2259
- Add cloud provider to the dask config.json file by @marcelovilla in #2266
- Fix syntax error in jupyter-server-config Python file by @krassowski in #2286
- Prepare 2024.3.1rc1 release by @marcelovilla in #2275
New Contributors
- @jbouder made their first contribution in #2222
- @krassowski made their first contribution in #2251
Full Changelog: 2024.1.1...2024.3.1rc1
2024.1.1
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
- 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
- Block usage of pip inside jupyterlab by @viniciusdc in #2191
- Return all environments instead of just those under the user's namespace for jhub-apps by @marcelovilla in #2206
- Adding a temporary writable directory for conda-store server /home/conda by @costrouc in #2209
- Add demo repositories mechanism to populate user's space by @viniciusdc in #2207
- update nebari_workflow_controller and conda_store tags to test rc by @dcmcand in #2210
- 2023.12.1 release notes by @dcmcand in #2211
- Make it so that jhub-apps default theme doesn't override by @costrouc in #2213
- Adding additional theme variables to jupyterhub theme config by @costrouc in #2215
- updates Current Release to 2024.1.1 by @dcmcand in #2227
Full Changelog: 2023.12.1...2024.1.1
2024.1.1rc5
What's Changed
Full Changelog: 2024.1.1rc4...2024.1.1rc5
2024.1.1rc4
What's Changed
- 2023.12.1 release notes by @dcmcand in #2211
- Make it so that jhub-apps default theme doesn't override by @costrouc in #2213
Full Changelog: 2024.1.1rc3...2024.1.1rc4
2024.1.1rc3
What's Changed
- Block usage of pip inside jupyterlab by @viniciusdc in #2191
- Return all environments instead of just those under the user's namespace for jhub-apps by @marcelovilla in #2206
- Adding a temporary writable directory for conda-store server /home/conda by @costrouc in #2209
- Add demo repositories mechanism to populate user's space by @viniciusdc in #2207
- update nebari_workflow_controller and conda_store tags to test rc by @dcmcand in #2210
Full Changelog: 2024.1.1rc2...2024.1.1rc3
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