Skip to content

Commit b3669ac

Browse files
committed
Fix information about affected images in changelog
1 parent 08dae88 commit b3669ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ All image manifests can be found in [the wiki](https://github.com/jupyter/docker
55

66
## 2025-03-22
77

8-
Affected: all images except `docker-stacks-foundation`.
8+
Affected: all images.
99

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)).
10+
- **Non-breaking:** Use tty for running docker commands by default ([#2260](https://github.com/jupyter/docker-stacks/pull/2260)).
11+
- **Non-breaking:** Improve logs around running docker ([#2261](https://github.com/jupyter/docker-stacks/pull/2261)).
1212

1313
## 2025-03-21
1414

15-
Affected: all images except `docker-stacks-foundation`.
15+
Affected: all images.
1616

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)).
17+
- **Non-breaking:** Refactor TrackedContainer run_detached/exec_cmd functions ([#2256](https://github.com/jupyter/docker-stacks/pull/2256)).
18+
- **Non-breaking:** Do not allocate TTY in tests if not needed ([#2257](https://github.com/jupyter/docker-stacks/pull/2257)).
1919
- **Non-breaking:** `base-notebook`: Flush output in Python before running execvp ([#2258](https://github.com/jupyter/docker-stacks/pull/2258)).
2020

2121
## 2025-03-20

0 commit comments

Comments
 (0)