Nebari-jupyterhub-theme

Latest version: v2023.4.1

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

Scan your dependencies

Page 1 of 2

2023.4.1

What's Changed

* Changed keycloak url to point to user management portal (15)

2023.1.1

What's Changed
* 🔄 Synced file(s) with nebari-dev/.github by nebari-sensei in https://github.com/nebari-dev/nebari-jupyterhub-theme/pull/7
* 🔄 Synced file(s) with nebari-dev/.github by nebari-sensei in https://github.com/nebari-dev/nebari-jupyterhub-theme/pull/8
* 🔄 Synced file(s) with nebari-dev/.github by nebari-sensei in https://github.com/nebari-dev/nebari-jupyterhub-theme/pull/9
* 🔄 Synced file(s) with nebari-dev/.github by nebari-sensei in https://github.com/nebari-dev/nebari-jupyterhub-theme/pull/10
* ENH - Add jinja linter by trallard in https://github.com/nebari-dev/nebari-jupyterhub-theme/pull/11
* ENH - Improve styles and `css` structure by trallard in https://github.com/nebari-dev/nebari-jupyterhub-theme/pull/12

New Contributors
* nebari-sensei made their first contribution in https://github.com/nebari-dev/nebari-jupyterhub-theme/pull/7

2022.10.1

bash
git checkout -b release-0.3.6


2. Document an overview of changes since the last release in `CHANGELOG.md`
3. Update the version in `pyproject.toml`
4. Build locally using `hatch build`, and verify the contents of the artifacts
5. Submit the PR, and merge the release branch into `main` once approved
6. Prepare the release commit - checkout the branch for the release and make sure it is to date and the repo is clean:

bash
git checkout main
git fetch && git pull
git clean -xdfq


7. Tag the release with version number and push to `nebari_jupyterhub_theme`

bash
remember we use non-zero-padded months and release numbers
git tag -a `YY.MM.release-no` -m "Release `YY.MM.release-no`"
git push origin `YY.MM.release-no`


If you need to course-correct and delete the tag:

bash
git tag -d `YY.MM.release-no`
git push --delete origin `YY.MM.release-no`


8. Check that the release has been published on PyPI


Changelog

This changelog follows the format defined at: https://keepachangelog.com/en/1.0.0/

0.3.6

Added

- Extend navbar links 16

0.3.5

Fixed

- Updates to the version display style 15

0.3.4

Documentation

- Updates to Readme

Added

- Expose navbar color options 12
- Add option to display Qhub version 13

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.