Skip to content

Commit 6515f60

Browse files
authored
Merge pull request #3520 from consideRatio/pr/kubespawner-bump-7
Bump kubespawner from 6.2.0 to 7.0.0b1
2 parents a221f2a + 7f44246 commit 6515f60

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

docs/source/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ changes in pull requests], this list should be updated.
1414

1515
- 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)
1616
- 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)
17-
- `oauthenticator` is upgraded a major version from 16.3.1 to 17.0.0, please
17+
- `jupyterhub-kubespawner` is upgraded one major version from 6.2.0 to 7.0.0,
18+
please read [KubeSpawner's changelog]
19+
[#3520](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3520)
20+
- `oauthenticator` is upgraded one major version from 16.3.1 to 17.0.0, please
1821
read [OAuthenticator's changelog] if you are using one if its authenticator
1922
classes [#3519](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3519)
2023

24+
[kubespawner's changelog]: https://jupyterhub-kubespawner.readthedocs.io/en/stable/changelog.html
25+
2126
## 3.3
2227

2328
### 3.3.8 - 2024-07-31

images/hub/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mwoauth
2424
pyjwt
2525

2626
## Kubernetes spawner
27-
jupyterhub-kubespawner
27+
jupyterhub-kubespawner==7.0.0b1
2828

2929
## Other optional dependencies for additional features
3030
pymysql # mysql

images/hub/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jinja2==3.1.4
6565
# jupyterhub-kubespawner
6666
jsonpointer==3.0.0
6767
# via jsonschema
68-
jsonschema[format-nongpl]==4.23.0
68+
jsonschema==4.23.0
6969
# via
7070
# jupyter-events
7171
# oauthenticator
@@ -89,7 +89,7 @@ jupyterhub-hmacauthenticator==1.0
8989
# via -r requirements.in
9090
jupyterhub-idle-culler==1.4.0
9191
# via -r requirements.in
92-
jupyterhub-kubespawner==6.2.0
92+
jupyterhub-kubespawner==7.0.0b1
9393
# via -r requirements.in
9494
jupyterhub-ldapauthenticator==1.3.2
9595
# via -r requirements.in
@@ -147,7 +147,7 @@ pydantic==2.9.2
147147
# via jupyterhub
148148
pydantic-core==2.23.4
149149
# via pydantic
150-
pyjwt[crypto]==2.9.0
150+
pyjwt==2.9.0
151151
# via
152152
# -r requirements.in
153153
# jupyterhub-ltiauthenticator

0 commit comments

Comments
 (0)