You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ changes in pull requests], this list should be updated.
17
17
18
18
## 3.3
19
19
20
+
### 3.3.5 - 2024-03-26
21
+
22
+
#### Maintenance and upkeep improvements
23
+
24
+
- Update jupyterhub from 4.1.2 to 4.1.3 [#3381](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3381) ([@jupyterhub-bot](https://github.com/jupyterhub-bot), [@consideRatio](https://github.com/consideRatio))
25
+
20
26
### 3.3.4 - 2024-03-25
21
27
22
28
#### Maintenance and upkeep improvements
@@ -44,6 +50,16 @@ changes in pull requests], this list should be updated.
44
50
45
51
### 3.3.0 - 2024-03-20
46
52
53
+
```{admonition} If you are upgrading from 3.0.x
54
+
:class: warning
55
+
56
+
A bug in KubeSpawner 5.0-6.0 present in z2jh 3.0.0-3.0.3 made user server pods
57
+
risk be orphaned by JupyterHub, making them run indefinitely and cause
58
+
unnecessary cloud costs.
59
+
60
+
Read more about how to clean up these user server pods in [this forum post].
61
+
```
62
+
47
63
This release updates JupyterHub from 4.0.2 to 4.1.0 and OAuthenticator from
48
64
16.2.1 to 16.3.0. Both updates provide security patches. For more information,
49
65
see [JupyterHub's changelog] and [OAuthenticator's changelog].
@@ -96,7 +112,9 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
96
112
97
113
### 3.2.0 - 2023-11-27
98
114
99
-
```{warning} If you are upgrading from 3.0.x
115
+
```{admonition} If you are upgrading from 3.0.x
116
+
:class: warning
117
+
100
118
A bug in KubeSpawner 5.0-6.0 present in z2jh 3.0.0-3.0.3 made user server pods
101
119
risk be orphaned by JupyterHub, making them run indefinitely and cause
102
120
unnecessary cloud costs.
@@ -155,15 +173,17 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
155
173
156
174
### 3.1.0 - 2023-09-29
157
175
158
-
```{warning} Post-upgrade action recommended
176
+
```{admonition} Post-upgrade action recommended
177
+
:class: warning
178
+
159
179
A bug in KubeSpawner 5.0-6.0 present in z2jh 3.0.0-3.0.3 made user server pods
160
180
risk be orphaned by JupyterHub, making them run indefinitely and cause
161
181
unnecessary cloud costs.
162
182
163
183
Read more about how to clean up these user server pods in [this forum post].
184
+
```
164
185
165
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
166
-
```
167
187
168
188
#### Notable dependencies updated
169
189
@@ -240,7 +260,9 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
240
260
This release updates JupyterHub itself and several dependencies to a new major
241
261
version, please read the breaking changes below before upgrading.
242
262
243
-
```{warning} Breaking changes since beta releases
263
+
```{admonition} Breaking changes since beta releases
264
+
:class: warning
265
+
244
266
Since 3.0.0-beta.1 OAuthenticator was upgraded, and since 3.0.0-beta.3 default
245
267
networking rules related to establishing connections to DNS ports changed
0 commit comments