-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Comparing changes
Open a pull request
base repository: docker/compose
base: v5.1.2
head repository: docker/compose
compare: v5.1.3
- 7 commits
- 23 files changed
- 4 contributors
Commits on Apr 10, 2026
-
feat: add Docker Desktop Logs view hints and navigation shortcut
Add CLI hooks handler to show "What's next:" hints pointing to the Docker Desktop Logs view after `docker logs`, `docker compose logs`, and `docker compose up -d`. Add `l` keyboard shortcut in the `compose up` navigation menu to open the Logs view, gated on Docker Desktop feature flag and settings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 182defa - Browse repository at this point
Copy the full SHA 182defaView commit details -
build and push Docker Desktop module image on release
Add workflow to build and push docker/compose-desktop-module image to Docker Hub on version tag push, used by Docker Desktop's update system to deliver the Compose CLI plugin. Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d518da2 - Browse repository at this point
Copy the full SHA d518da2View commit details
Commits on Apr 14, 2026
-
fix: provider output handling and watch rebuild re-invocation
Provider info and error messages containing newlines broke the TTY progress display (timer drifting to a new line, broken cursor movement). Extract only the first line for progress events via firstLine(). Full messages remain available through the provider's own debug message type. Skip provider services during watch rebuild convergence by adding a SkipProviders flag to CreateOptions, set only by the watch rebuild path. This prevents unnecessary re-invocation of providers on every file change while preserving normal provider execution for all other commands (up, create, run, scale). Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9eb8966 - Browse repository at this point
Copy the full SHA 9eb8966View commit details
Commits on Apr 15, 2026
-
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a97400 - Browse repository at this point
Copy the full SHA 7a97400View commit details -
build(deps): bump github.com/containerd/containerd/v2
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/v2 dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ed7625 - Browse repository at this point
Copy the full SHA 6ed7625View commit details -
feat: make hook hint deep links clickable using OSC 8 terminal hyperl…
…inks Wrap the docker-desktop://dashboard/logs URL in OSC 8 escape sequences with underline styling so it appears as a clickable link in supported terminals. Respects NO_COLOR and COMPOSE_ANSI=never to suppress escapes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for efb0901 - Browse repository at this point
Copy the full SHA efb0901View commit details -
remove 'provenance' attribute'
Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 977a431 - Browse repository at this point
Copy the full SHA 977a431View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.1.2...v5.1.3