Skip to content

Commit df8edd4

Browse files
committed
engine: rc2 -> v28.1.0
Signed-off-by: Paweł Gronowski <[email protected]>
1 parent ce6ce22 commit df8edd4

File tree

1 file changed

+3
-0
lines changed
  • content/manuals/engine/release-notes

1 file changed

+3
-0
lines changed

content/manuals/engine/release-notes/28.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ For a full list of pull requests and changes in this release, refer to the relev
4040

4141
### Bug fixes and enhancements
4242

43+
- Add CLI shell-completion for context names. [docker/cli#6016](https://github.com/docker/cli/pull/6016)
4344
- Fix `docker images --tree` not including non-container images content size in the total image content size. [docker/cli#6000](https://github.com/docker/cli/pull/6000)
4445
- Fix `docker load` not preserving replaced images. [moby/moby#49650](https://github.com/moby/moby/pull/49650)
4546
- Fix `docker stats` not working properly on machines with high CPU core count. [moby/moby#49734](https://github.com/moby/moby/pull/49734)
4647
- Fix a regression causing `docker pull/push` to fail when interacting with a private repository. [docker/cli#5964](https://github.com/docker/cli/pull/5964)
4748
- Fix an issue preventing rootless Docker setup on a host with no `ip_tables` kernel module. [moby/moby#49727](https://github.com/moby/moby/pull/49727)
4849
- Fix an issue that could lead to unwanted iptables rules being restored and never deleted following a firewalld reload. [moby/moby#49728](https://github.com/moby/moby/pull/49728)
50+
- Fix login hints when logging into a custom registry. [docker/cli#6015](https://github.com/docker/cli/pull/6015)
4951
- Improve CLI completion of `docker service scale`. [docker/cli#5968](https://github.com/docker/cli/pull/5968)
5052
- `docker images --tree` now hides both untagged and dangling images by default. [docker/cli#5924](https://github.com/docker/cli/pull/5924)
5153
- `docker system info` will provide an exit code if a connection cannot be established to the Docker daemon. [docker/cli#5918](https://github.com/docker/cli/pull/5918)
@@ -78,6 +80,7 @@ For a full list of pull requests and changes in this release, refer to the relev
7880

7981
### Go SDK
8082

83+
- Update minimum required Go version to go1.23. [docker/cli#5868](https://github.com/docker/cli/pull/5868)
8184
- cli/command/context: remove temporary `ContextType` field from JSON output. [docker/cli#5981](https://github.com/docker/cli/pull/5981)
8285
- client: Keep image references in canonical format where possible. [moby/moby#49609](https://github.com/moby/moby/pull/49609)
8386

0 commit comments

Comments
 (0)