Skip to content

fix(release): correct version for 4.61.0#24156

Merged
aevesdocker merged 1 commit intodocker:mainfrom
chaizeg:fix-version
Feb 18, 2026
Merged

fix(release): correct version for 4.61.0#24156
aevesdocker merged 1 commit intodocker:mainfrom
chaizeg:fix-version

Conversation

@chaizeg
Copy link
Copy Markdown
Contributor

@chaizeg chaizeg commented Feb 18, 2026

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

Signed-off-by: Chaimaa ZEGOUMOU <chaimaa.zegoumou@docker.com>
@chaizeg chaizeg requested a review from aevesdocker as a code owner February 18, 2026 10:07
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 18, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 4f61b0b
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69958f6d71ee440008e49d21
😎 Deploy Preview https://deploy-preview-24156--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/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Feb 18, 2026
Copy link
Copy Markdown
Contributor

@aevesdocker aevesdocker left a comment

Choose a reason for hiding this comment

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

🔍

@aevesdocker aevesdocker enabled auto-merge (squash) February 18, 2026 10:08
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

Found one issue that should be verified: the version number was updated from 4.60.1 to 4.61.0, but the build_path remains unchanged at "/219004/". Typically, when a version is incremented, the build path should also be updated to reference the new release's build artifacts.

This could be correct if the build artifacts for 4.61.0 are actually stored at this path, but it's worth double-checking to ensure the version and build path are properly synchronized.

{{< release-date date="2026-02-16" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.60.1" build_path="/219004/" >}}
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.61.0" build_path="/219004/" >}}
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.

Version and Build Path Synchronization

The version was updated from 4.60.1 to 4.61.0, but the build_path parameter remains at "/219004/". Typically, when a version number is incremented, the build path (which points to release artifacts) should also be updated to reference the new release's build directory.

Please verify:

  1. Is /219004/ the correct build path for version 4.61.0?
  2. Should this be updated to a different build path corresponding to the 4.61.0 release?

If the build artifacts for 4.61.0 are indeed at this path, then this is correct. Otherwise, the build_path should be updated to match the new version.

@aevesdocker aevesdocker merged commit 628cfb2 into docker:main Feb 18, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/desktop Issue affects a desktop edition of Docker. E.g docker for mac

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants