Skip to content

Commit 2da32f0

Browse files
authored
fix: release-notes/27: make 27.5.1 headings match other subreleases. (#22116)
## Description The Release Notes for v27 have different header sizes for latest 27.5.1 release. This triggers my OCD, so I opened a PR to address it ;), <img width="258" alt="Screenshot 2025-02-27 at 09 10 33" src="https://github.com/user-attachments/assets/19f21cc5-8f0b-4770-af2b-973775ebbaf3" /> ## Reviews Header sizes are consistent between versions on other release pages. - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 7e0f24b commit 2da32f0

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information about:
2323

2424
Release notes for Docker Engine version 27.5 releases.
2525

26-
## 27.5.1
26+
### 27.5.1
2727

2828
{{< release-date date="2025-01-22" >}}
2929

@@ -33,12 +33,12 @@ For a full list of pull requests and changes in this release, refer to the relev
3333
- [moby/moby, 27.5.1 milestone](https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.5.1)
3434

3535

36-
### Bug fixes and enhancements
36+
#### Bug fixes and enhancements
3737

3838
- Fix an issue that could persistently prevent daemon startup after failure to initialize the default bridge. [moby/moby#49307](https://github.com/moby/moby/pull/49307)
3939
- Add a `DOCKER_IGNORE_BR_NETFILTER_ERROR` environment variable. Setting it to `1` allows running on hosts that cannot load `br_netfilter`. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. [moby/moby#49306](https://github.com/moby/moby/pull/49306)
4040

41-
### Packaging updates
41+
#### Packaging updates
4242

4343
- Update Go runtime to 1.22.11 (fix CVE-2024-45341, CVE-2024-45336). [moby/moby#49312](https://github.com/moby/moby/pull/49312), [docker/docker-ce-packaging#1147](https://github.com/docker/docker-ce-packaging/pull/1147), [docker/cli#5762](https://github.com/docker/cli/pull/5762)
4444
- Update RootlessKit to v2.3.2 to support `passt` >= 2024_10_30.ee7d0b6. [moby/moby#49304](https://github.com/moby/moby/pull/49304)

0 commit comments

Comments
 (0)