@@ -50,14 +50,14 @@ changes in pull requests], this list should be updated.
50
50
51
51
### 3.3.0 - 2024-03-20
52
52
53
- ``` {warning} If you are upgrading from 3.0.x
53
+ ``` {admonition} If you are upgrading from 3.0.x
54
+ :class: warning
55
+
54
56
A bug in KubeSpawner 5.0-6.0 present in z2jh 3.0.0-3.0.3 made user server pods
55
57
risk be orphaned by JupyterHub, making them run indefinitely and cause
56
58
unnecessary cloud costs.
57
59
58
60
Read more about how to clean up these user server pods in [this forum post].
59
-
60
- [this forum post]: https://discourse.jupyter.org/t/how-to-cleanup-orphaned-user-pods-after-bug-in-z2jh-3-0-and-kubespawner-6-0/21677
61
61
```
62
62
63
63
This release updates JupyterHub from 4.0.2 to 4.1.0 and OAuthenticator from
@@ -112,14 +112,14 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
112
112
113
113
### 3.2.0 - 2023-11-27
114
114
115
- ``` {warning} If you are upgrading from 3.0.x
115
+ ``` {admonition} If you are upgrading from 3.0.x
116
+ :class: warning
117
+
116
118
A bug in KubeSpawner 5.0-6.0 present in z2jh 3.0.0-3.0.3 made user server pods
117
119
risk be orphaned by JupyterHub, making them run indefinitely and cause
118
120
unnecessary cloud costs.
119
121
120
122
Read more about how to clean up these user server pods in [this forum post].
121
-
122
- [this forum post]: https://discourse.jupyter.org/t/how-to-cleanup-orphaned-user-pods-after-bug-in-z2jh-3-0-and-kubespawner-6-0/21677
123
123
```
124
124
125
125
#### Default image registry changed to Quay.io
@@ -173,15 +173,17 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
173
173
174
174
### 3.1.0 - 2023-09-29
175
175
176
- ``` {warning} Post-upgrade action recommended
176
+ ``` {admonition} Post-upgrade action recommended
177
+ :class: warning
178
+
177
179
A bug in KubeSpawner 5.0-6.0 present in z2jh 3.0.0-3.0.3 made user server pods
178
180
risk be orphaned by JupyterHub, making them run indefinitely and cause
179
181
unnecessary cloud costs.
180
182
181
183
Read more about how to clean up these user server pods in [this forum post].
184
+ ```
182
185
183
186
[ this forum post ] : https://discourse.jupyter.org/t/how-to-cleanup-orphaned-user-pods-after-bug-in-z2jh-3-0-and-kubespawner-6-0/21677
184
- ```
185
187
186
188
#### Notable dependencies updated
187
189
@@ -258,7 +260,9 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
258
260
This release updates JupyterHub itself and several dependencies to a new major
259
261
version, please read the breaking changes below before upgrading.
260
262
261
- ``` {warning} Breaking changes since beta releases
263
+ ``` {admonition} Breaking changes since beta releases
264
+ :class: warning
265
+
262
266
Since 3.0.0-beta.1 OAuthenticator was upgraded, and since 3.0.0-beta.3 default
263
267
networking rules related to establishing connections to DNS ports changed
264
268
slightly.
0 commit comments