8000 Bump dependencies by renovate[bot] · Pull Request #141 · gitfool/cake-docker · GitHub
[go: up one dir, main page]

Skip to content

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Apr 15, 2025

This PR contains the following updates:

Package Manager Type Update Change Age Confidence
actions/checkout github-actions action minor v4.2.2 -> v4.3.0 age confidence
cake.tool (source) regex run minor 5.0.0 -> 5.1.0 age confidence
cake.tool (source) nuget nuget minor 5.0.0 -> 5.1.0 age confidence
docker regex run minor 28.0.4 -> 28.5.1 age confidence
docker-buildx regex run minor 0.22.0 -> 0.29.1 age confidence
docker-compose regex run minor 2.35.0 -> 2.40.0 age confidence
docker/login-action github-actions action minor v3.4.0 -> v3.6.0 age confidence
docker/setup-buildx-action github-actions action minor v3.10.0 -> v3.11.1 age confidence
dotnet-sdk regex script patch 9.0.203 -> 9.0.305 age confidence
dotnet-sdk regex task patch 9.0.203 -> 9.0.305 age confidence
dotnet-sdk regex action patch 9.0.203 -> 9.0.305 age confidence
mcr.microsoft.com/dotnet/sdk dockerfile final patch 9.0.203-noble -> 9.0.305-noble age confidence

Release Notes

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

cake-build/cake (cake.tool)

v5.1.0

Compare Source

Feature

  • #​4539 Add Woodpecker CI Support.
  • #​4436 Add support for capturing MSBuild properties, items and target results.
  • #​4431 Add property for GitLab's "Pipeline Source" to GitLabCIBuildInfo.
  • #​4418 GitLab Server url should be available in GitLabCIServerInfo.
  • #​4416 Make Merge Request source and target branch available in GitLabCIPullRequestInfo.
  • #​4401 Add DotNetSlnRemove alias for dotnet sln remove command.
  • #​4584 Update Spectre.Console to 0.51.1.
  • #​4583 Update Newtonsoft.Json to 13.0.4.
  • #​4582 Update Microsoft.Extensions.DependencyInjection to 9.0.9.
  • #​4581 Update System.* to 9.0.9.
  • #​4549 Update Basic.Reference.Assemblies.Net90 to 1.8.3.
  • #​4548 Update Basic.Reference.Assemblies.Net80 to 1.8.3.
  • #​4547 Update Autofac to 8.4.0.
  • #​4546 Update Microsoft.IdentityModel.JsonWebTokens to 8.14.0.
  • #​4545 Update Microsoft.Extensions.DependencyInjection to 9.0.8.
  • #​4544 Update System.Reflection.Metadata to 9.0.8.
  • #​4543 Update System.Collections.Immutable to 9.0.8.
  • #​4542 Update System.Security.Cryptography.Pkcs to 9.0.8.
  • #​4529 Update System.Reflection.Metadata 9.0.7.
  • #​4528 Update System.Collections.Immutable to 9.0.7.
  • #​4527 Update System.Security.Cryptography.Pkcs to 9.0.7.
  • #​4526 Update Microsoft.Extensions.DependencyInjection to 9.0.7.
  • #​4523 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.1.
  • #​4510 Update Microsoft.IdentityModel.JsonWebTokens to 8.12.0.
  • #​4509 Update Basic.Reference.Assemblies.Net* to 1.8.2.
  • #​4505 Update Basic.Reference.Assemblies.Net* to 1.8.1.
  • #​4497 Cake.Testing.Xunit.v3 should not reference xunit.v3.
  • #​4493 Update Spectre.Console to 0.50.0.
  • #​4492 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.14.0.
  • #​4491 Update System.Reflection.Metadata to 9.0.5.
  • #​4490 Update System.Collections.Immutable to 9.0.5.
  • #​4489 Update Autofac to 8.3.0.
  • #​4488 Update Microsoft.Extensions.DependencyInjection to 9.0.5.
  • #​4483 Update System.Security.Cryptography.Pkcs to 9.0.5.
  • #​4482 Update Microsoft.IdentityModel.JsonWebTokens to 8.11.0.
  • #​4481 Update NuGet.* to 6.14.0.
  • #​4471 Improve script caching behavior.
  • #​4440 Update Basic.Reference.Assemblies.Net80 to 1.8.0.
  • #​4426 Update Microsoft.CodeAnalysis.CSharp.Scripting to 4.12.0.
  • #​4425 Update NuGet.* to 6.12.1.
  • #​4421 Update Microsoft.IdentityModel.JsonWebTokens to 8.3.0.
  • #​4420 Update Autofac to 8.2.0.
  • #​4412 NuGet 6.9 renamed no-cache to no-http-cache and deprecated the old setting name.
  • #​4407 SignTool missing the /kc and /csp parameters. .
  • #​4399 Refactor DotNetAliases: Extract methods into a separate partial class.
  • #​4478 Failed to install addin when running from Windows powershell.exe.
  • #​4475 Script execution does not always show a report summary.
  • #​4410 AzurePipelinesPullRequestInfo fails to detect if build is running in the context of a GitHub Pull Request.
  • #​4286 DotNetToolRunner doesn't support empty space at tool path.
