-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the gomod-dependencies group across 1 directory with 12 updates #641
base: master
Are you sure you want to change the base?
Bump the gomod-dependencies group across 1 directory with 12 updates #641
Conversation
Bumps the gomod-dependencies group with 3 updates in the / directory: [github.com/coredns/coredns](https://github.com/coredns/coredns), [go.etcd.io/etcd/client/v2](https://github.com/etcd-io/etcd) and [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes). Updates `github.com/coredns/coredns` from 1.10.0 to 1.11.3 - [Release notes](https://github.com/coredns/coredns/releases) - [Changelog](https://github.com/coredns/coredns/blob/master/Makefile.release) - [Commits](coredns/coredns@v1.10.0...v1.11.3) Updates `github.com/miekg/dns` from 1.1.50 to 1.1.58 - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.50...v1.1.58) Updates `github.com/onsi/gomega` from 1.23.0 to 1.27.10 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.23.0...v1.27.10) Updates `github.com/prometheus/client_golang` from 1.14.0 to 1.19.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.14.0...v1.19.0) Updates `github.com/stretchr/testify` from 1.8.0 to 1.8.4 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.0...v1.8.4) Updates `go.etcd.io/etcd/api/v3` from 3.5.5 to 3.5.12 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.5...v3.5.12) Updates `go.etcd.io/etcd/client/v2` from 2.305.5 to 2.305.15 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@client/v2.305.5...client/v2.305.15) Updates `go.etcd.io/etcd/client/v3` from 3.5.5 to 3.5.12 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.5...v3.5.12) Updates `golang.org/x/net` from 0.17.0 to 0.23.0 - [Commits](golang/net@v0.17.0...v0.23.0) Updates `k8s.io/klog/v2` from 2.80.1 to 2.120.1 - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.80.1...v2.120.1) Updates `k8s.io/kubernetes` from 1.26.10 to 1.30.3 - [Release notes](https://github.com/kubernetes/kubernetes/releases) - [Commits](kubernetes/kubernetes@v1.26.10...v1.30.3) Updates `k8s.io/utils` from 0.0.0-20221107191617-1a15be271d1d to 0.0.0-20230726121419-3b25d923346b - [Commits](https://github.com/kubernetes/utils/commits) --- updated-dependencies: - dependency-name: github.com/coredns/coredns dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: go.etcd.io/etcd/api/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: go.etcd.io/etcd/client/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/kubernetes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I'm not sure if bumping /ok-to-test |
@dependabot[bot]: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Strange the failures look like compile time errors in the
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This has been superseded by #649 |
Bumps the gomod-dependencies group with 3 updates in the / directory: github.com/coredns/coredns, go.etcd.io/etcd/client/v2 and k8s.io/kubernetes.
Updates
github.com/coredns/coredns
from 1.10.0 to 1.11.3Release notes
Sourced from github.com/coredns/coredns's releases.
... (truncated)
Commits
a7ed346
dnstap: uses pointer receiver for small response writer (#6644)4531515
chore: fix function name in comment (#6608)5b6d8e3
[plugin/forward] Strip local zone from IPV6 nameservers (#6635)c15fe97
1.11.3 release notes and version bump (#6639)41a6bcc
build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.61.0 to 1.62.0 (#6612)a0f74a8
build(deps): bump github.com/aws/aws-sdk-go from 1.51.16 to 1.51.25 (#6632)4f33527
build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 (#6633)2942ade
build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 (#6634)3e76623
build(deps): bump github.com/prometheus/common from 0.52.2 to 0.53.0 (#6631)83e58b8
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#6622)Updates
github.com/miekg/dns
from 1.1.50 to 1.1.58Commits
a493770
Release 1.1.58fd91c6a
Bump golang.org/x/tools from 0.13.0 to 0.17.0 (#1529)8ad6d5b
Add ISDN record (#1515)4c06a1b
Add NXT record (#1516)e7aed24
Bump golang.org/x/sys from 0.13.0 to 0.15.0 (#1518)be7d6e5
Bump golang.org/x/net from 0.17.0 to 0.19.0 (#1520)50fbccd
Allow use of fs.FS for $INCLUDE and wrap errors (#1526)f206faa
docs: added ninedos to readme (#1522)9bbcd24
Try explaining duplicate RCODEs836bea2
Release 1.1.57Updates
github.com/onsi/gomega
from 1.23.0 to 1.27.10Release notes
Sourced from github.com/onsi/gomega's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/gomega's changelog.
... (truncated)
Commits
9cbf7b0
v1.27.10bdc7803
fix: go 1.21 adding goroutine ID to creator+location (#685)66bcd9d
v1.27.93b31fc3
Prevent nil-dereference in format.Object for boxed nil error (#681)360849b
Bump golang.org/x/net from 0.11.0 to 0.12.0 (#679)86f3659
chore: use String() instead of fmt.Sprintf (#678)642ead0
Bump golang.org/x/net from 0.10.0 to 0.11.0 (#674)ceb9ca6
chore: unnecessary use of fmt.Sprintf (#677)a2087d8
Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (#675)fc9a89f
docs: fix ContainSubstring references (#673)Updates
github.com/prometheus/client_golang
from 1.14.0 to 1.19.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
77d4003
Add 1.19.0 changelog (#1451)14259fa
Merge pull request #1448 from ywwg/owilliams/content-negotiation6d03920
deps: bump prometheus/common version353395b
Remove support for go 1.19 (#1449)9dd5d2a
Merge pull request #1445 from kavu/add_go122_metrics_testc906a5e
Add support for Go 1.227ac9036
Merge pull request #1440 from prometheus/dependabot/github_actions/github-act...8c7e30f
Merge pull request #1441 from prometheus/dependabot/go_modules/tutorial/whats...08769f8
Bump github.com/prometheus/common in /tutorial/whatsup83d5940
Bump the github-actions group with 2 updatesUpdates
github.com/stretchr/testify
from 1.8.0 to 1.8.4Release notes
Sourced from github.com/stretchr/testify's releases.
Commits
f97607b
Create GitHub release when new release tag is pushed (#1354)4c93d8f
EqualExportedValues: Handle nested pointer, slice and map fields (#1379)4b2f4d2
add EventuallyWithT assertion (#1264)b3106d7
allow testing for functional options (#1023)437071b
assert: fix error message formatting for NotContains (#1362)c5fc9d6
Compare public elements of struct (#1309)f36bfe3
Fix Subset/NotSubset when map is missing keys from the subset (#1261)0ab3ce1
FixCallerInfo()
source file paths (#1288)2b00d33
Fix Call.Unset() panic (issue #1236) (#1250)9acc222
fix: fix bug for check unsafe.Pointer isNil (#1319)Updates
go.etcd.io/etcd/api/v3
from 3.5.5 to 3.5.12Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
... (truncated)
Commits
e7b3bb6
version: bump up to 3.5.12378a196
Merge pull request #17346 from serathius/crypto-3.58599d48
Bump golang.org/x/crypto to v0.17+ to address CVE-2023-48795141232e
Merge pull request #17320 from ahrtr/3.5_TestHashKVWhenCompacting_202401250f494e0
test: fix TestHashKVWhenCompacting: ensure all goroutine finisheda0ff8e4
Merge pull request #17315 from ahrtr/3.5_configure_peer_log_20240124926d022
print error log when creating peer listener failedc7bcb5f
Merge pull request #17291 from rahulbapumore/backport-feature2c3b614
mvcc: Printing etcd backend database related metrics inside scheduleCompactio...0ed58e9
Merge pull request #17275 from ivanvc/3.5-update-golang-to-1.20.13Updates
go.etcd.io/etcd/client/v2
from 2.305.5 to 2.305.15Commits
9a55333
version: bump up to 3.5.15d6479db
Merge pull request #18289 from jmhbnz/backport-enforce-listen-metrics-tls-infoe940b8e
Merge pull request #18319 from ahrtr/3.5_log_2024071412854ec
Differentiate the warning message for rejected client and peer connections4548f41
Merge pull request #18312 from mohamedawnallah/backport-3.5-fmtgRPCMetadata1bfca72
client/v3/watch_test.go: test fmt metadata printb1fc94f
client/v3/watch.go: use fmt for metadata printingc6b0b55
Backport: fix(server/embed): enforce non-empty client TLS if scheme is https/...301b124
Merge pull request #18288 from k8s-infra-cherrypick-robot/cherry-pick-18108-t...2b2473c
Merge pull request #18284 from thedtripp/check-tools-mod-in-verify-depsUpdates
go.etcd.io/etcd/client/v3
from 3.5.5 to 3.5.12Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
... (truncated)
Commits
e7b3bb6
version: bump up to 3.5.12378a196
Merge pull request #17346 from serathius/crypto-3.58599d48
Bump golang.org/x/crypto to v0.17+ to address CVE-2023-48795141232e
Merge pull request #17320 from ahrtr/3.5_TestHashKVWhenCompacting_202401250f494e0
test: fix TestHashKVWhenCompacting: ensure all goroutine finisheda0ff8e4
Merge pull request #17315 from ahrtr/3.5_configure_peer_log_20240124926d022
print error log when creating peer listener failedc7bcb5f
Merge pull request #17291 from rahulbapumore/backport-feature2c3b614
mvcc: Printing etcd backend database related metrics inside scheduleCompactio...0ed58e9
Merge pull request #17275 from ivanvc/3.5-update-golang-to-1.20.13Updates
golang.org/x/net
from 0.17.0 to 0.23.0Commits
c48da13
http2: fix TestServerContinuationFlood flakes762b58d
http2: fix tipos in commentba87210
http2: close connections when receiving too many headersebc8168
all: fix some typos3678185
http2: make TestCanonicalHeaderCacheGrowth faster448c44f
http2: remove clientTesterc7877ac
http2: convert the remaining clientTester tests to testClientConnd8870b0
http2: use synthetic time in TestIdleConnTimeoutd73acff
http2: only set up deadline when Server.IdleTimeout is positive89f602b
http2: validate client/outgoing trailersUpdates
k8s.io/klog/v2
from 2.80.1 to 2.120.1Release notes
Sourced from k8s.io/klog/v2's releases.
... (truncated)
Commits
007e661
textlogger: allow caller to override stack unwinding2d08296
Merge pull request #396 from pohly/slog-helpere4deee8
slog: use main logr package instead of logr/slogr5d1d2d5
add SetSlogLogger39afdba
dependencies: logr v1.4.12086216
Merge pull request #393 from kaisoz/add-safeptr881fa0b
Add SafePtr wrapper8dd3f2e
Merge pull request #395 from pohly/readme-updated3dd725
docs: clarify relationship between different features761b630
Merge pull request #394 from pohly/owners-updateUpdates
k8s.io/kubernetes
from 1.26.10 to 1.30.3Release notes
Sourced from k8s.io/kubernetes's releases.