Fix docker run -d printing an context canceled spurious error when OTEL is configured. docker/cli#5044
Experimental environment variable DOCKER_BRIDGE_PRESERVE_KERNEL_LL=1 will prevent the daemon from removing the kernel-assigned link local address on a Linux bridge. moby/moby#47775
Resolve an issue preventing container creation on hosts with a read-only /proc/sys/net filesystem. If IPv6 cannot be disabled on an interface due to this, either disable IPv6 by default on the host or ensure /proc/sys/net is read-write. Otherwise, start dockerd with DOCKER_ALLOW_IPV6_ON_IPV4_INTERFACE=1 to bypass the error. moby/moby#47769
[!NOTE]
... (truncated)
Commits
8e96db1 Merge pull request #47832 from vvoland/v26.1-47821
c21fe3e Forward DNS requests into --internal networks
86af4ed Merge pull request #47833 from vvoland/v26.1-47744
73511cd Merge pull request #47829 from vvoland/v26.1-47749
Bumps the gomod-dependencies group with 11 updates in the /server directory:
0.17.2
0.18.6
25.0.4+incompatible
26.1.3+incompatible
1.7.0
1.7.2
1.9.1
1.10.0
5.11.0
5.12.0
0.19.0
0.19.1
1.3.5
1.4.0
0.11.3
0.11.4
1.19.0
1.19.1
1.25.7
1.25.10
1.29.3
1.30.0
Updates
github.com/disgoorg/disgo
from 0.17.2 to 0.18.6Release notes
Sourced from github.com/disgoorg/disgo's releases.
... (truncated)
Commits
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)6e679fd
Add InviteType (#327)d201345
Add MessageCallf53e3fb
Add Banner field to UserUpdate (#337)Updates
github.com/docker/docker
from 25.0.4+incompatible to 26.1.3+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
8e96db1
Merge pull request #47832 from vvoland/v26.1-47821c21fe3e
Forward DNS requests into --internal networks86af4ed
Merge pull request #47833 from vvoland/v26.1-4774473511cd
Merge pull request #47829 from vvoland/v26.1-477499326cda
Do not forward DNS requests to self.76fcf9a
apparmor: Allow confined runc to kill containersef1912d
Merge pull request #47806 from vvoland/v26.1-4780510739af
update to go1.21.10ac2de55
Merge pull request #47775 from vvoland/v26.1-477719a2b531
Merge pull request #47774 from vvoland/v26.1-47769Updates
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.1Release notes
Sourced from github.com/google/go-containerregistry's releases.
Commits
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/jmoiron/sqlx
from 1.3.5 to 1.4.0Release notes
Sourced from github.com/jmoiron/sqlx's releases.
Commits
bc91699
Upgrade dependencies (#909)dcafbc9
Introduce CircleCI (#922)Updates
github.com/loopfz/gadgeto
from 0.11.3 to 0.11.4Release notes
Sourced from github.com/loopfz/gadgeto's releases.
Commits
deb3e10
chore: update go version and dependencies (#97)Updates
github.com/prometheus/client_golang
from 1.19.0 to 1.19.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
6e3f4b1
Cut 1.19.1 (#1494)cad1bfa
Merge pull request #1454 from prometheus/small-nits0aa8c9f
Rephrase incompatibility with common v0.48.0Updates
golang.org/x/crypto
from 0.21.0 to 0.23.0Commits
905d78a
go.mod: update golang.org/x dependenciesebb717d
ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response0da2a6a
openpgp: fix function name in comment5defcc1
sha3: fix Sum results for SHAKE functions on s390xd042a39
go.mod: update golang.org/x dependenciesb92bf94
ssh: respect MaxAuthTries also for "none" auth attempts6f79b5a
ssh: add server side multi-step authentication8d0d405
x/crypto/chacha20: cleanup chacha_ppc64le.sb91329d
all: remove redundant words in comments and fix some typosUpdates
golang.org/x/net
from 0.22.0 to 0.25.0Commits
d27919b
go.mod: update golang.org/x dependenciese0324fc
http2: use net.ErrClosedb20cd59
quic: initiate key rotation earlier in connectionsf95a3b3
html: fix typo in package doc0a24555
http/httpguts: speed up ValidHeaderFieldNameec05fdc
http2: don't retry the first request on a connection on GOAWAY errorb67a0f0
http2: send correct LastStreamID in stream-caused GOAWAYa130fcc
quic: don't consider goroutines running when tests start as leaked7bbe320
go.mod: update golang.org/x dependenciesc48da13
http2: fix TestServerContinuationFlood flakesUpdates
gorm.io/gorm
from 1.25.7 to 1.25.10Commits
9d370bc
Fix handling of unknown column types (#6540)7892019
Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)ac59252
Add new error for "Violation Check Constraint" (#6992)207f1ac
fix: not clause with or condition (#6984)85299bf
perf: merge nested preload query when using join (#6990)5553ff3
downgrade mssql driverbc49365
Faster utils.FileWithLineNum (#6981)d0b4ceb
Added comment describing Unscoped() method (#6969)9a61ef2
fix: duplicated preload (#6948)1e13fd7
Fix duplicated columns in INSERT SQL for some fields with default valueUpdates
modernc.org/sqlite
from 1.29.3 to 1.30.0Commits
4f4c689
$ make vendor # libsqlite3@v1.4.0Looks like these dependencies are updatable in another way, so this is no longer needed.