CLI: Add support for device-code flow login when authenticating to the official registry. docker/cli#5349
containerd image store: docker image ls now supports --tree flag that shows a multiplatform-aware image list. This is experimental and may change at any time without any backwards compatibility. docker/cli#5353
API
GET /images/json response now includes Manifests field, which contains information about the sub-manifests included in the image index. This includes things like platform-specific manifests and build attestations.
The new field will only be populated if the request also sets the manifests query parameter to true.
[!WARNING]
This is experimental and may change at any time without any backward compatibility.
Bug fixes and enhancements
CLI: Fix issue with remote contexts over SSH where the CLI would allocate a pseudoterminal when connecting to the remote host, which causes issues in rare situations. docker/cli#5351
Fix an issue that prevented network creation with a --ip-range ending on a 64-bit boundary. moby/moby#48326
CLI: IPv6 addresses shown by docker ps in port bindings are now bracketed. docker/cli#5365
containerd image store: Fix early error exit from docker load in cases where unpacking the image would fail. moby/moby#48376
containerd image store: Fix the previous image not being persisted as dangling after docker pull. moby/moby#48380
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the other group with 8 updates in the / directory:
0.16.0
0.16.2
27.0.3+incompatible
27.2.0+incompatible
27.1.1+incompatible
27.2.0+incompatible
1.59.1
1.60.3
0.0.13
0.1.1
0.14.0
0.15.0
1.9.2
1.10.0
0.26.0
0.27.0
Updates
github.com/docker/buildx
from 0.16.0 to 0.16.2Release notes
Sourced from github.com/docker/buildx's releases.
Commits
99dea6d
Merge pull request #2630 from crazy-max/v0.16.2_cherry-picks7b8a069
vendor: update buildkit to v0.15.134c1952
Merge pull request #2604 from crazy-max/v0.16.1_cherry-picksdd3bb69
clarify the appropriate place to use the debug flag when viewing warnings9d8cf0b
test: bake printfb773fa
bake: check printer before printing warningsUpdates
github.com/docker/cli
from 27.0.3+incompatible to 27.2.0+incompatibleCommits
3ab4256
Merge pull request #5374 from vvoland/vendor-docker88a49df
vendor: github.com/docker/docker 3ab5c7d0036c (v27.2.0-dev)5d17c29
Merge pull request #5372 from thaJeztah/27.x_backport_fix_linting_issues64b9e4c
cli: rename args that collided with builtins (predeclard)4b71d0d
e2e/global: fix n-constant format string in call (govet)002cfcd
cli/command: fix n-constant format string in call (govet)d8af781
cli/command/system: remove redundant nil-check (gosimple)f042ddb
Merge pull request #5371 from vvoland/vendor-docker8e94ed1
vendor: github.com/docker/docker b27de4ef1634 (v27.2.0-dev)7a82aee
Merge pull request #5368 from dvdksn/27x_5360Updates
github.com/docker/docker
from 27.1.1+incompatible to 27.2.0+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
3ab5c7d
Merge pull request #48383 from vvoland/48382-27.x875e8ae
vendor: github.com/containerd/containerd v1.7.211900e4d
Dockerfile: update containerd binary to v1.7.21 (static binaries and CI only)cd7746d
Merge pull request #48380 from vvoland/48374-27.x2a13a38
Merge pull request #48376 from vvoland/48293-27.x9fd71f5
Merge pull request #48378 from corhere/backport-27.x/dockerd-manpageecd2b6f
c8d/image: AddhostPlatformMatcher
d5b0342
man: support bringing your own go-md2man56c5c23
man: build dockerd man pages using make77b2eb5
Removed all mentions of "please" from docs and messagesUpdates
github.com/golangci/golangci-lint
from 1.59.1 to 1.60.3Release notes
Sourced from github.com/golangci/golangci-lint's releases.
... (truncated)
Changelog
Sourced from github.com/golangci/golangci-lint's changelog.
... (truncated)
Commits
c2e095c
build(deps): bump github.com/securego/gosec/v2 from 81cda2f91fbe to ab3f6c1c8...f0c1904
feat: check that Go version use to build is greater or equals to the Go versi...2f53f2c
docs: update documentation (#4931)1bdd38b
docs: update documentation assets (#4930)561049d
docs: update GitHub Action assets (#4929)f338f3e
build(deps): bump github.com/securego/gosec/v2 from 5f0084eb01a9 to 81cda2f91...741df1f
dev: fix GO_VERSION in post release workflow (#4926)87dd8fe
exportloopref: deprecation (#4916)af298e1
chore: update gofmt (#4923)132d81c
build(deps): bump github.com/tomarrell/wrapcheck/v2 from 2.8.3 to 2.9.0 (#4921)Updates
github.com/moby/buildkit
from 0.15.0 to 0.15.1Release notes
Sourced from github.com/moby/buildkit's releases.
Commits
979542e
Merge pull request #5186 from crazy-max/v0.15.1_cherry-picks607455d
vendor: bump github.com/gofrs/flock to v0.12.14882c33
llbsolver: avoid nil releaser on errorUpdates
github.com/pulumi/providertest
from 0.0.13 to 0.1.1Release notes
Sourced from github.com/pulumi/providertest's releases.
... (truncated)
Commits
cecfbc7
Addprovider.ReplayInvokes
(#105)be10035
PassT
explicitly to all methods (#102)af0614e
Fix various warnings (#103)469a9fc
Rename Source to WorkingDir (#101)1b678cb
Don't ignore UpdateSource errors (#96)dddb527
upgrade tests with known source edits (#95)0ebd111
feat: allow passing additional args to import command (#93)38880e7
Merge pull request #92 from pulumi/mjeffryes-patch-19ae3537
Clarify the contract for this repo7387849
Add import to pulumitest (#91)Updates
github.com/pulumi/pulumi-java/pkg
from 0.14.0 to 0.15.0Release notes
Sourced from github.com/pulumi/pulumi-java/pkg's releases.
Changelog
Sourced from github.com/pulumi/pulumi-java/pkg's changelog.
Commits
7bd6ff3
Prepare for v0.15.0 (#1410)548849f
Fix HTML escaping after literals in non-code Javadoc (#1409)Updates
github.com/pulumi/pulumi-yaml
from 1.9.2 to 1.10.0Release notes
Sourced from github.com/pulumi/pulumi-yaml's releases.
Changelog
Sourced from github.com/pulumi/pulumi-yaml's changelog.
Commits
55ed492
Update CHANGELOG for 1.10.0 (#620)1cbffc5
Allow missing nodes in template (#617)ef1fb05
Test and fix support for local plugins (#619)f20ccea
Parse the items property on config type declarations (#615)88532b6
Add apulumi.organization
variable to get the current org (#613)73c073d
empty CHANGELOG_PENDING past release (#612)Updates
github.com/pulumi/pulumi/pkg/v3
from 3.130.0 to 3.130.1-0.20240831132520-d9df47718158Changelog
Sourced from github.com/pulumi/pulumi/pkg/v3's changelog.
... (truncated)
Commits
Updates
github.com/pulumi/pulumi/sdk/v3
from 3.130.0 to 3.130.1-0.20240831132520-d9df47718158Changelog
Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.
... (truncated)
Commits
Updates
golang.org/x/crypto
from 0.26.0 to 0.27.0Commits
c9da6b9
all: fix printf(var) mistakes detected by latest printf checkerb35ab4f
go.mod: update golang.org/x dependenciesbcb0f91
internal/poly1305: Port sum_amd64.s to Avo7eace71
chacha20poly1305: Avo port of chacha20poly1305_amd64.s620dfbc
salsa20/salsa: Port salsa20_amd64.s to Avo82942cf
blake2b: port blake2b_amd64.s to Avo0484c26
blake2b: port blake2bAVX2_amd64.s to Avo38ed1bc
blake2s: port blake2s_amd64.s to Avo38a0b5d
argon2: Avo port of blamka_amd64.sbf5f14f
x509roots/fallback: update bundleDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show