Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
27.3.1
->27.4.1
0.18.0
->0.19.3
2.30.3
->2.32.1
v3.7.1
->v3.8.0
8.0.403
->8.0.404
8.0.403
->8.0.404
8.0.403
->8.0.404
8.0.403-jammy
->8.0.404-jammy
Release Notes
moby/moby (docker)
v27.4.1
Compare Source
27.4.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
Bug fixes and enhancements
docker info
command and the correspondingGET /info
API endpoint no longer include warnings whenbridge-nf-call-iptables
orbridge-nf-call-ip6tables
are disabled at the daemon is started. Thebr_netfilter
kernel module is now attempted to be loaded when needed, which made those warnings inaccurate. moby/moby#49090ip6_tables
andbr_netfilter
when required, using a method that is likely to succeed inside a Docker-in-Docker container. moby/moby#49043DOCKER FILTER
chain not being cleaned up on failure. moby/moby#49110Deprecations
Lstat()
,Mkdev()
,Mknod()
,FromStatT()
andStat()
functions, and relatedStatT
types. These were only used internally, and will be removed in the next release. moby/moby#49100IPV
,Iptables
andIP6Tables
types in favor ofIPVersion
,IPv4
, andIPv6
. This type and consts will be removed in the next release. moby/moby#49093Passthrough
. This function was only used internally, and will be removed in the next release. moby/moby#49119Packaging updates
runc
to v1.2.3 (static packages only). moby/moby#49085v27.4.0
Compare Source
27.4.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
API
GET /images/json
with themanifests
option enabled now preserves the original order in which manifests appeared in the manifest-index. moby/moby#48712Bug fixes and enhancements
jsonfile
orlocal
log drivers, any errors while trying to read or parse underlying log files will cause the rest of the file to be skipped and move to the next log file (if one exists) rather than returning an error to the client and closing the stream. The errors are viewable in the Docker Daemon logs and exported to traces when tracing is configured. moby/moby#48842userland-proxy
disabled, if the kernel'sbr_netfilter
module was not loaded and enabled. The daemon will now attempt to load the module and enablebridge-nf-call-iptables
orbridge-nf-call-ip6tables
when creating a network with the userland proxy disabled. moby/moby#48685bridge
andbr_netfilter
kernel modules. moby/moby#48966docker image inspect
outputting duplicate references inRepoDigests
. moby/moby#48785--mount
option not being marked as anonymous. moby/moby#48755DOCKER-USER
chain is placed before other rules. moby/moby#48714docker image ls --tree
. docker/cli#5519USED
column indocker image ls --tree
toIN USE
. docker/cli#5518docker run
. docker/cli#5654docker login
anddocker logout
command no longer update the configuration file if the credentials didn't change. docker/cli#5569docker stats
to reduce flickering issues. docker/cli#5588, docker/cli#5635events --filter
in cobra generated shell completions. docker/cli#5614events --filter daemon=
. docker/cli#5563docker rm
. docker/cli#5540--platform
flags. docker/cli#5540/etc/cdi
and/var/run/cdi
accessible by the Container Device Interface (CDI) integration. moby/moby#49027Removed
Daemon.Exists()
andDaemon.IsPaused()
. These functions are no longer used and will be removed in the next release. moby/moby#48719container.ErrNameReserved
andcontainer.ErrNameNotReserved
. moby/moby#48697pkg/platform
- this package is only used internally, and will be removed in the next release. moby/moby#48863RepositoryInfo.Class
. This field is no longer used, and will be removed in the next release. moby/moby#49013cli/command.ConfigureAuth()
, which was deprecated since v27.2.1. docker/cli#5552cli.Errors
type in favour of Go'serrors.Join
docker/cli#5548Packaging updates
containerd
(static binaries only) to v1.7.24. moby/moby#48919runc
to v1.2.2. moby/moby#48919docker/buildx (docker-buildx)
v0.19.3
Compare Source
Welcome to the v0.19.3 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
Notable changes
--set
#2861Dependency Changes
This release has no dependency changes
Previous release can be found at v0.19.2
v0.19.2
Compare Source
Welcome to the v0.19.2 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Notable changes
--set
flag to avoid the need to allow the same path multiple times #2834Dependency Changes
This release has no dependency changes
Previous release can be found at v0.19.1
v0.19.1
Compare Source
buildx 0.19.1
Welcome to the v0.19.1 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Notable Changes
Dependency Changes
This release has no dependency changes
Previous release can be found at v0.19.0
v0.19.0
Compare Source
buildx 0.19.0
Welcome to the v0.19.0 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
Notable Changes
--allow
when your build needs to read or write files outside of your current working directory. This feature currently only reports a warning when using local Bake definition, but will start to produce an error starting from the v0.20 release. If you wish to enable the error in the current release, you can setBUILDX_BAKE_ENTITLEMENTS_FS=1
#2796 #2812Dependency Changes
397af53
->31cf1f4
ef581f9
->f6361c8
ef581f9
->f6361c8
Previous release can be found at v0.18.0
docker/compose (docker-compose)
v2.32.1
Compare Source
What's Changed
🐛 Fixes
Full Changelog: docker/compose@v2.32.0...v2.32.1
v2.32.0
Compare Source
What's Changed
✨ Improvements
🐛 Fixes
rebuild
action by @ndeloof in https://github.com/docker/compose/pull/12343🔧 Internal
⚙️ Dependencies
Full Changelog: docker/compose@v2.31.0...v2.32.0
v2.31.0
Compare Source
What's Changed
✨ Improvements
🐛 Fixes
docker compose run
by @ndeloof (12288)🔧 Internal
⚙️ Dependencies
0.8.0
to0.9.0
by @dependabot (12277)0.26.0
to0.27.0
by @dependabot (12276)v0.17.1
, github.com/docker/buildxv0.18.0
by @thaJeztah (12298)v27.4.0-rc.2
, docker/cliv27.4.0-rc.2
by @thaJeztah (12306)1.9.0
to1.10.0
by @dependabot (12319)2.4.5-0.20241111154218-9d02caaf8465
to2.4.5
by @dependabot (12324)0.17.1
to0.17.2
by @dependabot (12320)v1.7.24
by @glours (12329)New Contributors
Full Changelog: docker/compose@v2.30.3...v2.31.0
docker/setup-buildx-action (docker/setup-buildx-action)
v3.8.0
Compare Source
dotnet/sdk (dotnet-sdk)
v8.0.404
: .NET 8.0.11Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.403...v8.0.404
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.