Craig Osterhout
4ab38044a7
scout: update to latest cli ( #22957 )
...
<!--Delete sections as needed -->
## Description
Update to the latest Scout CLI docs, 1.18.1.
## Related issues or tickets
ENGDOCS-2792
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
---------
Signed-off-by: Craig <craig.osterhout@docker.com>
2025-07-11 11:26:21 -07:00
Paweł Gronowski
3ae7d89f8d
vendor: github.com/docker/cli v28.3.2 (c69d8bde4adc)
...
full diff: https://github.com/docker/cli/compare/v28.3.1...c69d8bde4adc
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-07-11 16:14:02 +02:00
CrazyMax
13b71f3229
build: update buildx ref to 0.25.0 and buildkit ref to 0.23.2
...
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-07-10 14:43:11 +02:00
Allie Sadler
1285bbc3c7
Compose network flag2 ( #23055 )
...
<!--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
2025-07-10 13:32:16 +01:00
Paweł Gronowski
d091e02f37
vendor: github.com/moby/moby v28.3.2
...
full diff: https://github.com/moby/moby/compare/v28.3.0...v28.3.2
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-07-09 22:01:30 +02:00
Guillaume Lours
ca667111af
release-notes for Compose v2.38.2 version ( #23025 )
...
<!--Delete sections as needed -->
## Description
Add release notes for Compose `v2.38.2` version
## 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-07-08 13:38:15 +01:00
Arthur
eaeb226880
dmr: pin newest version ( #22990 )
...
<!--Delete sections as needed -->
## Description
Pin newest version of model cli.
2025-07-03 15:35:14 +02:00
Guillaume Lours
db51090388
release-notes for Compose v2.38.0 and v2.38.1 versions ( #22953 )
...
<!--Delete sections as needed -->
## Description
Add release notes for Compose versions `v2.38.0` and `v2.38.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-07-01 08:49:42 +01:00
Paweł Gronowski
bc32257570
engine: 28.3.0 release notes ( #22891 )
...
<!--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>
2025-06-25 14:47:57 +02:00
Guillaume Lours
77924e073d
Merge pull request #22906 from glours/release-notes-compose-v2.37.3
...
release-notes for Compose v2.37.3 version
2025-06-24 16:36:14 +01:00
Nicolas De loof
a382d56190
bump compose to v2.37.2 ( #22876 )
...
## Description
bump compose to v2.37.2
## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2025-06-20 14:40:27 +01:00
Guillaume Lours
a0d7b50aaf
Merge pull request #22828 from glours/release-notes-compose-v2.37.1
...
release-notes for Compose v2.37.1 version
2025-06-15 11:21:26 +01:00
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