moby/moby (docker)

v28.5.1

Compare Source

28.5.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
Deprecations
  • api/types/image: InspectResponse: deprecate Parent and DockerVersion fields. moby/moby#51105
  • api/types/plugin: deprecate Config.DockerVersion field. moby/moby#51110

v28.5.0

Compare Source

28.5.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • Don't print warnings in docker info for broken symlinks in CLI-plugin directories. docker/cli#6476
  • Fix a panic during stats on empty event Actor.ID. docker/cli#6471
Packaging updates
Networking
  • Eliminated harmless warning about deletion of endpoint_count from the data store. moby/moby#51064
  • Fix a bug causing IPAM plugins to not be loaded on Windows. moby/moby#51035
API
  • Deprecate support for kernel memory TCP accounting (KernelMemoryTCP). moby/moby#51067
  • Fix GET containers/{name}/checkpoints returning null instead of empty JSON array when there are no checkpoints. moby/moby#51052
Go SDK
Deprecations
  • Go-SDK: cli/command: deprecate DockerCli.Apply. This method is no longer used and will be removed in the next release if there are no remaining uses. docker/cli#6497
  • Go-SDK: cli/command: deprecate DockerCli.ContentTrustEnabled. This method is no longer used and will be removed in the next release. docker/cli#6495
  • Go-SDK: cli/command: deprecate DockerCli.DefaultVersion. This method is no longer used and will be removed in the next release. docker/cli#6491
  • Go-SDK: cli/command: deprecate ResolveDefaultContext utility. docker/cli#6529
  • Go-SDK: cli/command: deprecate WithContentTrustFromEnv, WithContentTrust options. These options were used internally, and will be removed in the next release.. docker/cli#6489
  • Go-SDK: cli/manifest/store: deprecate IsNotFound(). docker/cli#6514
  • Go-SDK: templates: deprecate NewParse() function. docker/cli#6469

v28.4.0

Compare Source

28.4.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New
  • Allow Docker CLI to set the GODEBUG environment variable when the key-value pair ("GODEBUG":"...") exists inside the docker context metadata. docker/cli#6399
Bug fixes and enhancements
  • Add shell completion for docker pull and docker image pull. docker/cli#6420
  • Fix a regression in v28.3.3 that could cause a panic on docker push if the client did not send an X-Registry-Auth header. moby/moby#50738
  • Windows: Potentially fix an issue with "access denied" error when pulling images. moby/moby#50871
  • containerd image store: Fix docker history failing with snapshot X does not exist when calling on a non-native image that was built locally. moby/moby#50875
  • containerd image store: Fix docker image prune to emit correct untag and delete events and list only the deleted images root digests instead of every blob. moby/moby#50837
  • Remove interactive login prompt from docker push and docker pull after a failure caused by missing authentication. docker/cli#6256
Packaging updates
Networking
  • Fix an issue that could cause slow container restart on live-restore. moby/moby#50829
