Nebari

Latest version: v2025.3.1

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

Scan your dependencies

Page 4 of 8

2023.5.1

Not secure
Feature changes and enhancements

- Upgrade Argo-Workflows to version 3.4.4

Breaking Changes

- The Argo-Workflows version upgrade will result in a breaking change if the existing Kubernetes CRDs are not deleted (see the NOTE below for more details).
- There is a minor breaking change for the Nebari CLI version shorthand, previously it `nebari -v` and now to align with Python convention, it will be `nebari -V`.

> NOTE: After installing the Nebari version `2023.5.1`, please run `nebari upgrade -c nebari-config.yaml` to upgrade
> the `nebari-config.yaml`. This command will also prompt you to delete a few Kubernetes resources (specifically
> the Argo-Workflows CRDS and service accounts) before you can upgrade.

What's Changed

- Use --quiet flag for conda install in CI by pmeier in https://github.com/nebari-dev/nebari/pull/1699
- improve CLI tests by pmeier in https://github.com/nebari-dev/nebari/pull/1710
- Fix Existing dashboards by Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/1723
- Fix dashboards by Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/1727
- Typo in the conda-store - conda_store key by costrouc in https://github.com/nebari-dev/nebari/pull/1740
- use -V (upper case) for --version short form by pmeier in https://github.com/nebari-dev/nebari/pull/1720
- [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1692
- improve pytest configuration by pmeier in https://github.com/nebari-dev/nebari/pull/1700
- fix upgrade command to look for nebari_version instead of qhub_version by Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/1693
- remove lazy import by pmeier in https://github.com/nebari-dev/nebari/pull/1721
- fix nebari invocation through python by pmeier in https://github.com/nebari-dev/nebari/pull/1711
- Update Argo Workflows to latest version by Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/1639
- Update secret token in release-notes-sync action by pavithraes in https://github.com/nebari-dev/nebari/pull/1753
- Typo fix in release-notes-sync action by pavithraes in https://github.com/nebari-dev/nebari/pull/1756
- 🔄 Synced file(s) with nebari-dev/.github by nebari-sensei in https://github.com/nebari-dev/nebari/pull/1758
- Update path in release-notes-sync action by pavithraes in https://github.com/nebari-dev/nebari/pull/1757
- Updating heading format in release notes by pavithraes in https://github.com/nebari-dev/nebari/pull/1761
- Update vault url by costrouc in https://github.com/nebari-dev/nebari/pull/1752
- Fix? contributor test trigger by pmeier in https://github.com/nebari-dev/nebari/pull/1734
- Consistent user Experience with y/N. by AM-O7 in https://github.com/nebari-dev/nebari/pull/1747
- Fix contributor trigger by pmeier in https://github.com/nebari-dev/nebari/pull/1765
- add more debug output to contributor test trigger by pmeier in https://github.com/nebari-dev/nebari/pull/1766
- fix copy-paste error by pmeier in https://github.com/nebari-dev/nebari/pull/1767
- add instructions insufficient permissions of contributor trigger by pmeier in https://github.com/nebari-dev/nebari/pull/1772
- fix invalid escape sequence by pmeier in https://github.com/nebari-dev/nebari/pull/1770
- Update AMI in `.cirun.yml` for nebari-dev-ci AWS account by aktech in https://github.com/nebari-dev/nebari/pull/1776
- [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1768
- turn warnings into errors with pytest by pmeier in https://github.com/nebari-dev/nebari/pull/1774
- purge setup.cfg by pmeier in https://github.com/nebari-dev/nebari/pull/1781
- improve pre-commit run on GHA by pmeier in https://github.com/nebari-dev/nebari/pull/1782
- Upgrade to k8s 1.24 by iameskild in https://github.com/nebari-dev/nebari/pull/1760
- Overloaded dask gateway fix by Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/1777
- Add option to specify GKE release channel by iameskild in https://github.com/nebari-dev/nebari/pull/1648
- Update upgrade command, add RELEASE notes by iameskild in https://github.com/nebari-dev/nebari/pull/1789

New Contributors

- pmeier made their first contribution in https://github.com/nebari-dev/nebari/pull/1699
- AM-O7 made their first contribution in https://github.com/nebari-dev/nebari/pull/1747

**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2023.4.1...2023.5.1

2023.4.1

Not secure
> NOTE: Nebari requires Kubernetes version 1.23 and Digital Ocean now requires new clusters to run Kubernetes version 1.24. This means that if you are currently running on Digital Ocean, you should be fine but deploying on a new cluster on Digital Ocean is not possible until we upgrade Kubernetes version (see [issue 1622](https://github.com/nebari-dev/nebari/issues/1622) for more details).

Feature changes and enhancements

- Upgrades and improvements to conda-store including a new user-interface and greater administrator capabilities.
- Idle-culler settings can now be configured directly from the `nebari-config.yaml`.

What's Changed

- PR: Raise timeout for jupyter session by ppwadhwa in https://github.com/nebari-dev/nebari/pull/1646
- PR lower dashboard launch timeout by ppwadhwa in https://github.com/nebari-dev/nebari/pull/1647
- PR: Update dashboard environment by ppwadhwa in https://github.com/nebari-dev/nebari/pull/1655
- Fix doc link in README.md by tkoyama010 in https://github.com/nebari-dev/nebari/pull/1660
- PR: Update dask environment by ppwadhwa in https://github.com/nebari-dev/nebari/pull/1654
- Feature remove jupyterlab news by costrouc in https://github.com/nebari-dev/nebari/pull/1641
- [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1644
- Feat GitHub actions before_script and after_script steps by costrouc in https://github.com/nebari-dev/nebari/pull/1672
- Remove examples folder by ppwadhwa in https://github.com/nebari-dev/nebari/pull/1664
- Fix GH action typos by kcpevey in https://github.com/nebari-dev/nebari/pull/1677
- Github Actions CI needs id-token write permissions by costrouc in https://github.com/nebari-dev/nebari/pull/1682
- Update AWS force destroy script, include lingering volumes by iameskild in https://github.com/nebari-dev/nebari/pull/1681
- [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/nebari-dev/nebari/pull/1673
- Make idle culler settings configurable from the `nebari-config.yaml` by iameskild in https://github.com/nebari-dev/nebari/pull/1689
- Update pyproject dependencies and add test to ensure it builds on conda-forge by iameskild in https://github.com/nebari-dev/nebari/pull/1662
- Retrieve secrets from Vault, fix test-provider CI by iameskild in https://github.com/nebari-dev/nebari/pull/1676
- Pull PyPI secrets from Vault by iameskild in https://github.com/nebari-dev/nebari/pull/1696
- Adding newest conda-store 0.4.14 along with superadmin credentials by costrouc in https://github.com/nebari-dev/nebari/pull/1701
- Update release notes for 2023.4.1 by iameskild in https://github.com/nebari-dev/nebari/pull/1722

New Contributors

- ppwadhwa made their first contribution in https://github.com/nebari-dev/nebari/pull/1646
- tkoyama010 made their first contribution in https://github.com/nebari-dev/nebari/pull/1660

**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2023.1.1...2023.4.1

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`.**

1.29

> specified in your nebari-config YAML file and redeploying to apply the changes.
>
> Remember that Kubernetes minor versions must be upgraded incrementally (1.29 → 1.30 →
> 1.31).

What's Changed
- fix bug to allow --import-plugin to work by Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/2864
- Add azure kubernetes policy add-on by viniciusdc in https://github.com/nebari-dev-nebari/pull/2888
- Yaml config sets by Adam-D-Lewis in https://github.com/nebari-dev/nebari/pull/287-
- Add ability to list user installed plugins from the CLI by soapy1 in https://githu-.com/nebari-dev/nebari/pull/2891
- [ENH] - Include "--attempt-fixes" flag from Nebari upgrade CLI in upgrade steps log-c by smokestacklightnin in https://github.com/nebari-dev/nebari/pull/2839
- add authorized ip range variable for azure by dcmcand in https://github.com/nebari-dev/nebari/pull/2880
- Upgrade conda-store to 2024.11.2 by marcelovilla in https://github.com/nebari-dev/-ebari/pull/2815
- Handle default value for azure addon policy by viniciusdc in https://github.com/ne-ari-dev/nebari/pull/2905
- Update conda-store-ui tests for updated page by soapy1 in https://github.com/nebar--dev/nebari/pull/2911
- Remove unintended character at the end of the TF_LOG variable by marcelovilla in h-tps://github.com/nebari-dev/nebari/pull/2912
- Update k8s max version by dcmcand in https://github.com/nebari-dev/nebari/pull/290-
- [ENH] - Use GitHub secrets instead of Vault by smokestacklightnin in https://github.com/nebari-d-v/nebari/pull/2889
- adds info command text display & change the order of command display by kernel-loophole in https-//github.com/nebari-dev/nebari/pull/2916
- `2025.1.1` Upgrade step and version bump by viniciusdc in https://github.com/nebari-dev/nebari/p-ll/2924
- Retrieve all conda-store environments by soapy1 in https://github.com/nebari-dev/nebari/pull/291-
- [BUG] - Make sure to get envs when the number of envs is less than page limit by soapy1 in https://github.com/nebar--dev/nebari/pull/2939
- Fix Playwright CI errors & update local instructions by viniciusdc in https://github.com/nebari-dev/nebari/pull/294-
- Update conda-store-server image + use public auth_schema module for AuthenticationToken by soapy1 in https://github.com/nebari-dev/nebari/pull/2931-

New Contributors

- soapy1 made their first contribution in https://github.com/nebari-dev/nebari/pull2891
- smokestacklightnin made their first contribution in https://github.com/nebari-dev
/nebari/pull/2839
- kernel-loophole made their first contribution in https://github.com/nebari-dev/nebari/pull/2916

**Full Changelog**: https://github.com/nebari-dev/nebari/compare/2024.12.1...2025.2.1

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.