Skip to content

Releases: nebari-dev/nebari

v0.4.0 - 03/17/2022

17 Mar 21:50
25d94e5
Compare
Choose a tag to compare

Breaking changes

  • Upgrading to v0.4.0 will require a filesystem backup given the scope and size of the current change set.
    • Running qhub upgrade will produce an updated qhub-config.yaml and a json file of users that can then be imported into Keycloak.
  • With the addition of Keycloak, QHub will no longer support security.authentication.type = custom.
    • No more users and groups in the qhub-config.yaml.

Feature changes and enhancements

  • Authentication is now managed by Keycloak.
  • QHub Helm extension mechanism added.
  • Allow JupyterHub overrides in the qhub-config.yaml.
  • qhub support CLI option to save Kubernetes logs.
  • Updates conda-store UI.

What's Changed

Read more

v0.4.0rc2 - 03/03/2022

03 Mar 20:07
62196c9
Compare
Choose a tag to compare
Pre-release

Release-candidate 2 for v0.4.0

v0.4.0rc1 - 02/25/2022

25 Feb 19:39
68bb825
Compare
Choose a tag to compare
Pre-release

Release-candidate for v0.4.0.

v0.3.14

02 Dec 19:01
Compare
Choose a tag to compare

Release 0.3.14 - 11/19/2021

Breaking changes

  • No known breaking changes

Feature changes and enhancements

  • Fixed bug due to an unpinned GCP terraform dependency preventing deployment on GCP (#914)
  • Deletes existing .gitlab-ci.yml when rendering (#887)
  • Update default CDS dashboards version to 0.6.0 (this commit)
  • Update Azure env variable names in terraform (#882)
  • Add timeout to terraform import to prevent terminal hanging when resource doesn't exist (this commit)

Release 0.3.13 - 10/15/2021

15 Oct 19:42
828f3f0
Compare
Choose a tag to compare

Release 0.3.13 - 10/15/2021

Breaking changes

  • No known breaking changes

Feature changes and enhancements

  • Allow users to specify external Container Registry (#741)
  • Integrate Prometheus and Grafana into QHub (#733)
  • Add Traefik Dashboard (#797)
  • Make ForwardAuth optional for ClearML (#830)
  • Include override configuration for Prefect Agent (#813)
  • Improve authentication type checking (#834)
  • Switch to pydata Sphinx theme (#805)

Bug fixes

  • Add force-destroy command (only for AWS at the moment) (#694)
  • Include namespace in conda-store PVC (#716)
  • Secure ClearML behind ForwardAuth (#721)
  • Fix connectivity issues with AWS EKS via Terraform (#734)
  • Fix conda-store pod eviction and volume conflicts (#740)
  • Update remove_existing_renders to only delete QHub related files/directories (#800)
  • Reduce number of AWS subnets down to 4 to increase the number of availble nodes by a factor of 4 (#839)

Release 0.3.12 - 06/30/2021

30 Jun 14:53
Compare
Choose a tag to compare

Release 0.3.12 - 06/30/2021

Breaking changes

Feature changes and enhancements

  • Additional validation checks for QHub configuration file
  • Enhancements and addition of documentation for Prefect Integration
  • ClearML Integration
  • Add support for GPUs on AWS
  • Add auto linting and PR commenting for PR's
  • Github Workflow templates simplified
  • Add notes in docs for local development with WSL2

Bug fixes

  • Fix qhub-dask wrong dependecies pins
  • Prefect Integration fixes
  • Fix OpenGL specification for conda-store image

Release 0.3.11 - 05/07/2021

07 May 15:17
caad7ea
Compare
Choose a tag to compare

Breaking changes

Feature changes and enhancements

  • better validation messages on github auto provisioning

Bug fixes

  • removing default values from pydantic schema which caused invalid yaml files to unexpectly pass validation
  • make kubespawner_override.environment overriadable (prior changes were overwritten)

Release 0.3.10 - 05/06/2021

06 May 16:46
53c95d1
Compare
Choose a tag to compare

Breaking changes

  • reverting qhub_user default name to jovyan

Feature changes and enhancements

Bug fixes

Release 0.3.9 - 05/05/2021

05 May 20:13
37042e1
Compare
Choose a tag to compare

Breaking changes

Feature changes and enhancements

Bug fixes

  • terraform formatting in cookiecutter for enabling GPUs on GCP

Release 0.3.8 - 05/05/2021

05 May 18:57
57499b3
Compare
Choose a tag to compare

Breaking changes

Feature changes and enhancements

  • creating releases for QHub simplified
  • added an image for overriding the dask-gateway being used

Bug fixes

  • dask-gateway exposed by default now properly
  • typo in cookiecutter for enabling GPUs on GCP