Skip to content

chore(deps): bump the go-minor-patch group across 1 directory with 6 updates#263

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-patch-f9dee4a7e0
Open

chore(deps): bump the go-minor-patch group across 1 directory with 6 updates#263
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-minor-patch-f9dee4a7e0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 25, 2026

Bumps the go-minor-patch group with 6 updates in the / directory:

Package From To
github.com/coredns/coredns 1.14.2 1.14.3
github.com/docker/go-connections 0.6.0 0.7.0
github.com/moby/moby/api 1.54.1 1.54.2
github.com/moby/moby/client 0.4.0 0.4.1
github.com/rs/zerolog 1.35.0 1.35.1
golang.org/x/term 0.41.0 0.42.0

Updates github.com/coredns/coredns from 1.14.2 to 1.14.3

Release notes

Sourced from github.com/coredns/coredns's releases.

v1.14.3

This release introduces Windows service support, along with full TSIG verification across DoH, DoH3, QUIC, and gRPC transports, and improved TSIG propagation and DoH request validation. It also adds optional TLS for the metrics endpoint. Performance and stability are improved through cache prefetching, QUIC optimizations, and a new max_age option in the forward plugin. Additional updates include enhanced SVCB/HTTPS support, improved zone transfer behavior, and various DNSSEC, PROXY protocol, and concurrency fixes. The release is built with Go 1.26.2, which includes security fixes addressing CVE-2026-32282, CVE-2026-32289, CVE-2026-33810, CVE-2026-27144, CVE-2026-27143, CVE-2026-32288, CVE-2026-32283, and CVE-2026-27140, and also includes fixes for CVE-2026-32936, CVE-2026-33190, CVE-2026-33489, CVE-2026-32934, and CVE-2026-35579.

Brought to You By

andreyrusanov-ec cangming Cedric Wang Ilya Kulakov Ingmar Van Glabbeek John-Michael Mulesa JUN YANG liucongran Minghang Chen Peppi-Lotta rpb-ant Seena Fallah Syed Azeez Umut Polat Ville Vesilehto Yong Tang

Noteworthy Changes

... (truncated)

