Skip to content

Releases: nebari-dev/nebari

v0.4.2rc1 - June 8, 2022

08 Jun 20:41
Compare
Choose a tag to compare
Pre-release

Release Candidate 1 for v0.4.2.

v0.4.1 - May 10, 2022

10 May 16:47
ed11d4a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.1rc2 - May 9, 2022

09 May 18:54
4c864db
Compare
Choose a tag to compare
Pre-release

Release Candidate 2 for v0.4.1.

v0.4.1rc1 - April 28, 2022

28 Apr 19:58
c3d8d33
Compare
Choose a tag to compare
Pre-release

Release Candidate 1 for v0.4.1.

v0.4.0.post1 - April 7, 2022

08 Apr 00:32
b945f09
Compare
Choose a tag to compare

This post-release addresses the a few minor bugs and updates the release notes.
There are no breaking changes or API changes.

  • Render .gitignore, black py files - PR 1206
  • Update qhub-dask pinned version - PR 1224
  • Update conda-store-environment variable type - PR 1213
  • Update release notes - justification for changes in v0.4.0 - PR 1178
  • Merge spawner and profile env vars to ensure dashboard sharing vars are provided to dashboard servers - PR 1237

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)