Skip to content

engine: 29.3.0#24277

Merged
vvoland merged 1 commit intodocker:mainfrom
vvoland:update-docker
Mar 5, 2026
Merged

engine: 29.3.0#24277
vvoland merged 1 commit intodocker:mainfrom
vvoland:update-docker

Conversation

@vvoland
Copy link
Copy Markdown
Contributor

@vvoland vvoland commented Mar 5, 2026

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

@vvoland vvoland self-assigned this Mar 5, 2026
@vvoland vvoland requested a review from dvdksn as a code owner March 5, 2026 14:29
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 5, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 55c1d3b
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69a9a572f08a270008a14197
😎 Deploy Preview https://deploy-preview-24277--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the area/engine Issue affects Docker engine/daemon label Mar 5, 2026
Copy link
Copy Markdown
Contributor

@docker-agent docker-agent Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Summary

Assessment: 🟢 APPROVE

This PR adds Docker Engine 29.3.0 release notes with comprehensive documentation of new features, bug fixes, and API changes. The content is well-structured, factually consistent, and follows the established format for release notes.

Minor Issue Found

One minor typo was detected that should be corrected:

Line 38: Extra period in API version string - "from v1.44. to v1.40" should be "from v1.44 to v1.40"

Other observations:

  • Several lines exceed 80 characters in the source (lines with long links), but this is acceptable for release notes with inline reference links
  • The release date (2026-03-05) follows the chronological pattern of version 29.x releases and appears intentional

Recommendation

Approve after correcting the typo on line 38. The documentation is otherwise ready for merge.

Comment thread content/manuals/engine/release-notes/29.md Outdated
Comment thread content/manuals/engine/release-notes/29.md Outdated
Comment thread content/manuals/engine/release-notes/29.md Outdated
Comment thread content/manuals/engine/release-notes/29.md Outdated
Comment thread content/manuals/engine/release-notes/29.md Outdated

### Packaging updates

- Update BuildKit to [v0.28.0](https://github.com/moby/buildkit/releases/tag/v0.28.0). [moby/moby#52135](https://github.com/moby/moby/pull/52135)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe @crazy-max has suggestions for something in the "new" section that comes with the BuildKit update? (We added the Identity support etc)?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the one in API section for images/json is enough imo.

Comment thread content/manuals/engine/release-notes/29.md Outdated
Comment thread content/manuals/engine/release-notes/29.md
Comment thread content/manuals/engine/release-notes/29.md Outdated
Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one minor nit; LGTM otherwise

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
- The `--gpus` option now uses CDI-based injection for AMD GPUs. [moby/moby#52048](https://github.com/moby/moby/pull/52048)
- Add `sd_notify` ["RELOADING"](https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html#RELOADING=1) notifications when signalling the daemon to reload its configuration. [moby/moby#52041](https://github.com/moby/moby/pull/52041)
- Send sd\_notify ["READY"](https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html#READY=1) and ["STOPPING"](https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html#STOPPING=1) synchronously to make sure they are sent before we proceed. [moby/moby#52041](https://github.com/moby/moby/pull/52041)
- Add support for the systemd 253 `Type=notify-reload` service reload protocol. [moby/moby#52041](https://github.com/moby/moby/pull/52041)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this a duplicate of the previous two?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the intent was to mark this as different features, that just happen to be made through single PR.


- The `--gpus` option now uses CDI-based injection for AMD GPUs. [moby/moby#52048](https://github.com/moby/moby/pull/52048)
- Add `sd_notify` ["RELOADING"](https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html#RELOADING=1) notifications when signalling the daemon to reload its configuration. [moby/moby#52041](https://github.com/moby/moby/pull/52041)
- Send `sd_notify` ["READY"](https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html#READY=1) and ["STOPPING"](https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html#STOPPING=1) synchronously to make sure they are sent before we proceed. [moby/moby#52041](https://github.com/moby/moby/pull/52041)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are "they" and "we" in this context?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We - daemon, they - "READY" and "STOPPING" assignments.

@vvoland vvoland merged commit 76d58af into docker:main Mar 5, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/engine Issue affects Docker engine/daemon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants