Skip to content

Commit 6ecba83

Browse files
authored
Merge pull request #21662 from docker/published-update
publish updates from main
2 parents 274bdad + 26c703d commit 6ecba83

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

content/manuals/build/builders/drivers/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ can pass to `--driver-opt`:
4343
| `limits.memory` | Memory size | | Sets the limit memory value specified in bytes or with a valid suffix. For example `requests.memory=500Mi` or `requests.memory=4G` |
4444
| `limits.ephemeral-storage` | Storage size | | Sets the limit ephemeral-storage value specified in bytes or with a valid suffix. For example `requests.ephemeral-storage=100M` |
4545
| `nodeselector` | CSV string | | Sets the pod's `nodeSelector` label(s). See [node assignment][2]. |
46-
| `annotation` | CSV string | | Sets additional annotations on the deployments and pods. |
46+
| `annotations` | CSV string | | Sets additional annotations on the deployments and pods. |
4747
| `labels` | CSV string | | Sets additional labels on the deployments and pods. |
4848
| `tolerations` | CSV string | | Configures the pod's taint toleration. See [node assignment][2]. |
4949
| `serviceaccount` | String | | Sets the pod's `serviceAccountName`. |

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,28 @@ For more information about:
2727

2828
Release notes for Docker Engine version 27.4 releases.
2929

30+
### 27.4.1
31+
32+
{{< release-date date="2024-12-18" >}}
33+
34+
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
35+
36+
- [docker/cli, 27.4.1 milestone](https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.4.1)
37+
- [moby/moby, 27.4.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.4.1)
38+
39+
#### Bug fixes and enhancements
40+
41+
- Fix excessive memory allocations when OTel is not configured. [moby/moby#49079](https://github.com/moby/moby/pull/49079)
42+
- The `docker info` command and the corresponding `GET /info` API endpoint no longer include warnings when `bridge-nf-call-iptables` or `bridge-nf-call-ip6tables` are disabled at the daemon is started. The `br_netfilter` kernel module is now attempted to be loaded when needed, which made those warnings inaccurate. [moby/moby#49090](https://github.com/moby/moby/pull/49090)
43+
- Attempt to load kernel modules, including `ip6_tables` and `br_netfilter` when required, using a method that is likely to succeed inside a Docker-in-Docker container. [moby/moby#49043](https://github.com/moby/moby/pull/49043)
44+
- Fix a bug that could result in an iptables `DOCKER FILTER` chain not being cleaned up on failure. [moby/moby#49110](https://github.com/moby/moby/pull/49110)
45+
46+
#### Packaging updates
47+
48+
- Update Compose to [v2.32.1](https://github.com/docker/compose/releases/tag/v2.32.1). [docker/docker-ce-packaging#1130](https://github.com/docker/docker-ce-packaging/pull/1130)
49+
- Update Buildx to [v0.19.3](https://github.com/docker/buildx/releases/tag/v0.19.3). [docker/docker-ce-packaging#1132](https://github.com/docker/docker-ce-packaging/pull/1132)
50+
- Update runc (static binaries only) to [v1.2.3](https://github.com/opencontainers/runc/releases/tag/v1.2.3) [moby/moby#49085](https://github.com/moby/moby/pull/49085)
51+
3052
### 27.4.0
3153

3254
{{< release-date date="2024-12-09" >}}

0 commit comments

Comments
 (0)