Skip to content

Commit 08dae88

Browse files
committed
Update changelog
1 parent bc3baf8 commit 08dae88

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests).
44
All image manifests can be found in [the wiki](https://github.com/jupyter/docker-stacks/wiki).
55

6+
## 2025-03-22
7+
8+
Affected: all images except `docker-stacks-foundation`.
9+
10+
- **Non-breaking:** `base-notebook`: Use tty for running docker commands by default ([#2260](https://github.com/jupyter/docker-stacks/pull/2260)).
11+
- **Non-breaking:** `base-notebook`: Improve logs around running docker ([#2261](https://github.com/jupyter/docker-stacks/pull/2261)).
12+
13+
## 2025-03-21
14+
15+
Affected: all images except `docker-stacks-foundation`.
16+
17+
- **Non-breaking:** `base-notebook`: Refactor TrackedContainer run_detached/exec_cmd functions ([#2256](https://github.com/jupyter/docker-stacks/pull/2256)).
18+
- **Non-breaking:** `base-notebook`: Do not allocate TTY in tests if not needed ([#2257](https://github.com/jupyter/docker-stacks/pull/2257)).
19+
- **Non-breaking:** `base-notebook`: Flush output in Python before running execvp ([#2258](https://github.com/jupyter/docker-stacks/pull/2258)).
20+
621
## 2025-03-20
722

823
Affected: all images except `docker-stacks-foundation`.

0 commit comments

Comments
 (0)