Skip to content

Commit a221f2a

Browse files
authored
Merge pull request #3519 from consideRatio/pr/oauth
Bump oauthenticator from 16.3.1 to 17.0.0
2 parents 63fca6d + 33477fe commit a221f2a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ 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
18+
read [OAuthenticator's changelog] if you are using one if its authenticator
19+
classes [#3519](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3519)
1720

1821
## 3.3
1922

images/hub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ mwoauth==0.4.0
117117
# via -r requirements.in
118118
nullauthenticator==1.0.0
119119
# via -r requirements.in
120-
oauthenticator==16.3.1
120+
oauthenticator==17.0.0
121121
# via -r requirements.in
122122
oauthlib==3.2.2
123123
# via

0 commit comments

Comments
 (0)