Skip to content

Commit 77de151

Browse files
New version: Docker.DockerCompose version 2.40.3 (microsoft#308408)
1 parent 037e0cd commit 77de151

File tree

3 files changed

+68
-0
lines changed

3 files changed

+68
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Docker.DockerCompose
5+
PackageVersion: 2.40.3
6+
InstallerType: portable
7+
Commands:
8+
- docker-compose
9+
ReleaseDate: 2025-10-30
10+
Installers:
11+
- Architecture: x64
12+
InstallerUrl: https://github.com/docker/compose/releases/download/v2.40.3/docker-compose-windows-x86_64.exe
13+
InstallerSha256: 4C864DD7F879DD40366E087E68A8A02CBCF018BE0128867B13369898E67E1532
14+
- Architecture: arm64
15+
InstallerUrl: https://github.com/docker/compose/releases/download/v2.40.3/docker-compose-windows-aarch64.exe
16+
InstallerSha256: 881A70B6D6E9EA1637746B0D5DBDAF83032B2F7952D4EE4B69F8F38B816909D1
17+
ManifestType: installer
18+
ManifestVersion: 1.10.0
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Docker.DockerCompose
5+
PackageVersion: 2.40.3
6+
PackageLocale: en-US
7+
Publisher: Docker Inc.
8+
PublisherUrl: https://github.com/docker
9+
PublisherSupportUrl: https://github.com/docker/compose/issues
10+
PackageName: Docker Compose
11+
PackageUrl: https://github.com/docker/compose
12+
License: Apache-2.0
13+
LicenseUrl: https://github.com/docker/compose/blob/HEAD/LICENSE
14+
ShortDescription: docker-compose plugin for docker cli
15+
Description: |-
16+
Define and run multi-container applications with Docker
17+
with simple configuration files and command: docker-compose up
18+
Tags:
19+
- cli
20+
- compose
21+
- containers
22+
- developer-tools
23+
- docker
24+
- docker-compose
25+
ReleaseNotes: |-
26+
What's Changed
27+
🐛 Fixes
28+
- Fix OCI compose override support by @ndeloof #13311
29+
- Fix help output for "exec --no-tty" option by @tonyo #13314
30+
- Prompt default implementation to prevent a panic by @ndeloof #13317
31+
- Run hooks on restart by @ndeloof #13321
32+
- Fix(run): Ensure images exist only for the target service in run command by @idsulik #13325
33+
- Fix(git): Fix path traversal vulnerability in git remote loader by @idsulik #13331
34+
🔧 Internal
35+
- Test to check writeComposeFile detects invalid OCI artifact by @ndeloof #13309
36+
- Code Cleanup by @ndeloof #13315
37+
⚙️ Dependencies
38+
- Bump compose-go to version v2.9.1 by @glours #13332
39+
Full Changelog: v2.40.2...v2.40.3
40+
ReleaseNotesUrl: https://github.com/docker/compose/releases/tag/v2.40.3
41+
ManifestType: defaultLocale
42+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Docker.DockerCompose
5+
PackageVersion: 2.40.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)