API
Go SDK
Deprecations
  • Deprecate special handling for quoted values for the --tlscacert, --tlscert, and --tlskey command-line flags. docker/cli#6291
  • Mark legacy links env vars (DOCKER_KEEP_DEPRECATED_LEGACY_LINKS_ENV_VARS) as deprecated in v28.4 and set for removal in v30.0. docker/cli#6309
  • Go-SDK: Deprecate field NetworkSettingsBase.Bridge, struct NetworkSettingsBase, all the fields of DefaultNetworkSettings, and struct DefaultNetworkSettings. moby/moby#50839
  • Go-SDK: api/types: build.CacheDiskUsage, container.DiskUsage, images.DiskUsage and volumes.DiskUsage are now deprecated and will be removed in the next major release. moby/moby#50768
  • Go-SDK: cli-plugins/manager: deprecate ReexecEnvvar. docker/cli#6411
  • Go-SDK: cli-plugins/manager: deprecate annotation aliases (CommandAnnotationPlugin, CommandAnnotationPluginVendor, CommandAnnotationPluginVersion, CommandAnnotationPluginInvalid, CommandAnnotationPluginCommandPath) in favor of their equivalent in cli-plugins/manager/metadata. docker/cli#6298
  • Go-SDK: cli-plugins/manager: deprecate metadata aliases (NamePrefix, MetadataSubcommandName, HookSubcommandName, Metadata, ReexecEnvvar) in favor of their equivalent in cli-plugins/manager/metadata. docker/cli#6269
  • Go-SDK: cli-plugins/manager: remove Candidate interface, which was only for internal use. docker/cli#6269
  • Go-SDK: cli-plugins/manager: remove NewPluginError function, which was only for internal use. docker/cli#6269
  • Go-SDK: cli-plugins/manager: remove deprecated ResourceAttributesEnvvar const. docker/cli#6269
  • Go-SDK: cli/command/builder: deprecate NewBuilderCommand and NewBakeStubCommand. These functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/builder: deprecate NewPruneCommand. docker/cli#6343
  • Go-SDK: cli/command/checkpoint: deprecate NewCheckpointCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/checkpoint: deprecate NewFormat, FormatWrite. docker/cli#6341
  • Go-SDK: cli/command/completion: deprecate NoComplete. docker/cli#6405
  • Go-SDK: cli/command/completion: remove deprecated ValidArgsFn. docker/cli#6259
  • Go-SDK: cli/command/config: deprecate NewConfigCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/config: deprecate NewFormat, FormatWrite, InspectFormatWrite. docker/cli#6341
  • Go-SDK: cli/command/config: deprecate RunConfigCreate, CreateOptions, RunConfigInspect, InspectOptions, RunConfigList, ListOptions, RunConfigRemove, and RemoveOptions. docker/cli#6369
  • Go-SDK: cli/command/container: deprecate NewBuildCommand, NewPullCommand, NewPushCommand, NewImagesCommand, NewImageCommand, NewHistoryCommand, NewImportCommand, NewLoadCommand, NewRemoveCommand, NewSaveCommand, NewTagCommand, NewPruneCommand. These functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/container: deprecate NewDiffFormat, DiffFormatWrite. These functions were only used internally and will be removed in the next release. docker/cli#6341
  • Go-SDK: cli/command/container: deprecate NewRunCommand, NewExecCommand, NewPsCommand, NewContainerCommand, NewAttachCommand, NewCommitCommand, NewCopyCommand, NewCreateCommand, NewDiffCommand, NewExportCommand, NewKillCommand, NewLogsCommand, NewPauseCommand, NewPortCommand, NewRenameCommand, NewRestartCommand, NewRmCommand, NewStartCommand, NewStatsCommand, NewStopCommand, NewTopCommand, NewUnpauseCommand, NewUpdateCommand, NewWaitCommand, NewPruneCommand. These functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/context: deprecate NewContextCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/context: deprecate RunCreate and CreateOptions. docker/cli#6403
  • Go-SDK: cli/command/context: deprecate RunExport and ExportOptions. docker/cli#6403
  • Go-SDK: cli/command/context: deprecate RunImport. docker/cli#6403
  • Go-SDK: cli/command/context: deprecate RunRemove and RemoveOptions. docker/cli#6403
  • Go-SDK: cli/command/context: deprecate RunUpdate and UpdateOptions. docker/cli#6403
  • Go-SDK: cli/command/context: deprecate RunUse. docker/cli#6403
  • Go-SDK: cli/command/image: deprecate AuthResolver utility. docker/cli#6357
  • Go-SDK: cli/command/image: deprecate NewHistoryFormat, HistoryWrite. docker/cli#6341, docker/cli#6341
  • Go-SDK: cli/command/manifest: deprecate NewManifestCommand. This functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/network: deprecate NewFormat, FormatWrite. docker/cli#6341
  • Go-SDK: cli/command/network: deprecate NewNetworkCommand. These functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/node: deprecate NewFormat, FormatWrite, InspectFormatWrite. docker/cli#6341
  • Go-SDK: cli/command/node: deprecate NewNodeCommand. This functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/plugin: deprecate NewFormat, FormatWrite. docker/cli#6341
  • Go-SDK: cli/command/plugin: deprecate NewPluginCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/registry: deprecate NewLoginCommand, NewLogoutCommand, NewSearchCommand. These functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/registry: deprecate NewSearchFormat, SearchWrite. docker/cli#6341
  • Go-SDK: cli/command/registry: deprecate OauthLoginEscapeHatchEnvVar const. docker/cli#6413
  • Go-SDK: cli/command/secret: deprecate NewFormat, FormatWrite, InspectFormatWrite. docker/cli#6341
  • Go-SDK: cli/command/secret: deprecate NewSecretCommand. This functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/service: deprecate NewFormat, InspectFormatWrite. docker/cli#6341
  • Go-SDK: cli/command/service: deprecate NewServiceCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/stack: deprecate NewStackCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/stack: deprecate RunList, RunServices. docker/cli#6391
  • Go-SDK: cli/command/swarm: deprecate NewSwarmCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/system: deprecate NewVersionCommand, NewInfoCommand, NewSystemCommand, NewEventsCommand, NewInspectCommand. These functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/task: deprecate NewTaskFormat, FormatWrite. docker/cli#6341
  • Go-SDK: cli/command/trust: deprecate NewTrustCommand. This function will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command/trust: deprecate SignedTagInfo, SignerInfo, NewTrustTagFormat, NewSignerInfoFormat, TagWrite, SignerInfoWrite. docker/cli#6341
  • Go-SDK: cli/command/volume: deprecate NewVolumeCommand, NewPruneCommand. These functions will be removed in the next release. docker/cli#6312
  • Go-SDK: cli/command: remove AddTrustSigningFlags, AddTrustVerificationFlags, and AddPlatformFlag utilities, which were only used internally. docker/cli#6311
  • Go-SDK: cli/command: remove deprecated ConfigureAuth utility. docker/cli#6257
  • Go-SDK: cli/command: remove deprecated CopyToFile utility. docker/cli#6257
  • Go-SDK: cli/config/types: update deprecation message for AuthConfig.Email field. docker/cli#6392
  • Go-SDK: cli: deprecate VisitAll, DisableFlagsInUseLine utilities. These utilities were only used internally and will be removed in the next release. docker/cli#6276
  • Go-SDK: cli: remove HasCompletionArg utility. This utility was only used internally. docker/cli#6276
  • Go-SDK: deprecate cli/command.RegistryAuthenticationPrivilegedFunc. docker/cli#6256
  • Go-SDK: deprecate cli/command/stack/formatter. docker/cli#6391
  • Go-SDK: deprecate cli/command/stack/loader. docker/cli#6391
  • Go-SDK: deprecate cli/command/stack/options. docker/cli#6391
  • Go-SDK: deprecate cli/command/stack/swarm. docker/cli#6391
  • Go-SDK: opts: deprecate NewNamedListOptsRef, NewNamedMapOpts, NamedListOpts, NamedMapOpts, and NamedOption. These types and functions are no longer used and will be removed in the next release. docker/cli#6292
  • Go-SDK: opts: deprecate ParseEnvFile in favour of kvfile.Parse. docker/cli#6381
  • Go-SDK: opts: deprecate QuotedString. This utility is no longer used, and will be removed in the next release. docker/cli#6275
  • Go-SDK: opts: deprecate ValidateHost utility. This function is no longer used, and will be removed in the next release. docker/cli#6280
  • Go-SDK: pkg/jsonmessage: deprecate the JSONMessage.From, JSONMessage.Time, and JSONMessage.TimeNano fields, as they are no longer returned by the API for progress messages. Use the events.Message type instead to unmarshal the /events response. moby/moby#50762
  • Go-SDK: the cli/registry/client package is deprecated and will be removed in the next release. docker/cli#6313