Commits
  • 17fceec Update release note for 1.14.3 (#8053)
  • cf6a78f core: Add full TSIG verification in DoH3 transport (#8044)
  • 8c5ec14 Fix broken links (#8051)
  • e0c85ae build(deps): bump github.com/aws/aws-sdk-go-v2/config (#8049)
  • 52c312d build(deps): bump the go-etcd-io group with 2 updates (#8046)
  • 8deacea build(deps): bump google.golang.org/api from 0.273.1 to 0.275.0 (#8047)
  • d28b21b build(deps): bump docker/login-action from 4.0.0 to 4.1.0 (#8048)
  • 9956cb0 build(deps): bump github.com/aws/aws-sdk-go-v2/credentials (#8050)
  • 50cbaf8 plugin/file: introduce snapshot()/setData() accessors for zone data (#8040)
  • 8a28dc9 fix(dnssec) TestDelegationUnSigned: Potential nil pointer dereference (#8042)
  • Additional commits viewable in compare view

Updates github.com/docker/go-connections from 0.6.0 to 0.7.0

Commits
  • 7997b0f Merge pull request #156 from thaJeztah/bump_go_winio
  • 329724a chore(deps): bump github.com/Microsoft/go-winio v0.6.2
  • 161dc9b Merge pull request #155 from thaJeztah/pin_actions
  • b115e42 Merge pull request #154 from thaJeztah/fix_non_linux_tests
  • 4c35b2a ci: pin actions to sha
  • b4454a6 tlsconfig: make root pool tests deterministic across platforms
  • 0819711 tlsconfig: certPool: pass options as argument
  • 0329635 tlsconfig: rename some vars that shadowed
  • 894d811 Merge pull request #150 from thaJeztah/deprecate_SystemCertPool
  • 0a1293a Merge pull request #153 from thaJeztah/chachacha
  • Additional commits viewable in compare view

Updates github.com/moby/moby/api from 1.54.1 to 1.54.2

Release notes

Sourced from github.com/moby/moby/api's releases.

api/v1.54.2

Changelog

Full Changelog: moby/moby@api/v1.54.1...api/v1.54.2

Commits
  • 6cbde19 Merge pull request #52387 from renovate-bot/renovate/golang-x
  • b602ac9 Merge pull request #52413 from justincormack/update-justin
  • d1a966e Merge pull request #51049 from thaJeztah/bump_memberlist_serf
  • 463f4c0 No longer a reviewer; update email address
  • 3ede246 Merge pull request #52410 from renovate-bot/renovate/github.com-aws-smithy-go...
  • 179985c Merge pull request #52358 from geekcoderr/52355-topology-swagger
  • 98c7106 vendor: github.com/hashicorp/memberlist v0.5.4, hashicorp/serf v0.10.2
  • b29d903 Merge pull request #52405 from renovate-bot/renovate/actions-github-script-9.x
  • f69fed1 fix(deps): update module github.com/aws/smithy-go to v1.25.0
  • 2a18e3d Merge pull request #52401 from renovate-bot/renovate/opentelemetry-go-contrib...
  • Additional commits viewable in compare view

Updates github.com/moby/moby/client from 0.4.0 to 0.4.1

Release notes

Sourced from github.com/moby/moby/client's releases.

client/v0.4.1

Bug fixes

  • client: fix ImagePullResponse.Wait, ImagePushResponse.Wait not returning an error if pull/push errors happend during the pull operation. moby/moby#52305

Other

Changelog

Sourced from github.com/moby/moby/client's changelog.

0.4.1 (2013-06-17)

  • Remote Api: Add flag to enable cross domain requests
  • Remote Api/Client: Add images and containers sizes in docker ps and docker images
  • Runtime: Configure dns configuration host-wide with 'docker -d -dns'
  • Runtime: Detect faulty DNS configuration and replace it with a public default
  • Runtime: allow docker run :
  • Runtime: you can now specify public port (ex: -p 80:4500)
  • Client: allow multiple params in inspect
  • Client: Print the container id before the hijack in docker run
  • Registry: add regexp check on repo's name
  • Registry: Move auth to the client
  • Runtime: improved image removal to garbage-collect unreferenced parents
  • Vagrantfile: Add the rest api port to vagrantfile's port_forward
  • Upgrade to Go 1.1
  • Builder: don't ignore last line in Dockerfile when it doesn't end with \n
  • Registry: Remove login check on pull
Commits

Updates github.com/rs/zerolog from 1.35.0 to 1.35.1

Commits

Updates golang.org/x/term from 0.41.0 to 0.42.0

Commits

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 25, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from schmitthub as a code owner April 25, 2026 06:24
…updates

Bumps the go-minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/coredns/coredns](https://github.com/coredns/coredns) | `1.14.2` | `1.14.3` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.6.0` | `0.7.0` |
| [github.com/moby/moby/api](https://github.com/moby/moby) | `1.54.1` | `1.54.2` |
| [github.com/moby/moby/client](https://github.com/moby/moby) | `0.4.0` | `0.4.1` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.35.0` | `1.35.1` |
| [golang.org/x/term](https://github.com/golang/term) | `0.41.0` | `0.42.0` |



Updates `github.com/coredns/coredns` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/coredns/coredns/releases)
- [Commits](coredns/coredns@v1.14.2...v1.14.3)

Updates `github.com/docker/go-connections` from 0.6.0 to 0.7.0
- [Commits](docker/go-connections@v0.6.0...v0.7.0)

Updates `github.com/moby/moby/api` from 1.54.1 to 1.54.2
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@api/v1.54.1...api/v1.54.2)

Updates `github.com/moby/moby/client` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.4.1/CHANGELOG.md)
- [Commits](moby/moby@v0.4.0...v0.4.1)

Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1
- [Commits](rs/zerolog@v1.35.0...v1.35.1)

Updates `golang.org/x/term` from 0.41.0 to 0.42.0
- [Commits](golang/term@v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/coredns/coredns
  dependency-version: 1.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/moby/moby/api
  dependency-version: 1.54.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/rs/zerolog
  dependency-version: 1.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/term
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-minor-patch-f9dee4a7e0 branch from 7bd0292 to 9eaf213 Compare April 27, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants