Nebari

Latest version: v2024.12.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

2023.1.1

Not secure
What's Changed

- 🔄 Synced file(s) with nebari-dev/.github by nebari-sensei in https://github.com/nebari-dev/nebari/pull/1588
- Make conda-store file system read-only by default by alimanfoo in https://github.com/nebari-dev/nebari/pull/1595
- ENH - Switch to ruff and pre-commit.ci by trallard in https://github.com/nebari-dev/nebari/pull/1602
- Migrate to hatch by iameskild in https://github.com/nebari-dev/nebari/pull/1545
- Add check_repository_cred function to CLI by iameskild in https://github.com/nebari-dev/nebari/pull/1605
- Adding jupyterlab-conda-store extension support to Nebari by costrouc in https://github.com/nebari-dev/nebari/pull/1564
- [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1613
- Ensure Argo-Workflow controller containerRuntimeExecutor is set to emissary by iameskild in https://github.com/nebari-dev/nebari/pull/1614
- Pass `secret_name` to TF scripts when certificate type = existing by iameskild in https://github.com/nebari-dev/nebari/pull/1621
- Pin Nebari dependencies, set k8s version for GKE by iameskild in https://github.com/nebari-dev/nebari/pull/1624
- Create aws-force-destroy bash script by iameskild in https://github.com/nebari-dev/nebari/pull/1611
- Add option for AWS node-groups to run in a single subnet/AZ by iameskild in https://github.com/nebari-dev/nebari/pull/1428
- Add export-users to keycloak CLI command, add dev CLI command by iameskild in https://github.com/nebari-dev/nebari/pull/1610
- Unpin packages in default dashboard env by iameskild in https://github.com/nebari-dev/pull/1628
- Add release notes for 2023.1.1 by iameskild in https://github.com/nebari-dev/nebari/pull/1629
- Set GKE release_channel to unspecified to prevent auto k8s updates by iameskild in https://github.com/nebari-dev/nebari/pull/1630
- Update default nebari-dask, nebari image tags by iameskild in https://github.com/nebari-dev/nebari/pull/1636

New Contributors

- pre-commit-ci made their first contribution in https://github.com/nebari-dev/nebari/pull/1613

2022.11.1

Not secure
What's Changed

- cherry-pick Update README logo (1514) by aktech in https://github.com/nebari-dev/nebari/pull/1517

2022.10.1

Not secure
**WARNING**

> The project has recently been renamed from QHub to Nebari. If your deployment is is still managed by `qhub`, performing an inplace upgrade will **IRREVOCABLY BREAK** your deployment. This will cause you to lose any data stored on the platform, including but not limited to, NFS (filesystem) data, conda-store environments, Keycloak users and groups, etc. Please [backup](https://www.nebari.dev/docs/how-tos/manual-backup) your data before attempting an upgrade.

Feature changes and enhancements

We are happy to announce the first official release of Nebari (formly QHub)! This release lays the groundwork for many exciting new features and improvements to come.

This release introduces several important changes which include:

- a major project name change from QHub to Nebari - [PR 1508](https://github.com/nebari-dev/nebari/pull/1508)
- a switch from the SemVer to CalVer versioning format - [PR 1501](https://github.com/nebari-dev/nebari/pull/1501)
- a new, Typer-based CLI for improved user experience - [PR 1443](https://github.com/Quansight/qhub/pull/1443) + [PR 1519](https://github.com/nebari-dev/nebari/pull/1519)

Although breaking changes are never fun, the Nebari development team believes these changes are important for the immediate and future success of the project. If you experience any issues or have any questions about these changes, feel free to open an [issue on our Github repo](https://github.com/nebari-dev/nebari/issues).

What's Changed

- Switch to CalVer by iameskild in https://github.com/nebari-dev/nebari/pull/1501
- Update theme welcome messages to use Nebari by pavithraes in https://github.com/nebari-dev/nebari/pull/1503
- Name change QHub --> Nebari by iameskild in https://github.com/nebari-dev/nebari/pull/1508
- qhub/initialize: lazy load attributes that require remote information by FFY00 in https://github.com/nebari-dev/nebari/pull/1509
- Update README logo reference by viniciusdc in https://github.com/nebari-dev/nebari/pull/1514
- Add fix, enhancements and pytests for CLI by iameskild in https://github.com/nebari-dev/nebari/pull/1498
- Remove old CLI + cleanup by iameskild in https://github.com/nebari-dev/nebari/pull/1519
- Update `skip_remote_state_provision` default value by viniciusdc in https://github.com/nebari-dev/nebari/pull/1521
- Add release notes for 2022.10.1 in https://github.com/nebari-dev/nebari/pull/1523

New Contributors

- pavithraes made their first contribution in https://github.com/nebari-dev/nebari/pull/1503
- FFY00 made their first contribution in https://github.com/nebari-dev/nebari/pull/1509

**Note: The following releases (v0.4.5 and lower) were made under the name `Quansight/qhub`.**

0.4.5

Enhancements for this release include:

- Fix reported bug with Azure deployments due to outdated azurerm provider
- All dashboards related conda-store environments are now visible as options for spawning dashboards
- New Nebari entrypoint
- New Typer-based CLI for Qhub (available using new entrypoint)
- Renamed built-in conda-store namespaces and added customization support
- Updated Traefik version to support the latest Kubernetes API

What's Changed

- Update azurerm version by tjcrone in https://github.com/Quansight/qhub/pull/1471
- Make CDSDashboards.conda_envs dynamically update from function by costrouc in https://github.com/Quansight/qhub/pull/1358
- Fix get_latest_repo_tag fn by iameskild in https://github.com/Quansight/qhub/pull/1485
- Nebari Typer CLI by asmijafar20 in https://github.com/Quansight/qhub/pull/1443
- Pass AWS `region`, `kubernetes_version` to terraform scripts by iameskild in https://github.com/Quansight/qhub/pull/1493
- Enable ebs-csi driver on AWS, add region + kubernetes_version vars by iameskild in https://github.com/Quansight/qhub/pull/1494
- Update traefik version + CRD by iameskild in https://github.com/Quansight/qhub/pull/1489
- [ENH] Switch default and filesystem name envs by viniciusdc in https://github.com/Quansight/qhub/pull/1357

New Contributors

- tjcrone made their first contribution in https://github.com/Quansight/qhub/pull/1471

Migration note

If you are upgrading from a version of Nebari prior to `0.4.5`, you will need to manually update your conda-store namespaces
to be compatible with the new Nebari version. This is a one-time migration step that will need to be performed after upgrading to continue using the service. Refer to [How to migrate base conda-store namespaces](https://deploy-preview-178--nebari-docs.netlify.app/troubleshooting#conda-store-compatibility-migration-steps-when-upgrading-to-045) for further instructions.

0.4.4

Feature changes and enhancements

Enhancements for this release include:

- Bump `conda-store` version to `v0.4.11` and enable overrides
- Fully decouple the JupyterLab, JupyterHub and Dask-Worker images from the main codebase
- See https://github.com/nebari-dev/nebari-docker-images for images
- Add support for Python 3.10
- Add support for Terraform binary download for M1 Mac
- Add option to supply additional arguments to ingress from qhub-config.yaml
- Add support for Kubernetes Kind (local)

What's Changed

- Add support for terraform binary download for M1 by aktech in https://github.com/Quansight/qhub/pull/1370
- Improvements in the QHub Cost estimate tool by HarshCasper in https://github.com/Quansight/qhub/pull/1365
- Add Python-3.10 by HarshCasper in https://github.com/Quansight/qhub/pull/1352
- Add backwards compatibility item to test checklist by viniciusdc in https://github.com/Quansight/qhub/pull/1381
- add code server version to fix build by HarshCasper in https://github.com/Quansight/qhub/pull/1383
- Update Cirun.io config to use labels by aktech in https://github.com/Quansight/qhub/pull/1379
- Decouple docker images by iameskild in https://github.com/Quansight/qhub/pull/1371
- Set LATEST_SUPPORTED_PYTHON_VERSION as str by iameskild in https://github.com/Quansight/qhub/pull/1387
- Integrate kind into local deployment to no longer require minikube for development by costrouc in https://github.com/Quansight/qhub/pull/1171
- Upgrade conda-store to 0.4.7 allow for customization by costrouc in https://github.com/Quansight/qhub/pull/1385
- [ENH] Bump conda-store to v0.4.9 by viniciusdc in https://github.com/Quansight/qhub/pull/1392
- [ENH] Add `pyarrow` and `s3fs` by viniciusdc in https://github.com/Quansight/qhub/pull/1393
- Fixing bug in authentication method in Conda-Store authentication by costrouc in https://github.com/Quansight/qhub/pull/1396
- CI: Merge test and release to PyPi workflows into one by HarshCasper in https://github.com/Quansight/qhub/pull/1386
- Update packages in the dashboard env by iameskild in https://github.com/Quansight/qhub/pull/1402
- BUG: Setting behind proxy setting in conda-store to be aware of http vs. https by costrouc in https://github.com/Quansight/qhub/pull/1404
- Minor update to release workflow by iameskild in https://github.com/Quansight/qhub/pull/1406
- Clean up release workflow by iameskild in https://github.com/Quansight/qhub/pull/1407
- Add release notes for v0.4.4 by iameskild in https://github.com/Quansight/qhub/pull/1408
- Update Ingress overrides behaviour by viniciusdc in https://github.com/Quansight/qhub/pull/1420
- Preserve conda-store image permissions by iameskild in https://github.com/Quansight/qhub/pull/1419
- Add project name to jhub helm chart release name by iameskild in https://github.com/Quansight/qhub/pull/1422
- Fix for helm extension overrides data type issue by konkapv in https://github.com/Quansight/qhub/pull/1424
- Add option to disable tls certificate by iameskild in https://github.com/Quansight/qhub/pull/1421
- Fixing provider=existing for local/existing by costrouc in https://github.com/Quansight/qhub/pull/1425
- Update release, testing checklist by iameskild in https://github.com/Quansight/qhub/pull/1397
- Add `--disable-checks` flag to deploy by iameskild in https://github.com/Quansight/qhub/pull/1429
- Adding option to supply additional arguments to ingress via `ingress.terraform_overrides.additional-arguments` by costrouc in https://github.com/Quansight/qhub/pull/1431
- Add properties to middleware crd headers by iameskild in https://github.com/Quansight/qhub/pull/1434
- Restart conda-store worker when new conda env is added to config.yaml by iameskild in https://github.com/Quansight/qhub/pull/1437
- Pin dask ipywidgets version to `7.7.1` by viniciusdc in https://github.com/Quansight/qhub/pull/1442
- Set qhub-dask version to 0.4.4 by iameskild in https://github.com/Quansight/qhub/pull/1470

New Contributors

- konkapv made their first contribution in https://github.com/Quansight/qhub/pull/1424

0.4.3

Feature changes and enhancements

Enhancements for this release include:

- Integrating Argo Workflow
- Integrating kbatch
- Adding `cost-estimate` CLI subcommand (Infracost)
- Add `panel-serve` as a CDS dashboard option
- Add option to use RetroLab instead of default JupyterLab

What's Changed

- Update the login/Keycloak docs page by gabalafou in https://github.com/Quansight/qhub/pull/1289
- Add configuration option so myst parser generates anchors for heading… by costrouc in https://github.com/Quansight/qhub/pull/1299
- Image scanning by HarshCasper in https://github.com/Quansight/qhub/pull/1291
- Fix display version behavior by viniciusdc in https://github.com/Quansight/qhub/pull/1275
- [Docs] Add docs about custom Identity providers for Authentication by viniciusdc in https://github.com/Quansight/qhub/pull/1273
- Add prefect token var to CI when needed by viniciusdc in https://github.com/Quansight/qhub/pull/1279
- ci: prevent image scans on main image builds by HarshCasper in https://github.com/Quansight/qhub/pull/1300
- Integrate `kbatch` by iameskild in https://github.com/Quansight/qhub/pull/1258
- add `retrolab` to the base jupyter image by tonyfast in https://github.com/Quansight/qhub/pull/1222
- Update pre-commit, remove vale by iameskild in https://github.com/Quansight/qhub/pull/1282
- Argo Workflows by Adam-D-Lewis in https://github.com/Quansight/qhub/pull/1252
- Update minio, postgresql chart repo location by iameskild in https://github.com/Quansight/qhub/pull/1308
- Fix broken AWS, set minimum desired size to 1, enable 0 scaling by tylerpotts in https://github.com/Quansight/qhub/pull/1304

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.