v28.3.3

Compare Source

28.3.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Security

This release fixes an issue where, after a firewalld reload, published container ports could be accessed directly from the local network, even when they were intended to be accessible only via a loopback address. CVE-2025-54388 / GHSA-x4rx-4gw3-53p4 / moby/moby#50506.

Packaging updates
Go SDK
  • cli/command/formatter: add TrunateID() utility as alternative for github.com/docker/docker/pkg/stringid.TrunateID(). docker/cli#6180

v28.3.2: 28.3.2

Compare Source

28.3.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • Fix --use-api-socket not working correctly when targeting a remote daemon. docker/cli#6157
  • Fix stray "otel error" logs being printed if debug logging is enabled. docker/cli#6160
  • Quote SSH arguments when connecting to a remote daemon over an SSH connection to avoid unexpected expansion. docker/cli#6147
  • Warn when DOCKER_AUTH_CONFIG is set during docker login and docker logout. docker/cli#6163
Packaging updates

v28.3.1: 28.3.1

Compare Source

28.3.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Packaging updates

v28.3.0: 28.3.0

Compare Source

28.3.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New
Bug fixes and enhancements
  • Ensure that the state of the container in the daemon database (used by /containers/json API) is up to date when the container is stopped using the /containers/{id}/stop API (before response of API). moby/moby#50136
  • Fix docker image inspect inspect omitting empty fields. moby/moby#50135
  • Fix docker images --tree not marking images as in-use when the containerd image store is disabled. docker/cli#6140
  • Fix docker pull/push hang in non-interactive when authentication is required caused by prompting for login credentials. docker/cli#6141
  • Fix a potential resource leak when a node leaves a Swarm. moby/moby#50115
  • Fix a regression where a login prompt on docker pull would show Docker Hub-specific hints when logging in on other registries. docker/cli#6135
  • Fix an issue where all new tasks in the Swarm could get stuck in the PENDING state forever after scaling up a service with placement preferences. moby/moby#50211
  • Remove an undocumented, hidden, top-level docker remove command that was accidentally introduced in Docker 23.0. docker/cli#6144
  • Validate registry-mirrors configuration as part of dockerd --validate and improve error messages for invalid mirrors. moby/moby#50240
  • dockerd-rootless-setuptool.sh: Fix the script from silently returning with no error message when subuid/subgid system requirements are not satisfied. moby/moby#50059
  • containerd image store: Fix docker push not creating a tag on the remote repository. moby/moby#50199
  • containerd image store: Improve handling of errors returned by the token server during docker pull/push. moby/moby#50176
