Skip to content

Commit 688fb6d

Browse files
committed
Update changelog for 2.0.0
1 parent 3c08f92 commit 688fb6d

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

docs/source/changelog.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ this list should be updated.
1414

1515
## 2.0
1616

17-
### 2.0.0 (currently beta.1)
18-
19-
WARNING: This is a beta release of the JupyterHub Helm chart.
20-
21-
We do not expect to make any significant changes between this and the final 2.0.0 release unless major bugs are found.
22-
Ensure you backup your system and test any upgrades if you plan to use this in production.
17+
### 2.0.0 - 2022-09-09
2318

2419
#### Highlights
2520

@@ -53,7 +48,7 @@ Please read through all breaking changes, then follow the [upgrading guide](admi
5348
These breaking changes have been made relative to the 1.\* series of Z2JH releases:
5449

5550
- Security: breaking change to `*.networkPolicy.egress`
56-
- JupyterHub upgraded to 2.x along with related hub components
51+
- JupyterHub upgraded from 1.x to 3.x along with related hub components
5752
- JupyterLab and Jupyter Server is now the default singleuser application
5853
- Default to using the container image's command instead of `jupyterhub-singleuser` [#2449](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2449)
5954
- Configuration in `jupyterhub_config.d` has a higher priority than `hub.config` [#2457](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2457)
@@ -65,20 +60,22 @@ These breaking changes have been made relative to the 1.\* series of Z2JH releas
6560

6661
For information on how to update your configuration see the [](administrator/upgrading/upgrade-1-to-2) guide.
6762

63+
(notable-dependencies-200)=
64+
6865
#### Notable dependencies updated
6966

7067
| Dependency | Version in 1.2.0 | Version in 2.0.0 | Changelog link | Note |
7168
| -------------------------------------------------------------------------------- | ---------------- | ---------------- | ----------------------------------------------------------------------------------------- | ---------------------------------- |
72-
| [jupyterhub](https://github.com/jupyterhub/jupyterhub) | 1.4.2 | 3.0.0b1 | [Changelog](https://jupyterhub.readthedocs.io/en/stable/changelog.html) | Run in the `hub` pod |
73-
| [kubespawner](https://github.com/jupyterhub/kubespawner) | 1.1.0 | 4.1.0 | [Changelog](https://jupyterhub-kubespawner.readthedocs.io/en/latest/changelog.html) | Run in the `hub` pod |
74-
| [oauthenticator](https://github.com/jupyterhub/oauthenticator) | 14.2.0 | 15.0.1 | [Changelog](https://oauthenticator.readthedocs.io/en/latest/changelog.html) | Run in the `hub` pod |
69+
| [jupyterhub](https://github.com/jupyterhub/jupyterhub) | 1.4.2 | 3.0.0 | [Changelog](https://jupyterhub.readthedocs.io/en/stable/changelog.html) | Run in the `hub` pod |
70+
| [kubespawner](https://github.com/jupyterhub/kubespawner) | 1.1.0 | 4.2.0 | [Changelog](https://jupyterhub-kubespawner.readthedocs.io/en/latest/changelog.html) | Run in the `hub` pod |
71+
| [oauthenticator](https://github.com/jupyterhub/oauthenticator) | 14.2.0 | 15.1.0 | [Changelog](https://oauthenticator.readthedocs.io/en/latest/changelog.html) | Run in the `hub` pod |
7572
| [ldapauthenticator](https://github.com/jupyterhub/ldapauthenticator) | 1.3.2 | 1.3.2 | [Changelog](https://github.com/jupyterhub/ldapauthenticator/blob/HEAD/CHANGELOG.md) | Run in the `hub` pod |
7673
| [ltiauthenticator](https://github.com/jupyterhub/ltiauthenticator) | 1.0.0 | 1.2.0 | [Changelog](https://github.com/jupyterhub/ltiauthenticator/blob/HEAD/CHANGELOG.md) | Run in the `hub` pod |
77-
| [nativeauthenticator](https://github.com/jupyterhub/nativeauthenticator) | 0.0.7 | 1.0.5 | [Changelog](https://github.com/jupyterhub/nativeauthenticator/blob/HEAD/CHANGELOG.md) | Run in the `hub` pod |
74+
| [nativeauthenticator](https://github.com/jupyterhub/nativeauthenticator) | 0.0.7 | 1.1.0 | [Changelog](https://github.com/jupyterhub/nativeauthenticator/blob/HEAD/CHANGELOG.md) | Run in the `hub` pod |
7875
| [jupyterhub-idle-culler](https://github.com/jupyterhub/jupyterhub-idle-culler) | 1.1 | 1.2.1 | [Changelog](https://github.com/jupyterhub/jupyterhub-idle-culler/blob/main/CHANGELOG.md) | Run in the `hub` pod |
79-
| [configurable-http-proxy](https://github.com/jupyterhub/configurable-http-proxy) | 4.5.0 | 4.5.1 | [Changelog](https://github.com/jupyterhub/configurable-http-proxy/blob/HEAD/CHANGELOG.md) | Run in the `proxy` pod |
80-
| [traefik](https://github.com/traefik/traefik) | v2.4.11 | v2.8.3 | [Changelog](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md) | Run in the `autohttps` pod |
81-
| [kube-scheduler](https://github.com/kubernetes/kube-scheduler) | v1.19.13 | v1.23.9 | - | Run in the `user-scheduler` pod(s) |
76+
| [configurable-http-proxy](https://github.com/jupyterhub/configurable-http-proxy) | 4.5.0 | 4.5.3 | [Changelog](https://github.com/jupyterhub/configurable-http-proxy/blob/HEAD/CHANGELOG.md) | Run in the `proxy` pod |
77+
| [traefik](https://github.com/traefik/traefik) | v2.4.11 | v2.8.4 | [Changelog](https://github.com/traefik/traefik/blob/HEAD/CHANGELOG.md) | Run in the `autohttps` pod |
78+
| [kube-scheduler](https://github.com/kubernetes/kube-scheduler) | v1.19.13 | v1.23.10 | - | Run in the `user-scheduler` pod(s) |
8279

8380
For a detailed list of Python dependencies in the `hub` Pod's Docker image, inspect the [images/hub/requirements.txt](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/HEAD/images/hub/requirements.txt) file and use its git history to see what changes between tagged versions.
8481

@@ -115,6 +112,8 @@ For a detailed list of Python dependencies in the `hub` Pod's Docker image, insp
115112

116113
#### Maintenance and upkeep improvements
117114

115+
- 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+
- 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))
118117
- Restore jupyterhub-singleuser as the default command [#2820](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2820) ([@minrk](https://github.com/minrk))
119118
- Adjust kerning on large JupyterHub in NOTES.txt [#2787](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2787) ([@manics](https://github.com/manics))
120119
- 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))

0 commit comments

Comments
 (0)