Commit Graph

4435 Commits

Author SHA1 Message Date
Brennan Kinney
6f3423f7c0 ci: Update Build (#7659) 2025-11-08 10:31:33 -08:00
Brennan Kinney
cfedccc83a ci: Remove CodeCov (#7663)
This has been broken for PRs since April 2021. As it's only used for PRs and there has been no one interested in correcting it all this time, it has been removed as it's redundant.

Signed-off-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2025-11-06 19:23:54 -08:00
wencyu
deae7ec345 Performance tuning for plugin/file (#7658)
* plugin/file: improve performance of function tree.less(..)

PrevLabel always begins its iteration from the tail of domain name.
less(..) loop can improve its performance by calling PrevLabel starting
from the last processed label.

As the benchmark results showed, the performance is improved by about 15%.
$ go test -bench=Less -run=^$
goos: linux
goarch: amd64
pkg: github.com/coredns/coredns/plugin/file/tree
cpu: Intel(R) Xeon(R) Platinum 8336C CPU @ 2.30GHz
BenchmarkLess/base-16              99003             12105 ns/op
BenchmarkLess/optimized-16        114522             10590 ns/op
PASS
ok      github.com/coredns/coredns/plugin/file/tree     2.416s

Signed-off-by: yuwenchao <ywc689@163.com>

* plugin/file: performance enhancement for nameFromRight(..)

Similar to tree.less(..), performance of function nameFromRight
can boost by utilizing dns.PrevLabel more efficiently.

As benchmark tests shown, performance of this function with the
optimization is gained by double or triple.

* Benchmark test result for the original implementation:
BenchmarkNameFromRight/i0_origin-16     430719652                2.794 ns/op
BenchmarkNameFromRight/eq_origin_i1_shot-16             30933135                37.52 ns/op
BenchmarkNameFromRight/two_labels_i1-16                 29375857                40.71 ns/op
BenchmarkNameFromRight/two_labels_i2-16                 18556830                63.97 ns/op
BenchmarkNameFromRight/two_labels_i3_shot-16            14678812                84.73 ns/op
BenchmarkNameFromRight/ten_labels_i5-16                  8522132               133.0 ns/op
BenchmarkNameFromRight/ten_labels_i11_shot-16            3154410               378.2 ns/op
BenchmarkNameFromRight/not_subdomain_shot-16            35297224                33.59 ns/op
BenchmarkNameFromRightRandomized-16                     10638702               113.4 ns/op             0 B/op          0 allocs/op

* Benchmark test result with this optimization:
BenchmarkNameFromRight/i0_origin-16     425864671                2.808 ns/op
BenchmarkNameFromRight/eq_origin_i1_shot-16             60903428                19.53 ns/op
BenchmarkNameFromRight/two_labels_i1-16                 50209297                24.21 ns/op
BenchmarkNameFromRight/two_labels_i2-16                 42483711                27.88 ns/op
BenchmarkNameFromRight/two_labels_i3_shot-16            40898925                29.24 ns/op
BenchmarkNameFromRight/ten_labels_i5-16                 27916532                44.54 ns/op
BenchmarkNameFromRight/ten_labels_i11_shot-16           17540040                67.59 ns/op
BenchmarkNameFromRight/not_subdomain_shot-16            67180514                17.46 ns/op
BenchmarkNameFromRightRandomized-16                     32692081                38.21 ns/op            0 B/op          0 allocs/op

Signed-off-by: yuwenchao <yuwenchao@bytedance.com>

---------

Signed-off-by: yuwenchao <ywc689@163.com>
Signed-off-by: yuwenchao <yuwenchao@bytedance.com>
Co-authored-by: yuwenchao <yuwenchao@bytedance.com>
2025-11-06 13:12:49 -08:00
Alicia Y
59afd4b65e fix(dnstap): Better error handling (redial & logging) when Dnstap is busy (#7619)
* Fix dnstap redial & improve logging

Signed-off-by: xyang378 <xyang378@bloomberg.net>

* fix CR comments

Signed-off-by: xyang378 <xyang378@bloomberg.net>

* redial at interval

Signed-off-by: xyang378 <xyang378@bloomberg.net>

* CR comments & lint
Signed-off-by: xyang378 <xyang378@bloomberg.net>

CR comment

* fix lint

Signed-off-by: xyang378 <xyang378@bloomberg.net>

---------

Signed-off-by: xyang378 <xyang378@bloomberg.net>
2025-11-06 13:11:08 -08:00
dependabot[bot]
18e70fcde6 build(deps): bump google.golang.org/api from 0.253.0 to 0.254.0 (#7653)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.253.0 to 0.254.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.253.0...v0.254.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.254.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 21:31:14 -08:00
dependabot[bot]
e2c56031d8 build(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#7656)
Bumps [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) from 1.39.9 to 1.39.10.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/emr/v1.39.9...service/emr/v1.39.10)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-version: 1.39.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 21:10:53 -08:00
dependabot[bot]
d10538792f build(deps): bump github.com/aws/aws-sdk-go-v2/config (#7652)
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.31.15 to 1.31.16.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.31.15...config/v1.31.16)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 21:10:34 -08:00
dependabot[bot]
3bdfa46169 build(deps): bump github.com/aws/aws-sdk-go-v2/credentials (#7650)
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.18.19 to 1.18.20.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.20/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.19...config/v1.18.20)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 20:42:56 -08:00
dependabot[bot]
ee9f8fd701 build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.39.4 to 1.39.5 (#7651)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.39.4 to 1.39.5.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.39.4...v1.39.5)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 20:15:08 -08:00
dependabot[bot]
23e033b245 build(deps): bump github.com/prometheus/common from 0.67.1 to 0.67.2 (#7655)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.67.1 to 0.67.2.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/common/compare/v0.67.1...v0.67.2)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 20:14:44 -08:00
dependabot[bot]
3686501e01 build(deps): bump github.com/aws/aws-sdk-go-v2/service/route53 (#7649)
Bumps [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) from 1.59.1 to 1.59.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/iot/v1.59.1...service/iot/v1.59.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-version: 1.59.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 20:14:27 -08:00
dependabot[bot]
5456042737 build(deps): bump github.com/DataDog/dd-trace-go/v2 from 2.3.0 to 2.3.1 (#7657)
Bumps [github.com/DataDog/dd-trace-go/v2](https://github.com/DataDog/dd-trace-go) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](https://github.com/DataDog/dd-trace-go/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: github.com/DataDog/dd-trace-go/v2
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 20:17:09 +02:00
dependabot[bot]
3ae160ff8e build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#7648) 2025-11-03 15:29:06 +02:00
Ville Vesilehto
5cf4c80ac0 chore(lint): update to golangci-lint v2.6.0 (#7645)
Update to the latest golangci-lint version and use built-in modernize
linter, instead of a custom CI step.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-10-30 14:07:16 +02:00
dependabot[bot]
60e2d455f9 build(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#7640) 2025-10-27 13:09:04 -07:00
dependabot[bot]
82bd276b5f build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#7642) 2025-10-27 09:56:42 -07:00
dependabot[bot]
7f93896b51 build(deps): bump google.golang.org/api from 0.252.0 to 0.253.0 (#7643) 2025-10-27 09:56:31 -07:00
dependabot[bot]
7e650404dc build(deps): bump github.com/aws/aws-sdk-go-v2/service/route53 (#7641) 2025-10-27 09:56:04 -07:00
dependabot[bot]
9670324fc5 build(deps): bump github.com/DataDog/dd-trace-go/v2 from 2.2.3 to 2.3.0 (#7635) 2025-10-27 08:44:49 -07:00
dependabot[bot]
f1087304ef build(deps): bump github.com/aws/aws-sdk-go-v2/config (#7636) 2025-10-27 08:44:29 -07:00
dependabot[bot]
4bb6ac1b5e build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#7634) 2025-10-27 08:43:56 -07:00
Endre Szabo
d68cbedbb1 plugin/forward: added support for per-nameserver TLS SNI (#7633) 2025-10-27 08:43:30 -07:00
Ville Vesilehto
b72d267a29 chore(lint): bump to v2.5.0 and enable godoclint (#7632) 2025-10-23 10:01:57 -07:00
Ville Vesilehto
4ca99cd7b6 fix(cache): isolate metadata in prefetch goroutine (#7631)
Wrap doPrefetch with a fresh metadata context to prevent concurrent
writes to the request-scoped metadata map during background prefetch.

Add a new integration test configuring a plugin chain, triggering
the issue seen here. Hammers concurrent queries while log reads
metadata fields repeatedly.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-10-22 15:47:41 -07:00
dependabot[bot]
bbe40d8629 build(deps): bump github.com/aws/aws-sdk-go-v2/config (#7628)
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.31.12 to 1.31.13.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.31.12...config/v1.31.13)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 09:55:35 -07:00
dependabot[bot]
700a972ac7 build(deps): bump github.com/aws/aws-sdk-go-v2/service/route53 (#7629)
Bumps [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2) from 1.58.4 to 1.58.5.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/route53/v1.58.4...service/route53/v1.58.5)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
  dependency-version: 1.58.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 09:55:25 -07:00
dependabot[bot]
8d1fa0532b build(deps): bump github.com/aws/aws-sdk-go-v2/credentials (#7626)
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.18.16 to 1.18.17.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.16...config/v1.18.17)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 09:00:37 -07:00
dependabot[bot]
9a528d92b1 build(deps): bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#7624) 2025-10-20 07:32:47 -07:00
dependabot[bot]
9210bd145d build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.39.2 to 1.39.3 (#7627) 2025-10-20 07:07:08 -07:00
dependabot[bot]
c34a0a67ab build(deps): bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds (#7623) 2025-10-20 07:05:45 -07:00
dependabot[bot]
f19bf73bb2 build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 (#7625) 2025-10-20 16:54:35 +03:00
rpb-ant
109b3f47de Update multisocket README.md (#7621)
* Update multisocket README.md

I was a bit confused why `multisocket` wasn't working for me, but I eventually found 38c020941b/core/dnsserver/register.go (L308):
```
	// create one server by default if no NumSockets specified
	numSockets := 1
	if group[0].NumSockets > 0 {
		numSockets = group[0].NumSockets
	}
```

I tried to summarize my understanding in the README

Signed-off-by: Ryan Brewster <rpb@anthropic.com>

* Update plugin/multisocket/README.md

Co-authored-by: Ville Vesilehto <ville@vesilehto.fi>
Signed-off-by: Ryan Brewster <rpb@anthropic.com>

---------

Signed-off-by: Ryan Brewster <rpb@anthropic.com>
Co-authored-by: Ville Vesilehto <ville@vesilehto.fi>
2025-10-17 19:16:29 +03:00
Ville Vesilehto
f4ab631ae4 fix(forward): disallow NOERROR in failover (#7622)
Previously the parsing logic in the forward plugin setup failed to
recognise when NOERROR was used as a failover RCODE criteria. The
check was in the wrong code branch. This PR fixes it and adds
validation tests. Also updates the plugin README.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-10-17 14:37:02 +03:00
Ville Vesilehto
38c020941b chore: bump Go version to 1.25.3 (#7616)
Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2025-10-14 15:18:26 -07:00
Ville Vesilehto
f085ed0e6d fix(multisocket): cap num sockets to prevent OOM (#7615) 2025-10-14 07:31:57 -07:00
dependabot[bot]
89bf0a2cc2 build(deps): bump google.golang.org/api from 0.251.0 to 0.252.0 (#7607)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.251.0 to 0.252.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.251.0...v0.252.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.252.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 10:24:28 +03:00
dependabot[bot]
344bb82f53 build(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 (#7608)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.75.1 to 1.76.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.75.1...v1.76.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 08:44:19 +03:00
dependabot[bot]
eb10948689 build(deps): bump github.com/prometheus/common from 0.66.1 to 0.67.1 (#7609)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.66.1 to 0.67.1.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/common/compare/v0.66.1...v0.67.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:51:59 +03:00
dependabot[bot]
73705d0bcd build(deps): bump github/codeql-action from 3.30.6 to 4.30.8 (#7612)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.6 to 4.30.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](64d10c1313...f443b600d9)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.30.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-13 18:46:55 +03:00
dependabot[bot]
2947e133d8 build(deps): bump softprops/action-gh-release from 2.3.4 to 2.4.1 (#7613) 2025-10-13 16:37:16 +02:00
dependabot[bot]
1cc68b6bf0 build(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#7606) 2025-10-13 16:36:24 +02:00
dependabot[bot]
aeb68d2c53 build(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 (#7611) 2025-10-13 16:34:36 +02:00
Rick Fletcher
ed05cffcd4 fix: update broken link to expr language definition (#7604)
Signed-off-by: Rick Fletcher <fletch@pobox.com>
2025-10-10 18:24:14 -07:00
Yong Tang
1db4568df6 Bump version to 1.13.1 (#7599) v1.13.1 2025-10-08 08:26:37 -07:00
Yong Tang
3ccbd6ab6c Bump golang to 1.25.2 and golang.org/x/net to v0.45.0 (#7598) 2025-10-08 08:26:18 -07:00
dependabot[bot]
84722ab95b build(deps): bump google.golang.org/api from 0.250.0 to 0.251.0 (#7596)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.250.0 to 0.251.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.250.0...v0.251.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-version: 0.251.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 18:04:47 -07:00
dependabot[bot]
a36db64d1a build(deps): bump actions/stale from 10.0.0 to 10.1.0 (#7593)
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](3a9db7e6a4...5f858e3efb)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 18:04:37 -07:00
dependabot[bot]
b2a6ca08ed build(deps): bump github.com/quic-go/quic-go from 0.54.1 to 0.55.0 (#7595) 2025-10-06 11:19:52 -07:00
dependabot[bot]
600098f10b build(deps): bump softprops/action-gh-release from 2.3.3 to 2.3.4 (#7597) 2025-10-06 11:19:37 -07:00
dependabot[bot]
0e6535b06e build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 (#7594) 2025-10-06 11:18:54 -07:00