You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,6 @@ These breaking changes have been made relative to the 1.\* series of Z2JH releas
50
50
- Security: breaking change to `*.networkPolicy.egress`
51
51
- JupyterHub upgraded from 1.x to 3.x along with related hub components
52
52
- JupyterLab and Jupyter Server is now the default singleuser application
53
-
- Default to using the container image's command instead of `jupyterhub-singleuser`[#2449](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2449)
54
53
- Configuration in `jupyterhub_config.d` has a higher priority than `hub.config`[#2457](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2457)
55
54
- User scheduler plugin configuration has changed to match `kubescheduler.config.k8s.io/v1beta3`[#2590](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2590)
56
55
- Kubernetes version 1.20+ is required [#2635](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2635)
@@ -115,6 +114,7 @@ For a detailed list of Python dependencies in the `hub` Pod's Docker image, insp
115
114
- hub image: remove workaround for ruamel.yaml.clib on aarch64 [#2846](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2846) ([@consideRatio](https://github.com/consideRatio))
116
115
- Make the singleuser-sample image use python:3.9-slim-bullseye as a base image to retain arm64 support [#2845](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2845) ([@minrk](https://github.com/minrk))
117
116
- Restore jupyterhub-singleuser as the default command [#2820](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2820) ([@minrk](https://github.com/minrk))
117
+
- Reverted unreleased breaking change: Default to using the container image's command instead of `jupyterhub-singleuser`[#2449](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2449)
118
118
- Adjust kerning on large JupyterHub in NOTES.txt [#2787](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2787) ([@manics](https://github.com/manics))
119
119
- hub image: remove wheel building aarch64 workaround for pycryptodomex [#2766](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2766) ([@consideRatio](https://github.com/consideRatio))
120
120
- hub image: downgrade to ltiauthenticator 1.2.0 [#2741](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2741) ([@consideRatio](https://github.com/consideRatio))
0 commit comments