Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/hub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mwoauth
pyjwt

## Kubernetes spawner
jupyterhub-kubespawner
jupyterhub-kubespawner==7.0.0b1

## Other optional dependencies for additional features
pymysql # mysql
Expand Down
6 changes: 3 additions & 3 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading