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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ changes in pull requests], this list should be updated.
17
17
18
18
## 4.0
19
19
20
-
### 4.0.0 - 2024-11
20
+
### 4.0.0 - 2024-11-07
21
21
22
22
This release updates JupyterHub itself from version 4 to 5, and the dependencies
23
23
`jupyterhub-kubespawner`, `oauthenticator`, and `ldapauthenticator` to a new
@@ -42,12 +42,12 @@ major version.
42
42
- JupyterHub 4.1.6 has been upgraded to 5.2.1
43
43
- Refer to the [JupyterHub changelog] for details and pay attention to the
44
44
entries for JupyterHub version 5.0.0.
45
-
- OAuthenticator 16.3.1 has been upgraded to 17.0.0
45
+
- OAuthenticator 16.3.1 has been upgraded to 17.1.0
46
46
- If you are using an OAuthenticator based authenticator class
47
47
(GitHubOAuthenticator, GoogleOAuthenticator, ...), refer to the
48
48
[OAuthenticator changelog] for details and pay attention to the entries for
49
49
JupyterHub version 17.0.0.
50
-
- LDAPAuthenticator 1.3.2 has been upgraded to 2.0.0b2
50
+
- LDAPAuthenticator 1.3.2 has been upgraded to 2.0.2
51
51
- If you are using this authenticator class, refer to the [LDAPAuthenticator
52
52
changelog] for details and pay attention to the entries for
53
53
LDAPAuthenticator version 2.0.0.
@@ -61,12 +61,12 @@ major version.
61
61
|[jupyterhub](https://github.com/jupyterhub/jupyterhub)| 4.1.6 | 5.2.1 |[Changelog](https://jupyterhub.readthedocs.io/en/stable/reference/changelog.html)| Run in the `hub` pod |
62
62
|[kubespawner](https://github.com/jupyterhub/kubespawner)| 6.2.0 | 7.0.0 |[Changelog](https://jupyterhub-kubespawner.readthedocs.io/en/stable/changelog.html)| Run in the `hub` pod |
63
63
|[oauthenticator](https://github.com/jupyterhub/oauthenticator)| 16.3.1 | 17.1.0 |[Changelog](https://oauthenticator.readthedocs.io/en/stable/reference/changelog.html)| Run in the `hub` pod |
64
-
|[ldapauthenticator](https://github.com/jupyterhub/ldapauthenticator)| 1.3.2 | 2.0.0|[Changelog](https://github.com/jupyterhub/ldapauthenticator/blob/HEAD/CHANGELOG.md)| Run in the `hub` pod |
64
+
|[ldapauthenticator](https://github.com/jupyterhub/ldapauthenticator)| 1.3.2 | 2.0.2|[Changelog](https://github.com/jupyterhub/ldapauthenticator/blob/HEAD/CHANGELOG.md)| Run in the `hub` pod |
65
65
|[nativeauthenticator](https://github.com/jupyterhub/nativeauthenticator)| 1.2.0 | 1.3.0 |[Changelog](https://github.com/jupyterhub/nativeauthenticator/blob/HEAD/CHANGELOG.md)| Run in the `hub` pod |
66
66
|[jupyterhub-idle-culler](https://github.com/jupyterhub/jupyterhub-idle-culler)| 1.3.1 | 1.4.0 |[Changelog](https://github.com/jupyterhub/jupyterhub-idle-culler/blob/main/CHANGELOG.md)| Run in the `hub` pod |
67
67
|[configurable-http-proxy](https://github.com/jupyterhub/configurable-http-proxy)| 4.6.1 | 4.6.2 |[Changelog](https://github.com/jupyterhub/configurable-http-proxy/blob/HEAD/CHANGELOG.md)| Run in the `proxy` pod |
68
-
|[traefik](https://github.com/traefik/traefik)| v2.11.0 | v3.1.4|[Changelog](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md)| Run in the `autohttps` pod |
69
-
|[kube-scheduler](https://github.com/kubernetes/kube-scheduler)| v1.26.15 | v1.30.5|[Changelog](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG)| Run in the `user-scheduler` pod(s) |
68
+
|[traefik](https://github.com/traefik/traefik)| v2.11.0 | v3.2.0|[Changelog](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md)| Run in the `autohttps` pod |
69
+
|[kube-scheduler](https://github.com/kubernetes/kube-scheduler)| v1.26.15 | v1.30.6|[Changelog](https://github.com/kubernetes/kubernetes/tree/master/CHANGELOG)| Run in the `user-scheduler` pod(s) |
70
70
71
71
For a detailed list of Python dependencies in the `hub` Pod's Docker image,
72
72
inspect the [images/hub/requirements.txt] file and use its git history to see
@@ -88,10 +88,10 @@ what changes between tagged versions.
- Use python 3.12 instead of 3.11 in built images [#3526](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3526) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics))
95
95
- user-scheduler: update kube-scheduler binary from 1.28.14 to 1.30.5 [#3514](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3514) ([@consideRatio](https://github.com/consideRatio))
96
96
- Drop support for k8s 1.26-1.27 [#3508](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3508) ([@consideRatio](https://github.com/consideRatio))
97
97
- Bump debian distribution for images [#3457](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3457) ([@SchutteJan](https://github.com/SchutteJan), [@manics](https://github.com/manics))
@@ -100,32 +100,32 @@ what changes between tagged versions.
100
100
101
101
#### Documentation improvements
102
102
103
-
- Add changelog for 4.0.0-beta.4 [#3543](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3543) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics))
104
-
- Add changelog for 4.0.0-beta.1 [#3522](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3522) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics))
105
103
- Add backdated upgrade guide for 2 to 3 [#3521](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3521) ([@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio))
106
104
- debugging: remove old (now misleading) example [#3487](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3487) ([@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio))
- ci: configure automatic bump of kube-scheduler to version 1.30.x [#3517](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3517) ([@consideRatio](https://github.com/consideRatio))
113
114
114
115
#### Other merged PRs
115
116
116
117
This changelog entry omits automated PRs, for example those updating
117
118
dependencies in: images, github actions, pre-commit hooks. For a full list of
changes, see the [full comparison](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/compare/3.3.8...4.0.0).
120
120
121
121
#### Contributors to this release
122
122
123
123
The following people contributed discussions, new ideas, code and documentation contributions, and review.
124
124
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
125
125
126
-
([GitHub contributors page for this release](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/graphs/contributors?from=2024-03-20&to=2024-10-24&type=c))
126
+
([GitHub contributors page for this release](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/graphs/contributors?from=2024-07-31&to=2024-11-07&type=c))
0 commit comments