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
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,43 @@ changes in pull requests], this list should be updated.
13
13
14
14
[breaking changes in pull requests]: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pulls?q=is%3Apr+is%3Aclosed+label%3Abreaking
15
15
16
-
(changelog-4.0)=
16
+
## 4.2
17
+
18
+
### 4.2.0 - 2025-04-16
19
+
20
+
With this smaller release, the JupyterHub version deployed is upgraded from
21
+
v5.2.1 to v5.3.0. For details refer to the [JupyterHub changelog].
22
+
23
+
#### Enhancements made
24
+
25
+
- Add pullPolicy to pre-pulled extraImages [#3621](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3621) ([@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio))
26
+
27
+
#### Documentation improvements
28
+
29
+
- Replace gitter with zulip [#3637](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3637) ([@manics](https://github.com/manics), [@yuvipanda](https://github.com/yuvipanda))
30
+
- docs(prometheus): Document how to set up scraping in kubernetes [#3616](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3616) ([@gardleopard](https://github.com/gardleopard), [@GeorgianaElena](https://github.com/GeorgianaElena), [@sgibson91](https://github.com/sgibson91))
31
+
- Add page about Docker Desktop to documentation [#3611](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3611) ([@rgaiacs](https://github.com/rgaiacs), [@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio))
32
+
33
+
#### Continuous integration improvements
34
+
35
+
- ci: update watch dependencies workflow to function again [#3651](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3651) ([@consideRatio](https://github.com/consideRatio))
36
+
- Use GitHub hosted Ubuntu arm64 runners instead of CircleCI [#3605](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3605) ([@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio))
37
+
- Switch GitHub CI and readthedocs to Ubuntu 24.04 [#3604](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/3604) ([@manics](https://github.com/manics), [@consideRatio](https://github.com/consideRatio))
38
+
39
+
#### Other merged PRs
40
+
41
+
This changelog entry omits automated PRs, for example those updating
42
+
dependencies in: images, github actions, pre-commit hooks. For a full list of
43
+
changes, see the [full comparison](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/compare/4.1.0...4.2.0).
44
+
45
+
#### Contributors to this release
46
+
47
+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
48
+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
49
+
50
+
([GitHub contributors page for this release](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/graphs/contributors?from=2025-01-15&to=2025-04-16&type=c))
0 commit comments