-
Notifications
You must be signed in to change notification settings - Fork 177
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 with 6 updates #513
Merged
zeeke
merged 1 commit into
master
from
dependabot/go_modules/gomod-dependencies-5ebfd7bcaa
Nov 28, 2023
Merged
Bump the gomod-dependencies group with 6 updates #513
zeeke
merged 1 commit into
master
from
dependabot/go_modules/gomod-dependencies-5ebfd7bcaa
Nov 28, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Nov 23, 2023
Pull Request Test Coverage Report for Build 7009555626
💛 - Coveralls |
Bumps the gomod-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/golang/glog](https://github.com/golang/glog) | `1.1.0` | `1.2.0` | | [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) | `0.9.0` | `0.12.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.27.6` | `1.30.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.2` | `1.8.4` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.56.3` | `1.59.0` | | [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.28.3` | `0.28.4` | Updates `github.com/golang/glog` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/golang/glog/releases) - [Commits](golang/glog@v1.1.0...v1.2.0) Updates `github.com/jaypipes/ghw` from 0.9.0 to 0.12.0 - [Release notes](https://github.com/jaypipes/ghw/releases) - [Commits](jaypipes/ghw@v0.9.0...v0.12.0) Updates `github.com/onsi/gomega` from 1.27.6 to 1.30.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.27.6...v1.30.0) Updates `github.com/stretchr/testify` from 1.8.2 to 1.8.4 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.2...v1.8.4) Updates `google.golang.org/grpc` from 1.56.3 to 1.59.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.3...v1.59.0) Updates `k8s.io/kubelet` from 0.28.3 to 0.28.4 - [Commits](kubernetes/kubelet@v0.28.3...v0.28.4) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/jaypipes/ghw dependency-type: direct:production update-type: version-update:semver-minor 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/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/kubelet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/go_modules/gomod-dependencies-5ebfd7bcaa
branch
from
November 27, 2023 19:00
71e54b7
to
3ec0d4a
Compare
adrianchiris
approved these changes
Nov 28, 2023
zeeke
approved these changes
Nov 28, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dependabot
bot
deleted the
dependabot/go_modules/gomod-dependencies-5ebfd7bcaa
branch
November 28, 2023 09:53
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 gomod-dependencies group with 6 updates:
1.1.0
1.2.0
0.9.0
0.12.0
1.27.6
1.30.0
1.8.2
1.8.4
1.56.3
1.59.0
0.28.3
0.28.4
Updates
github.com/golang/glog
from 1.1.0 to 1.2.0Release notes
Sourced from github.com/golang/glog's releases.
Commits
b256bbe
glog: add context variants to most log functionsbcf3184
glog/internal/logsink: add logsink tests6b9d7f7
glog: populate symlinks -log_link directory (#64)03ad3c2
glog: use os.Stderr directly for writing to stderr (#62)6ce8ac9
glog: update minimum go version to go1.19 (#61)c0f9e3d
glog: don't use SIGABRT on platforms that don't support signals9c9801e
glog: make zero value of vModuleFlag usable2cef961
glog: use strings.TrimSuffixUpdates
github.com/jaypipes/ghw
from 0.9.0 to 0.12.0Release notes
Sourced from github.com/jaypipes/ghw's releases.
Commits
aa3b28b
Merge pull request #346 from jaypipes/issue-3453699cf7
linux: refactor ProcessorCore retrieval36ff37e
Merge pull request #342 from jak3kaj/NicLinkInfo2413cc04
Getting ahead of myself. Removing WakeOnLAN fields until implemented.fc6625a
missing import and need to dereference variables for error outpute344f1f
Remove refactored function5891895
Clarify NIC.Duplex in README.md203daa7
Clarify NIC.Speed in README.md4ee9865
Update README53f9704
Get NIC Speed and Duplex from SysFs if ethtool is not available.Updates
github.com/onsi/gomega
from 1.27.6 to 1.30.0Release notes
Sourced from github.com/onsi/gomega's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/gomega's changelog.
... (truncated)
Commits
f804ac6
v1.30.04da4c7f
BeTrueBecause and BeFalseBecause allow for better failure messages6ca6e97
Bump actions/checkout from 3 to 4 (#694)f1b8343
doc: fix type on gleak go docb94b195
v1.29.02b39142
MatchError can now take an optional func(error) bool + descriptionab6045c
v1.28.1635d196
Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.014f8859
Bump github.com/google/go-cmp from 0.5.9 to 0.6.0d8a6508
Bump golang.org/x/net from 0.14.0 to 0.17.0Updates
github.com/stretchr/testify
from 1.8.2 to 1.8.4Commits
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)Updates
google.golang.org/grpc
from 1.56.3 to 1.59.0Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
7765221
Change version to 1.59.0 (#6695)e88f12e
server: prohibit more than MaxConcurrentStreams handlers from running at once...be7919c
transport: Pass Header metadata to tap handle. (#6652)e3f1514
Reapply "status: fix/improve status handling (#6662)" (#6673) (#6688)696faa9
client: add a test for NewSubConn / StateListener / cc.Close racing (#6678)318c717
readme: fix badges (#6687)39972fd
github: add code coverage with codecov.io (#6676)93dbc05
xds: move virtual host matcher test to the xdsresource package (#6680)2c00469
github: update actions/setup-go and actions/checkout (#6675)1f73ed5
Replace the gRFC pull request with the permanent link. (#6674)Updates
k8s.io/kubelet
from 0.28.3 to 0.28.4Commits
22d719d
Update dependencies to v0.28.4 tagb16ea21
Merge pull request #121545dims/automated-cherry-pick-of-#121364
9f2b0fb
bump golang.org/grpc to v1.56.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions