v2.17.3
版本发布时间: 2023-04-20 20:54:32
docker/compose最新发布版本:v2.29.7(2024-09-20 16:52:10)
💁🏻 Upgrade Notes (2.17.x)
- Project name validation is more strictly enforced (project names must be lowercase alphanumeric characters,
-
, or_
and start with a letter/number) - Only YAML 1.2 boolean values (
true
/false
) are now accepted (deprecated YAML 1.1 values no longer supported:)y|Y|yes|Yes|YES|n|N|no|No|NO|True|TRUE|False|FALSE|on|On|ON|off|Off|OFF
- Duplicate mapping keys (
<<
) for merging YAML anchors are not allowed (see #10411)
What's Changed
✨ Enhancements
- add dry-run support to run command by @glours in https://github.com/docker/compose/pull/10404
- add dry-run support to create command by @glours in https://github.com/docker/compose/pull/10413
- add dry-run support to down command by @glours in https://github.com/docker/compose/pull/10444
- better support NO_COLOR by disabling colors, not ANSI TUI by @ndeloof in https://github.com/docker/compose/pull/10434
- can't watch a service without a build section by @ndeloof in https://github.com/docker/compose/pull/10433
🐛 Fixes
- workaround race condition in ContainerList by @ndeloof in https://github.com/docker/compose/pull/10409
- prevent panic using classic builder by @ndeloof in https://github.com/docker/compose/pull/10423
- restore
--timeout
flag renamed by mistake by @ndeloof in https://github.com/docker/compose/pull/10432 - ansi=auto|never|always by @ndeloof in https://github.com/docker/compose/pull/10442
🔧 Internal
- bump compose-go to v1.13.4 by @ndeloof in https://github.com/docker/compose/pull/10482
- ci: bump Go to 1.20.3 and various dependencies by @milas in https://github.com/docker/compose/pull/10437
- bump docker version to 23.0.3 (CVE-2023-28840) by @glours in https://github.com/docker/compose/pull/10438
- fix gocyclo lint error which currently block Compose CI by @glours in https://github.com/docker/compose/pull/10451
- go.mod: fix grouping of dependencies, and tidy by @thaJeztah in https://github.com/docker/compose/pull/10457
- log: fix race on container kill by @milas in https://github.com/docker/compose/pull/10459
- Don't use "info.IndexServerAddress" for authentication by @thaJeztah in https://github.com/docker/compose/pull/10458
- Remove redundant goroutine while removing containers by @TP-O in https://github.com/docker/compose/pull/10449
- build(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 by @dependabot in https://github.com/docker/compose/pull/10455
- build(deps): bump github.com/docker/cli from 23.0.3+incompatible to 23.0.4+incompatible by @dependabot in https://github.com/docker/compose/pull/10475
- build(deps): bump github.com/docker/docker from 23.0.3+incompatible to 23.0.4+incompatible by @dependabot in https://github.com/docker/compose/pull/10474
New Contributors
- @TP-O made their first contribution in https://github.com/docker/compose/pull/10449
Full Changelog: https://github.com/docker/compose/compare/v2.17.2...v2.17.3
1、 checksums.txt 1.03KB
2、 docker-compose-darwin-aarch64 50.45MB
3、 docker-compose-darwin-aarch64.sha256 96B
4、 docker-compose-darwin-x86_64 52.2MB
5、 docker-compose-darwin-x86_64.sha256 95B
6、 docker-compose-linux-aarch64 49.79MB
7、 docker-compose-linux-aarch64.sha256 95B
8、 docker-compose-linux-armv6 48.69MB
9、 docker-compose-linux-armv6.sha256 93B
10、 docker-compose-linux-armv7 48.69MB
11、 docker-compose-linux-armv7.sha256 93B
12、 docker-compose-linux-ppc64le 50.85MB
13、 docker-compose-linux-ppc64le.sha256 95B
14、 docker-compose-linux-riscv64 51.16MB
15、 docker-compose-linux-riscv64.sha256 95B
16、 docker-compose-linux-s390x 54.48MB
17、 docker-compose-linux-s390x.sha256 93B
18、 docker-compose-linux-x86_64 51.94MB
19、 docker-compose-linux-x86_64.sha256 94B
20、 docker-compose-windows-aarch64.exe 50.08MB
21、 docker-compose-windows-aarch64.exe.sha256 101B
22、 docker-compose-windows-x86_64.exe 52.33MB
23、 docker-compose-windows-x86_64.exe.sha256 100B
24、 LICENSE 300B