Simon Li
Simon Li
### Bug description https://www.npmjs.com/package/@novnc/novnc/v/1.5.0 was released 3 days ago (18 June 2024). jupyter-remote-desktop-proxy can no longer be built or installed ### How to reproduce Follow the build-release steps: https://github.com/manics/jupyter-remote-desktop-proxy/blob/b4e88e9851ca4b7a8ae890cdff84a70777ff66f7/.github/workflows/release.yaml#L41-L49 ####...
A major release because we've bumped Python to 3.8. Closes https://github.com/jupyterhub/traefik-proxy/issues/249 Open PRs: https://github.com/jupyterhub/traefik-proxy/pulls Open bugs: https://github.com/jupyterhub/traefik-proxy/issues?q=is%3Aissue+is%3Aopen+label%3Abug
*Issue #, if available:* *Description of changes:* The [README for `recipes/security/public_certs`](https://github.com/aws-samples/aws-hpc-recipes/blob/d2dd90264197c169d75a37bfb70277946e01b7bc/recipes/security/public_certs/README.md) links to https://github.com/acmesh-official/acme.sh.git but the main.yaml CloudFormation template uses the old https://github.com/Neilpang/acme.sh.git This PR changes main.yaml to use https://github.com/acmesh-official/acme.sh.git...
I've copied https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/77e9df64f926582417ce8389cc55d58849ce4aff/ci/summarise-linkcheck-output#L1-L23 into an action: https://github.com/manics/action-sphinx-linkcheck-summary Example output:  Without this PR: 
We've got a Z2JH PR adding partial IPv6 support. Can we test it in CI? https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3485 Includes https://github.com/jupyterhub/action-k3s-helm/pull/117 https://github.com/actions/runner-images/issues/668 implies IPv6 may or may not work, it's unclear.
### Bug description Admin `Stop All` does not stop named servers ### How to reproduce 1. Configure a hub with named servers 2. Login as an admin 3. Start the...
By default JupyterHub Authenticator do not allow `admin_users` to login unless they're in `allowed_users` or some other `allow_*` config. https://github.com/jupyterhub/oauthenticator/pull/594 changed the behaviour of OAuthenticator to allow members of `admin_users`...
The [JupyterHub v5 upgrade doc](https://jupyterhub.readthedocs.io/en/stable/howto/upgrading-v5.html#user-subdomains) says > All JupyterHub deployments which care about protecting users from each other are encouraged to enable per-user domains, if possible, as this provides the...
Breaking changes: - Notebook 7 - jupyterhub-singleuser 5
### Proposed change Allow multiple `unlisted_choice` fields in the same profile ### Alternative options Don't allow it ### Who would use this feature? Requested in https://discourse.jupyter.org/t/dynamic-cpu-and-memory-through-helm-chart/29271/3: The ability to allow...