Packaging updates
Networking
  • Revert Swarm related changes added in 28.2.x builds, due to a regression reported in #​50129. moby/moby#50169
    • Revert: Fix an issue where docker network inspect --verbose could sometimes crash the daemon (#​49937).
    • Revert: Fix an issue where the load-balancer IP address for an overlay network would not be released in certain cases if the Swarm was lacking an ingress network (#​49948).
    • Revert: Improve the reliability of NetworkDB in busy clusters and lossy networks (#​49932).
    • Revert: Improvements to the reliability and convergence speed of NetworkDB (#​49939).
  • Fix an issue that could cause container startup to fail, or lead to failed UDP port mappings, when some container ports are mapped to 0.0.0.0 and others are mapped to specific host addresses. moby/moby#50054
  • The network inspect response for an overlay network now reports that EnableIPv4 is true. moby/moby#50147
  • Windows: Improve daemon startup time in cases where the host has networks of type "Mirrored". moby/moby#50155
  • Windows: Make sure docker system prune and docker network prune only remove networks created by Docker. moby/moby#50154
API
  • Update API version to 1.51. moby/moby#50145
  • GET /images/json now sets the value of the Containers field for all images to the count of containers using the image. moby/moby#50146
Deprecations
  • Empty/nil image config fields in the GET /images/{name}/json response are now deprecated and will be removed in v29.0. docker/cli#6129
  • api/types/container: deprecate ExecOptions.Detach. This field is not used, and will be removed in a future release. moby/moby#50219
  • pkg/idtools: deprecate IdentityMapping and Identity.Chown. moby/moby#50210

v28.2.2: 28.2.2

Compare Source

28.2.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements
  • containerd image store: Fix a regression causing docker build --push to fail. This reverts the fix for docker build not persisting overridden images as dangling. moby/moby#50105
Networking
  • When creating the iptables DOCKER-USER chain, do not add an explicit RETURN rule, allowing users to append as well as insert their own rules. Existing rules are not removed on upgrade, but it won't be replaced after a reboot. moby/moby#50098

v28.2.1: 28.2.1

Compare Source

28.2.1

Packaging updates

v28.2.0: 28.2.0

Compare Source

28.2.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

[!NOTE]
RHEL packages are currently not available and will be released later.

New
  • Add {{.Platform}} as formatting option for docker ps to show the platform of the image the container is running. docker/cli#6042
  • Add support for relative parent paths (../) on bind mount sources when using docker run/create with -v/--volume or --mount type=bind options. docker/cli#4966
  • CDI is now enabled by default. moby/moby#49963
  • Show discovered CDI devices in docker info. docker/cli#6078
  • docker image rm: add --platform option to remove a variant from multi-platform images. docker/cli#6109
  • containerd image store: Initial BuildKit support for building Windows container images on Windows (requires an opt-in with DOCKER_BUILDKIT=1). moby/moby#49740
Bug fixes and enhancements
  • Add a new log option for fluentd log driver (fluentd-write-timeout), which enables specifying write timeouts for fluentd connections. moby/moby#49911
  • Add support for DOCKER_AUTH_CONFIG for the experimental --use-api-socket option. docker/cli#6019
  • Fix docker exec waiting for 10 seconds if a non-existing user or group was specified. moby/moby#49868
  • Fix docker swarm init ignoring cacert option of --external-ca. docker/cli#5995
  • Fix an issue where the CLI would not correctly save the configuration file (~/.docker/config.json) if it was a relative symbolic link. docker/cli#5282
  • Fix containers with --restart always policy using CDI devices failing to start on daemon restart. moby/moby#49990
  • Fix shell-completion to only complete some flags once, even though they can be set multiple times. docker/cli#6030
  • Fix the plugin does not implement PluginAddr interface error for Swarm CSI drivers. moby/moby#49961
  • Improve docker login error messages for invalid options. docker/cli#6036
  • Make sure the terminal state is restored if the CLI is forcefully terminated. docker/cli#6058
  • Update the default seccomp profile to match the libseccomp v2.6.0. The new syscalls are: listmount, statmount, lsm_get_self_attr, lsm_list_modules, lsm_set_self_attr, mseal, uretprobe, riscv_hwprobe, getxattrat, listxattrat, removexattrat, and setxattrat. This prevents containers from receiving EPERM errors when using them. moby/moby#50077
  • docker inspect: add shell completion, improve flag-description for --type and improve validation. docker/cli#6052
  • containerd image store: Enable BuildKit garbage collector by default. moby/moby#49899
  • containerd image store: Fix docker build not persisting overridden images as dangling. moby/moby#49702
  • containerd image store: Fix docker system df reporting a negative reclaimable space amount. moby/moby#49707
  • containerd image store: Fix duplicate PUT requests when pushing a multi-platform image. moby/moby#49949
Packaging updates
Networking
  • Add bridge network option "com.docker.network.bridge.trusted_host_interfaces", accepting a colon-separated list of interface names. These interfaces have direct access to published ports on container IP addresses. moby/moby#49832
  • Add daemon option "allow-direct-routing" to disable filtering of packets from outside the host addressed directly to containers. moby/moby#49832
  • Do not display network options com.docker.network.enable_ipv4 or `com.docker.network.enable_

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from gitfool as a code owner April 15, 2025 22:25
@renovate renovate bot added the dependencies Changes that only affect dependencies label Apr 15, 2025
@renovate renovate bot force-pushed the renovate/minor branch from 79e19be to 9190cd5 Compare April 17, 2025 15:05
@renovate renovate bot changed the title Bump dependency docker-buildx to v0.23.0 Bump dependencies Apr 17, 2025
@renovate renovate bot force-pushed the renovate/minor branch from 9190cd5 to d46fcac Compare April 18, 2025 14:55
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from f07e665 to ef393c0 Compare May 14, 2025 12:11
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 4c2f0ef to d1a5f2d Compare May 23, 2025 16:36
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 0fc795d to f6f09b2 Compare May 30, 2025 18:21
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from 288f85c to c317dcb Compare June 12, 2025 10:34
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from 5578083 to 0864157 Compare June 20, 2025 16:45
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from e2231db to 89c8902 Compare June 30, 2025 23:11
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from e2efaf4 to d41e0f8 Compare July 9, 2025 17:39
@renovate renovate bot force-pushed the renovate/minor branch from d41e0f8 to 0ac318e Compare July 9, 2025 23:38
@renovate renovate bot force-pushed the renovate/minor branch 6 times, most recently from 7aebe07 to e2be4eb Compare July 24, 2025 18:04
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 44280d5 to 74c2ae1 Compare August 4, 2025 14:21
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from e6fac57 to fddc66d Compare August 11, 2025 12:24
@renovate renovate bot force-pushed the renovate/minor branch from fddc66d to 21aa69d Compare August 20, 2025 15:14
@renovate renovate bot force-pushed the renovate/minor branch 4 times, most recently from b735221 to 0eabf7a Compare September 9, 2025 21:27
@renovate renovate bot force-pushed the renovate/minor branch 6 times, most recently from 057a789 to d809559 Compare October 4, 2025 20:43
@renovate renovate bot force-pushed the renovate/minor branch from d809559 to 23dd9ed Compare October 8, 2025 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that only affect dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0