Guillaume Lours
467b41e27c
Merge pull request #22791 from glours/release-notes-compose-v2.37.0
...
release-notes for Compose v2.37.0 version
2025-06-05 16:58:54 +01:00
CrazyMax
4678e937a1
fix go modules ( #22752 )
...
## Description
Go mod is currently in broken state:
```
# get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.1+incompatible.zip
# get https://proxy.golang.org/github.com/moby/moby/@v/v28.2.1+incompatible.zip : 200 OK (0.042s)
# get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.1+incompatible.zip : 200 OK (0.128s)
verifying github.com/moby/moby@v28.2.1+incompatible: checksum mismatch
downloaded: h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa3qT0Q2GA=
go.sum: h1:UYmHExYP8S0uGKDozhYw7RJ+LpANL51g4fa3qT0Q2GA=+
SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
For more information, see 'go help module-auth'.
```
Seems related to this merge commit:
[f328984](2645703e0f
)
Fixed it by rebuilding the `go.sum` with:
```
rm -f go.sum && make vendor
```
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-06-03 11:09:43 +02:00
CrazyMax
5516d06d3c
model-cli reference docs ( #22681 )
...
## Description
Adds model-cli reference docs.
## Related issues or tickets
* https://github.com/docker/model-cli/pull/62
* https://github.com/docker/model-cli/pull/69
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: ArthurFlag <arthur.flageul@docker.com>
2025-06-02 10:11:37 +02:00
Paweł Gronowski
f0bc3a81e4
vendor: github.com/docker/cli v28.2.1
...
full diff: https://github.com/docker/cli/compare/v28.2.0...v28.2.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-29 12:24:37 +02:00
Paweł Gronowski
8b0d99df87
vendor: github.com/moby/moby v28.2.1
...
full diff: https://github.com/moby/moby/compare/v28.2.0...v28.2.1
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-29 12:22:35 +02:00
Paweł Gronowski
47a59e7dbb
vendor: github.com/moby/moby v28.2.0
...
full diff: https://github.com/moby/moby/compare/v28.1.0-rc.2...v28.2.0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:01:03 +02:00
Paweł Gronowski
cc7198265e
vendor: github.com/docker/cli v28.2.0
...
full diff: https://github.com/docker/cli/compare/v28.1.1...v28.2.0
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-05-28 21:01:01 +02:00
Guillaume Lours
d757ce6a10
release-notes for Compose v2.36.2 version ( #22695 )
...
<!--Delete sections as needed -->
## Description
Add release notes for Compose `v2.36.2` version
## Related issues or tickets
https://docker.atlassian.net/browse/APCLI-1138
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-05-23 16:37:12 +01:00
crazy-max
1d05dbda71
vendor: github.com/docker/buildx v0.24.0
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-21 16:27:48 +00:00
Guillaume Lours
91eaa59ab8
release-notes for Compose v2.36.1 version ( #22665 )
...
<!--Delete sections as needed -->
## Description
Add Compose `v2.36.1` release notes.
## Related issues or tickets
https://docker.atlassian.net/browse/APCLI-1134
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-05-19 14:35:28 +01:00
CrazyMax
8462d61578
Update buildkit reference to v0.22.0-rc1
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-05-15 16:23:35 +02:00
CrazyMax
5bfe083b58
Merge pull request #22643 from crazy-max/buildx-0.24.0-rc1
...
Update buildx reference to v0.24.0-rc1
2025-05-15 08:14:05 -04:00
Guillaume Lours
751d6681cc
release-notes for Compose v2.36.0 version ( #22600 )
...
<!--Delete sections as needed -->
## Description
Add release notes for Compose version `v2.36.0`
## Related issues or tickets
https://docker.atlassian.net/browse/APCLI-1117
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-05-08 08:56:01 +01:00
Guillaume Lours
8339b4473e
release-notes for Compose v2.35.1 version ( #22456 )
...
<!--Delete sections as needed -->
## Description
Add release notes for latest Compose release `v2.35.1`
## Related issues or tickets
N/A
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-04-22 10:10:09 +01:00
Paweł Gronowski
a86ab99a21
engine: v28.1.0 ( #22438 )
...
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2025-04-17 15:05:52 +01:00
crazy-max
b1b6504d0e
vendor: github.com/docker/buildx v0.23.0
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-15 17:00:07 +00:00
Guillaume Lours
7e76be01b2
release-notes for Compose v2.35.0 version ( #22411 )
...
<!--Delete sections as needed -->
## Description
Add release notes for latest Docker Compose `v2.35.0` version
## Related issues or tickets
https://docker.atlassian.net/browse/APCLI-1094
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-04-10 16:35:11 +01:00
Paweł Gronowski
a64ea4d4be
Merge pull request #22281 from vvoland/28.0.2-followup
...
engine: 28.0.2 followup
2025-03-19 16:57:46 +00:00
crazy-max
3e3a01f57e
vendor: github.com/docker/buildx v0.22.0
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-18 14:26:43 +00:00
docker-tools-robot
ae785fef86
Update buildx reference to v0.21.3 ( #22267 )
...
Update the buildx reference documentation to keep in sync with the
latest release `v0.21.3`
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: crazy-max <1951866+crazy-max@users.noreply.github.com>
2025-03-17 13:32:42 -04:00
Guillaume Lours
5516466e6c
bump compose version to v2.34.0 in hugo.yaml and go.mod ( #22264 )
...
<!--Delete sections as needed -->
## Description
Bump version of Compose to `v2.34.0` in `hugo.yaml` and `go.mod` files
## Related issues or tickets
N/A
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [x] Technical review
- [ ] Editorial review
- [ ] Product review
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-03-17 09:46:06 -04:00
crazy-max
a6259df682
vendor: github.com/docker/buildx v0.21.2
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-03 16:34:45 +00:00
Paweł Gronowski
24f61a2563
Merge pull request #22109 from vvoland/docs-28.0.1
...
vendor: github.com/moby/moby and docker/cli v28.0.1
2025-02-26 16:32:32 +00:00
Guillaume Lours
acb8d12b7b
release-notes for Compose v2.33.1 version ( #22077 )
...
<!--Delete sections as needed -->
## Description
Add release note for the latest `v2.33.1` release of Compose
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-24 10:13:17 +00:00
crazy-max
432baf7c23
vendor: github.com/docker/buildx v0.21.1
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-21 13:27:47 +00:00
Paweł Gronowski
df46163d36
engine: 28.0.0 ( #22007 )
...
- follow up to: https://github.com/docker/docs/pull/21932
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-02-20 11:34:35 +00:00
CrazyMax
ae2b8a8776
vendor: github.com/moby/buildkit v0.20.0
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-02-20 10:52:05 +01:00
jsternberg
d73f7624d5
vendor: github.com/docker/buildx v0.21.0
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-19 20:58:57 +00:00
Nicolas De loof
da13512a3d
Bump compose v2.33.0 ( #22025 )
...
## Description
Bump compose to v2.33.0
## Related issues or tickets
https://docker.atlassian.net/browse/APCLI-966
## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-13 13:32:49 +00:00
David Karlsson
e9499beda1
vendor: github.com/docker/cli v27.5.1
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-27 13:28:11 +01:00
David Karlsson
9bd54a3567
vendor: github.com/moby/moby v27.5.1
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-27 13:21:24 +01:00
tonistiigi
3dc492a0d3
vendor: github.com/docker/buildx v0.20.1
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-22 23:14:27 +00:00
David Karlsson
f466e4881b
vendor: github.com/moby/buildkit v0.19.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-21 13:54:16 +01:00
crazy-max
559d554cf1
vendor: github.com/docker/buildx v0.20.0
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-20 19:13:14 +00:00
Guillaume Lours
d7f4f4b05b
release-notes for Compose v2.32.4 version ( #21832 )
...
add a note about the version issue in v2.32.3
<!--Delete sections as needed -->
## Description
Add release notes of Compose v2.32.4
## Related issues or tickets
https://docker.atlassian.net/browse/COMP-909
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-16 10:05:41 +00:00
David Karlsson
7192b3227c
vendor: github.com/docker/cli v27.5.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-14 10:51:18 +01:00
David Karlsson
ba25f30bb5
vendor: github.com/moby/moby v27.5.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-14 10:47:03 +01:00
Guillaume Lours
ff148d0cef
release-notes for Compose v2.32.3 version ( #21800 )
...
<!--Delete sections as needed -->
## Description
Add release notes for Compose `v2.32.3` release
## Related issues or tickets
https://docker.atlassian.net/browse/COMP-904
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-13 15:07:58 +00:00
Nicolas De loof
9736a4bb95
Bump compose to v2.32.0 ( #21626 )
...
## Description
Bump compose to v2.32.0
## Related issues or tickets
## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-12-16 08:58:26 +00:00
David Karlsson
daf48b745e
vendor: github.com/moby/moby v27.4.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 17:37:22 +01:00
David Karlsson
11d549b8a4
vendor: github.com/docker/cli v27.4.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 17:33:15 +01:00
tonistiigi
1cf7d092bc
vendor: github.com/docker/buildx v0.19.2
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-06 23:41:36 +00:00
Guillaume Lours
95b8aee0eb
release-notes for Compose v2.31.0 version ( #21524 )
...
<!--Delete sections as needed -->
## Description
Add release notes for Compose `v2.31.0`
## Related issues or tickets
https://docker.atlassian.net/browse/COMP-832
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-11-28 15:55:46 +00:00
David Karlsson
8add4562f5
vendor: github.com/moby/buildkit v0.18.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-28 10:17:24 +01:00
tonistiigi
b61b51ac47
vendor: github.com/docker/buildx v0.19.1
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-27 18:41:51 +00:00
Guillaume Lours
efe6a80467
release-notes for Compose v2.30.3 version
...
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-11-07 23:17:12 +01:00
Allie Sadler
99a24c4a6b
ENGDOCS-2300 ( #21354 )
...
<!--Delete sections as needed -->
## Description
Final PR to improve the DD IA.
Validate test failing due to link that needs fixing in an upstream repo
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 14:45:53 +00:00
Guillaume Lours
b6f336d045
release-notes for Compose v2.30.2 version ( #21345 )
...
<!--Delete sections as needed -->
## Description
Add release notes of Compose `v2.30.2` version
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-11-06 14:15:34 +00:00
David Karlsson
6b3f7905c7
vendor: github.com/moby/buildkit 354f2d13c905c05b0c4f44ff9c2d1e61430212bc
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-06 09:19:19 +01:00
David Karlsson
0738932e58
vendor: github.com/docker/scout-cli v1.15.0
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-31 14:16:41 +01:00