Bump the go_modules group across 1 directory with 11 updates #5
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.
Bumps the go_modules group with 4 updates in the / directory: github.com/docker/docker, github.com/go-acme/lego/v4, github.com/quic-go/quic-go and github.com/containerd/containerd.
Updates
github.com/docker/dockerfrom 27.1.1+incompatible to 28.0.0+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
af898abMerge pull request #49495 from vvoland/update-buildkitd67f035vendor: github.com/moby/buildkit v0.20.000ab386Merge pull request #49491 from vvoland/update-buildkit1fde8c4builder-next: fix cdi managercde9f07vendor: github.com/moby/buildkit v0.20.0-rc389e1429Merge pull request #49490 from thaJeztah/dockerfile_lintingb2b5590Dockerfile: fix linting warnings62bc597Merge pull request #49480 from thaJeztah/docs_api_1.48670cd81Merge pull request #49485 from vvoland/c8d-list-panica3628f3docs/api: add documentation for API v1.48Updates
github.com/go-acme/lego/v4from 4.21.0 to 4.25.2Release notes
Sourced from github.com/go-acme/lego/v4's releases.
... (truncated)
Changelog
Sourced from github.com/go-acme/lego/v4's changelog.
... (truncated)
Commits
8737b36Prepare release v4.25.2fc21d23tests: clean up code (#2612)756d5adtests: change the signature of the method BuildHTTPS (#2611)c9157f7chore: clean up (#2610)4d2dc64tests: simplify fake DNS server (rfc2136) (#2609)238454bfix: enforce HTTPS to the ACME server (#2608)b4ddc1etests: use better test domains (#2603)605d49dchore: clean up tests and code (#2602)137ad86fix: remove wrong env var (#2600)c689b20feat: log when dynamic renew date not yet reached (#2597)Updates
github.com/quic-go/quic-gofrom 0.48.2 to 0.49.1Release notes
Sourced from github.com/quic-go/quic-go's releases.
... (truncated)
Commits
275c172drop initial packets when the handshake is confirmedc385cd1handshake: lazily create the AEAD used for Retry (#4916)fb9d8e3metrics: add Prometheus metrics for sent and received packets (#4910)e12f91cclean up MTU probe packet sending logic (#4914)a4c9b04simply PTO probe packet sending logic (#4913)d41f974fix memory leak on connection ID rotation when closing connection (#4852)3023083migrate the MTU discoverer tests away from Ginkgo (#4907)bea70c6fix flaky TestALPN integration test (#4909)eb70424fix race condition on concurrent use of Transport.Dial and Close (#4904)5d4835epreserve error from SendStream during cancellation and closing (#4882)Updates
golang.org/x/netfrom 0.33.0 to 0.42.0Commits
76358aago.mod: update golang.org/x dependencies6e41caego.mod: update golang.org/x dependencies15f7d40http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrameef33bc0internal/http3: use bubbled context in synctest tests919c6bchttp2: use an array instead of a map in typeFrameParserbae01a7trace: add missing td tag7d6e62ago.mod: update golang.org/x dependenciesea0c1d9internal/timeseries: use built-in max/min to simplify the code3e7a445quic: skip packet numbers for optimistic ack defense3f563d3quic: use an enum for sentPacket stateUpdates
github.com/containerd/containerdfrom 1.7.20 to 1.7.27Release notes
Sourced from github.com/containerd/containerd's releases.
... (truncated)
Commits
05044ecMerge commit from fork0b7f2a5Merge pull request #11540 from dmcgowan/prepare-1.7.27574a304Merge pull request #11538 from dmcgowan/backport-113271be04bePrepare release notes for v1.7.2782b5c43core/remotes: Handle attestations in MakeRefKey2c670e7core/images: Ignore attestations when traversing children11504c3validate uid/gid576178bMerge pull request #11515 from akhilerm/1.7-updatego1.24.1a39863cupdate build to go1.23.7, test go1.24.18946aa0Merge pull request #11499 from djdongjin/1-7-remove-hashi-multierrorUpdates
github.com/go-jose/go-jose/v4from 4.0.4 to 4.1.1Release notes
Sourced from github.com/go-jose/go-jose/v4's releases.
Commits
04339d9Restore Go 1.23 compatibility (#193)e976912jwe: checkencwhenencis non-empty (#192)c02d7beAdd missing quote to unknown curve message #170 (#189)4ff65aejws: improve performance and allocations for ParseSignedCompact (#188)f777888Drop go-cmp dependency (#186)4f005daAdd changelog entry for #181 (#183)fed5f4afeat: use stdlib pbkdf2 package on go 1.24 (#180)6e50d10Add custom error for unsupported JWS signature algorithms (#181)0e4ab68Bump CI Go to 1.23.x and 1.24.x (#177)9dc5384DocumentsignatureAlgorithmsargument (#163)Updates
github.com/go-viper/mapstructure/v2from 2.2.1 to 2.4.0Release notes
Sourced from github.com/go-viper/mapstructure/v2's releases.
Commits
b9794a5Merge pull request #119 from go-viper/string-to-weak-slice17cdcb0feat: add back previous StringToSlice as a weak function3caca36Merge pull request #117 from ErfanMomeniii/main9a861bcMerge pull request #107 from peczenyj/patch-286ed5b5refactor: updateace5b4echore: add interface any linter1a4f1aeMerge pull request #118 from go-viper/generic-testsa268909fix: lint17f1fd4test: add more commentsb48c856test: expand testsUpdates
github.com/golang-jwt/jwt/v5from 5.2.1 to 5.2.2Release notes
Sourced from github.com/golang-jwt/jwt/v5's releases.
Commits
0951d18Merge commit from forkc035977Update Parse example to use WithValidMethods (#425)bc8bdcaUpdate SECURITY.md (#416)5ec246cdocs: typo (#407)0123f1aFix jwt -show (