From 7f442465d0e90fb3edc4933f361b784e95b54d09 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 23 Sep 2024 11:13:35 +0200 Subject: [PATCH] Bump kubespawner from 6.2.0 to 7.0.0b1 --- docs/source/changelog.md | 7 ++++++- images/hub/requirements.in | 2 +- images/hub/requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 04e17f040f..639360f70d 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -14,10 +14,15 @@ changes in pull requests], this list should be updated. - Update jupyterhub from 4.1.6 to 5.1.0 [#3405](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3405), [#3416](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3416), [#3425](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3425), [#3472](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3472) - Drop support for k8s 1.23-1.27, require k8s 1.28+ [#3312](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3312), [#3403](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3403), [#3319](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3319), [#3508](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3508) -- `oauthenticator` is upgraded a major version from 16.3.1 to 17.0.0, please +- `jupyterhub-kubespawner` is upgraded one major version from 6.2.0 to 7.0.0, + please read [KubeSpawner's changelog] + [#3520](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3520) +- `oauthenticator` is upgraded one major version from 16.3.1 to 17.0.0, please read [OAuthenticator's changelog] if you are using one if its authenticator classes [#3519](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3519) +[kubespawner's changelog]: https://jupyterhub-kubespawner.readthedocs.io/en/stable/changelog.html + ## 3.3 ### 3.3.8 - 2024-07-31 diff --git a/images/hub/requirements.in b/images/hub/requirements.in index 2124971efc..778d7bf5b1 100644 --- a/images/hub/requirements.in +++ b/images/hub/requirements.in @@ -24,7 +24,7 @@ mwoauth pyjwt ## Kubernetes spawner -jupyterhub-kubespawner +jupyterhub-kubespawner==7.0.0b1 ## Other optional dependencies for additional features pymysql # mysql diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index a8c32fee80..eb77d90904 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -65,7 +65,7 @@ jinja2==3.1.4 # jupyterhub-kubespawner jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.23.0 +jsonschema==4.23.0 # via # jupyter-events # oauthenticator @@ -89,7 +89,7 @@ jupyterhub-hmacauthenticator==1.0 # via -r requirements.in jupyterhub-idle-culler==1.4.0 # via -r requirements.in -jupyterhub-kubespawner==6.2.0 +jupyterhub-kubespawner==7.0.0b1 # via -r requirements.in jupyterhub-ldapauthenticator==1.3.2 # via -r requirements.in @@ -147,7 +147,7 @@ pydantic==2.9.2 # via jupyterhub pydantic-core==2.23.4 # via pydantic -pyjwt[crypto]==2.9.0 +pyjwt==2.9.0 # via # -r requirements.in # jupyterhub-ltiauthenticator