Add support to docker stack deploy for driver_opts in a service's networks. docker/cli#5125
containerd image store: Add --platform flag to docker image push and improve the default behavior when not all platforms of the multi-platform image are available locally. docker/cli#4984, moby/moby#47679
Bug fixes and enhancements
Fix a bug causing the docker CLI to leak UNIX sockets in $TMPDIR in some cases. docker/cli#5146
Don't ignore a custom seccomp profile when used in conjunction with --privilegedmoby/moby#47500
rootless: overlay2: support native overlay diff when using rootless-mode in kernel 5.11 and above moby/moby#47605
Fix the StartInterval default value of healthcheck to reflect the documented value of 5s. moby/moby#47799
Allow sysctls to be set per-interface during container creation and network connection. moby/moby#47686
A ULA base prefix is automatically added to default-address-pools if this parameter wasn't manually configured, or if it contains no IPv6 prefixes. This ULA prefix is derived from the Engine host ID such that it's unique across hosts and over time. moby/moby#47853
Enable ip6tables by default, it is no longer --experimental. moby/moby#47747
Introduce a new subnet allocator that can deal with IPv6 address pools of any size moby/moby#47768
For IPv6-enabled bridge networks, do not attempt to replace the bridge's kernel-assigned link local address with fe80::1. moby/moby#47787
Fix docker save and docker load not ending on the daemon side when the operation was cancelled (eg. Ctrl+C) moby/moby#47629
Container's StartedAt property is now recorded before container startup, guaranteeing that the StartedAt is always before FinishedAt. moby/moby#47003
Run an internal resolver on the default bridge network to forward DNS requests to external resolvers, even if they are on localhost addresses, or IPv6 addresses when the default bridge does not have IPv6 connectivity. To preserve existing behavior, the internal resolver on the default bridge will not resolve container names, unlike the resolver on user-defined networks. Do not use Google's DNS servers as a fallback when no external DNS servers are supplied in configuration via --dns or available from the host's resolv.conf. moby/moby#47602
If firewalld is running on the host, create policy docker-forwarding to allow forwarding from any zone to the docker zone. This makes it possible to configure a bridge network with a routable IPv6 address, and no masquerading. moby/moby#47745
IPv6 can now be enabled by default on all custom networks using dockerd --default-network-opt=bridge=com.docker.network.enable_ipv6=true (and the matching json option). moby/moby#47867
The internal DNS resolver used by Windows containers on Windows will now forward requests to external DNS servers by-default, this enables nslookup to resolve external hostnames. This behaviour can be disabled via daemon.json, using "features": { "windows-dns-proxy": false }, the feature flag will be removed in a future release. moby/moby#47826
Document the use of driver-opt in the CLI for setting per-interface sysctls. docker/cli#4994
Print a warning when the CLI does not have permissions to read the configuration file. docker/cli#5077
API
containerd image store: POST /images/{name}/push now supports a platform parameter (JSON encoded OCI Platform type) that allows selecting a specific platform-manifest from the multi-platform image. This is experimental and may change in future API versions. moby/moby#47679
ContainerList api returns container annotations. moby/moby#47866
Deprecate the daemon flag --api-cors-header and the corresponding daemon.json config param. These will be removed in the next major release. moby/moby#45313
Client API callback functions client.RequestPrivilegeFunc, client.ImageSearchOptions.AcceptPermissionsFunc and image.ImportOptions.PrivilegeFunc now require a context parameter. moby/moby#47536
Move ExecConfig, ContainerExecInspect, ContainersPruneReport, ContainerPathStat, CopyToContainerOptions, ExecStartCheck and ContainerStats to api/types/container;
ImagesPruneReport, ImageImportSource and ImageLoadResponse to api/types/image;
ExecStartOptions to api/types/backend;
VolumesPruneReport to api/types/volume;
EventsOptions to api/types/events;
ImageSearchOptions to api/types/registry. moby/moby#47936
Deprecate non-standard (config) fields in image inspect output. The Config field returned by this endpoint (used for "image inspect") returned additional fields that are not part of the image's configuration and not part of the [Docker Image Spec] and the [OCI Image Spec]. These fields are never set (and always return the default value for the type), but are not omitted in the response when left empty. As these fields were not intended to be part of the image configuration response, they are deprecated, and will be removed in the future API versions.
The following fields are currently included in the API response, but are not part of the underlying image's Config, and deprecated:
Bumps the gomod-dependencies group with 12 updates in the /server directory:
0.17.2
0.18.7
25.0.4+incompatible
27.0.0+incompatible
1.7.0
1.7.2
1.9.1
1.10.0
5.11.0
5.12.0
0.19.0
0.19.2
1.5.1
1.5.3
1.3.5
1.4.0
0.11.3
0.11.4
1.19.0
1.19.1
1.5.7
1.5.9
1.29.3
1.30.1
Updates
github.com/disgoorg/disgo
from 0.17.2 to 0.18.7Release notes
Sourced from github.com/disgoorg/disgo's releases.
... (truncated)
Commits
49119a6
fix error when creating or updating global application commandfd872a1
Add member profiles automod rule (#256)5bb14bb
fix stuck at mutex when reconnecting and error happens in Gateway.Open (#361)3599a10
Rename InteractionGuild funcs to PartialGuild()b81270a
Handle group DMs (channels) (#360)d934f63
Add guild onboarding + home audit log events (#258)ee8814f
Properly uncache members + events on guild delete71cd768
Add InteractionGuild (#276)9356c13
Add Type to EventMessageReactionAdd/Removefbf9a5d
Add query params to channels.GetReactions (#301)Updates
github.com/docker/docker
from 25.0.4+incompatible to 27.0.0+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
Updates
github.com/gin-contrib/cors
from 1.7.0 to 1.7.2Release notes
Sourced from github.com/gin-contrib/cors's releases.
Commits
064064f
ci: update Go workflow linting action to v5c4d5284
chore: update dependencies and refactor importsf952c06
chore: improve changelog generation and categorization71a48a2
chore: update third-party dependencies to latest versions88cbcd0
ci: update GitHub Actions workflows for Go projects84d0919
test: refactor CORS tests and expand coverageUpdates
github.com/gin-gonic/gin
from 1.9.1 to 1.10.0Release notes
Sourced from github.com/gin-gonic/gin's releases.
... (truncated)
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
... (truncated)
Commits
75ccf94
feat: update version constant to v1.10.0 (#3952)39089af
chore: refactor configuration files for better readability (#3951)638aa19
chore: update external dependencies to latest versions (#3950)a182195
feat(binding): Support custom BindUnmarshaler for binding. (#3933)b4f66e9
chore(deps): bump github.com/bytedance/sonic from 1.11.3 to 1.11.6 (#3940)f80ade7
chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#3941)0397e5e
chore: update changelog categories and improve documentation (#3917)c6f90df
chore: update various Go dependencies to latest versions (#3901)8acbe65
ci(release): refactor changelog regex patterns and exclusions (#3914)56dc72c
ci(Makefile): vet command add .PHONY (#3915)Updates
github.com/go-git/go-git/v5
from 5.11.0 to 5.12.0Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
302ddde
Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...6bba34d
build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7feaeb36
Merge pull request #937 from matejrisek/feature/rename-short-fields7959a42
Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...4c17ce7
build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.23f77e6f
Merge pull request #1048 from pjbgf/fix-reset-validation6af38e0
Merge pull request #1047 from avoidalone/mastere6c3e58
Merge pull request #1044 from pjbgf/ff-merge04f7b23
*: fix some commentsf4f1a87
Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-statsUpdates
github.com/google/go-containerregistry
from 0.19.0 to 0.19.2Release notes
Sourced from github.com/google/go-containerregistry's releases.
Commits
1b4e407
Add -O shorthand for --omit-digest-tags to crane. (#1958)3764db2
Fix windows race condition when writing image with duplicate layers (#1921)39d1148
Add Context support to auth methods (#1949)ff385a9
feat: mutate platform (#1919)98dd3e9
Support podman auth file REGISTRY_AUTH_FILE. (#1914)051d642
registry: Implement Range requests for blobs (#1917)0309184
Add JSON marshalling funcs for Digest. (#1915)8b3c303
Bump golang.org/x/ packages (#1892)afec664
Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain (#1815)Updates
github.com/gorilla/websocket
from 1.5.1 to 1.5.3Release notes
Sourced from github.com/gorilla/websocket's releases.