-
Notifications
You must be signed in to change notification settings - Fork 6
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 golang group across 1 directory with 19 updates #220
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/go_modules/golang-993aeb5a90
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Bumps the golang group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/bramvdbogaerde/go-scp](https://github.com/bramvdbogaerde/go-scp) | `0.0.0-20201229172121-7a6c0268fa67` | `1.5.0` | | [github.com/cucumber/godog](https://github.com/cucumber/godog) | `0.14.1` | `0.15.0` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.27.0` | `0.29.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.1` | `1.68.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.1` | `0.31.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.1` | `0.31.2` | | [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.31.1` | `0.31.2` | | [github.com/gofrs/uuid](https://github.com/gofrs/uuid) | `4.3.1+incompatible` | `4.4.0+incompatible` | | [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) | `0.5.4` | `1.0.2` | | [golang.org/x/net](https://github.com/golang/net) | `0.29.0` | `0.31.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.6.0` | `0.8.0` | | google.golang.org/protobuf | `1.34.2` | `1.35.2` | | [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) | `4.4.1` | `4.4.3` | Updates `github.com/bramvdbogaerde/go-scp` from 0.0.0-20201229172121-7a6c0268fa67 to 1.5.0 - [Release notes](https://github.com/bramvdbogaerde/go-scp/releases) - [Commits](https://github.com/bramvdbogaerde/go-scp/commits/v1.5.0) Updates `github.com/cucumber/godog` from 0.14.1 to 0.15.0 - [Release notes](https://github.com/cucumber/godog/releases) - [Changelog](https://github.com/cucumber/godog/blob/main/CHANGELOG.md) - [Commits](cucumber/godog@v0.14.1...v0.15.0) Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0) Updates `golang.org/x/crypto` from 0.27.0 to 0.29.0 - [Commits](golang/crypto@v0.27.0...v0.29.0) Updates `google.golang.org/grpc` from 1.67.1 to 1.68.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.1...v1.68.0) Updates `k8s.io/api` from 0.31.1 to 0.31.2 - [Commits](kubernetes/api@v0.31.1...v0.31.2) Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.2 - [Commits](kubernetes/apimachinery@v0.31.1...v0.31.2) Updates `k8s.io/client-go` from 0.31.1 to 0.31.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.1...v0.31.2) Updates `k8s.io/cri-api` from 0.31.1 to 0.31.2 - [Commits](kubernetes/cri-api@v0.31.1...v0.31.2) Updates `github.com/gofrs/uuid` from 4.3.1+incompatible to 4.4.0+incompatible - [Release notes](https://github.com/gofrs/uuid/releases) - [Commits](gofrs/uuid@v4.3.1...v4.4.0) Updates `github.com/hashicorp/golang-lru` from 0.5.4 to 1.0.2 - [Release notes](https://github.com/hashicorp/golang-lru/releases) - [Commits](hashicorp/golang-lru@v0.5.4...v1.0.2) Updates `golang.org/x/net` from 0.29.0 to 0.31.0 - [Commits](golang/net@v0.29.0...v0.31.0) Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0 - [Commits](golang/oauth2@v0.23.0...v0.24.0) Updates `golang.org/x/sys` from 0.25.0 to 0.27.0 - [Commits](golang/sys@v0.25.0...v0.27.0) Updates `golang.org/x/term` from 0.24.0 to 0.26.0 - [Commits](golang/term@v0.24.0...v0.26.0) Updates `golang.org/x/text` from 0.18.0 to 0.20.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.18.0...v0.20.0) Updates `golang.org/x/time` from 0.6.0 to 0.8.0 - [Commits](golang/time@v0.6.0...v0.8.0) Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.2 Updates `sigs.k8s.io/structured-merge-diff/v4` from 4.4.1 to 4.4.3 - [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases) - [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/structured-merge-diff@v4.4.1...v4.4.3) --- updated-dependencies: - dependency-name: github.com/bramvdbogaerde/go-scp dependency-type: direct:production update-type: version-update:semver-major dependency-group: golang - dependency-name: github.com/cucumber/godog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/cri-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/gofrs/uuid dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/hashicorp/golang-lru dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/oauth2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/term dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/text dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: sigs.k8s.io/structured-merge-diff/v4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 14, 2024
dependabot
bot
requested review from
alikdell,
atye,
hoppea2,
coulof,
shaynafinocchiaro,
sharmilarama,
xuluna,
EvgenyUglov,
KerryKovacevic and
adarsh-dell
as code owners
November 14, 2024 19:01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 golang group with 15 updates in the / directory:
0.0.0-20201229172121-7a6c0268fa67
1.5.0
0.14.1
0.15.0
1.7.0
1.8.0
0.27.0
0.29.0
1.67.1
1.68.0
0.31.1
0.31.2
0.31.1
0.31.2
0.31.1
0.31.2
4.3.1+incompatible
4.4.0+incompatible
0.5.4
1.0.2
0.29.0
0.31.0
0.23.0
0.24.0
0.6.0
0.8.0
1.34.2
1.35.2
4.4.1
4.4.3
Updates
github.com/bramvdbogaerde/go-scp
from 0.0.0-20201229172121-7a6c0268fa67 to 1.5.0Release notes
Sourced from github.com/bramvdbogaerde/go-scp's releases.
... (truncated)
Commits
Updates
github.com/cucumber/godog
from 0.14.1 to 0.15.0Release notes
Sourced from github.com/cucumber/godog's releases.
... (truncated)
Changelog
Sourced from github.com/cucumber/godog's changelog.
Commits
dc6950b
Update CHANGELOG.mdecd2dfe
Ambiguous step detection - add support to all formatters (#648)223efc3
Fix some type checks on the signatures of nested step handlers (#647)8edde7f
Bugfix afterscenario attachments (#646)1e7c45e
Minor doc and comment corrections (#644)6e4f452
Replace more slack with discord9b51734
Replace slack with discord901da7f
fixed a bug where the attachments are extracted from the context too early, t...bcf6bce
ambiguous step def detection akin to cucumber jvm (#636)3abb346
provisional: Attachments now uses base64 padding not raw mode (#629)Updates
github.com/fsnotify/fsnotify
from 1.7.0 to 1.8.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
Commits
a9bc2e0
Prepare 1.8.0 release2d133b8
inotify: fix panic on Remove()1626962
Update CIc1467c0
test/kqueue: watch symlinks800ed83
kqueue: don't change internal state when Add() returns error (#638)ad74244
remove extra "to" from doc comment (#634)bec8903
Split out Watcher and backends (#632)a618f07
inotify: add recursive watcher (#472)17d9053
Print diffs for test failures53b06a8
inotify: implement WithNoFollow() (#631)Updates
golang.org/x/crypto
from 0.27.0 to 0.29.0Commits
6018723
go.mod: update golang.org/x dependencies71ed71b
README: don't recommend go get750a45f
sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary36b1725
sha3: avoid trailing permutation80ea76e
sha3: fix padding for long cSHAKE parametersc17aa50
sha3: avoid buffer copy7cfb916
ssh: return unexpected msg error when server fails keyboard-interactive auth ...b61b08d
chacha20: extend ppc64le support to ppc646c21748
internal/poly1305: extend ppc64le support to ppc64adef4cc
go.mod: update golang.org/x dependenciesUpdates
google.golang.org/grpc
from 1.67.1 to 1.68.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
acba4d3
Change version to 1.68.0 (#7743)5363dca
credentials: Apply defaults to TLS configs provided through GetConfigForClien...056dc64
status: Fix status incompatibility introduced by #6919 and move non-regenerat...b79fb61
mem: use slice capacity instead of length, to determine whether to pool buffe...54841ef
stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...ad81c20
pickfirstleaf: minor simplification to reconcileSubConnsLocked method (#7731)b850ea5
transport : wait for goroutines to exit before transport closes (#7666)00b9e14
pickfirst: New pick first policy for dualstack (#7498)18a4eac
testutils: add couple of log statements to the restartable listener type (#7716)fdc2ec2
xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (#7720)Updates
k8s.io/api
from 0.31.1 to 0.31.2Commits
bc73ef7
Update dependencies to v0.31.2 tagUpdates
k8s.io/apimachinery
from 0.31.1 to 0.31.2Commits
Updates
k8s.io/client-go
from 0.31.1 to 0.31.2Commits
270e5ab
Update dependencies to v0.31.2 tagUpdates
k8s.io/cri-api
from 0.31.1 to 0.31.2Commits
Updates
github.com/gofrs/uuid
from 4.3.1+incompatible to 4.4.0+incompatibleRelease notes
Sourced from github.com/gofrs/uuid's releases.
Commits
8345c9a
Updated V7 generator to Draft04. (#112)7b40032
sql: assert UUID satisfies the driver.Valuer and sql.Scanner interfaces (#113)f1cfba7
Added a generator constructor that accepts options (#111)6ba114c
Remove deprecated coverage pkg (#115)9363593
all: gofmt with Go 1.19 (#110)ebca088
improve performance and reduce allocations of most UUID methods (#96)Updates
github.com/hashicorp/golang-lru
from 0.5.4 to 1.0.2Release notes
Sourced from github.com/hashicorp/golang-lru's releases.
Commits
a032ef5
Update README for v1.0.2bdf35e3
Remove deprecated lintersbc1608d
Update other tests to get rid of math/randf2408b3
Update test to remove bad rand usagefa11c6b
Update github workflow6da3f98
Update MPL 2.0 LICENSE (#110)d4900dc
fix onEvictedCB bug (#84)003b81b
Update go doc url (#93)80c9821
rework lru's external registered callback invocation to avoid concurr… (#80)eb52994
Code quality improvements (#67)Updates
golang.org/x/net
from 0.29.0 to 0.31.0Commits
334afa0
go.mod: update golang.org/x dependenciesd7f220d
quic: add LocalAddr and RemoteAddr to quic.Conn858db1a
http2: surface errors occurring very early in a client conn's lifetime0aa844c
http2: support unencrypted HTTP/2 handoff from net/httpf35fec9
http2: detect hung client connections by confirming stream resetse883dae
README: don't recommend go get511cc3a
html: add Node.{Ancestors,ChildNodes,Descendants}()4783315
http2: limit 1xx based on size, do not limit when delivered5716b98
internal/socket: execute gofmt42b1186
http2: support ResponseController.EnableFullDuplexUpdates
golang.org/x/oauth2
from 0.23.0 to 0.24.0Commits
22134a4
README: don't recommend go getUpdates
golang.org/x/sys
from 0.25.0 to 0.27.0Commits
e0753d4
Revert "windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall...c29efe3
windows: add iphlpapi functions for change notifications8f2aa9f
cpu: conditionally re-enable AVX512 support on darwin/amd64054f1fc
README: don't recommend go getca04041
unix: extend z/OS support18e038c
unix: move NETLINK_* consts to own sectiond045236
windows: implement Ftruncate using a single syscall on Windowscff53d5
unix: gofmt after CL 610296123459f
unix: update z/OS implementation of fcntl and mmapdf4a4da
unix/linux: adjust Dockerfile ENV key value formatUpdates
golang.org/x/term
from 0.24.0 to 0.26.0Commits
b725e36
go.mod: update golang.org/x dependencies54df7da
README: don't recommend go get9d5441a
go.mod: update golang.org/x dependenciesUpdates
golang.org/x/text
from 0.18.0 to 0.20.0Commits
efd25da
go.mod: update golang.org/x dependencies8a0e65e
README: don't recommend go getfefda1a
internal/texttest: remove Run and Bench helpersa457f47
all: normalize subtest names to NFC3043346
x/text: Correct examples in number/doc38a95c2
all: fix some comments20097e4
all: fix printf(var) mistakes detected by latest printf checkerUpdates
golang.org/x/time
from 0.6.0 to 0.8.0Commits
3846194
README: don't recommend go get772484e
x/time/rate: correctly handle 0 limitsUpdates
google.golang.org/protobuf
from 1.34.2 to 1.35.2Updates
sigs.k8s.io/structured-merge-diff/v4
from 4.4.1 to 4.4.3Commits
db46cc3
Merge pull request #269 from jpbetz/fix-ignore-fields-breakadaddb2
Add back IgnoredFieldsccf7a06
Merge pull request #265 from jpbetz/reset-filterb499124
Merge pull request #266 from jpbetz/add-owners39c90b6
Add volunteer reviewersbda634e
Apply feedbacka8ac1f5
Optimize merge, make wildcards always take precedencef395ded
Apply feedback1311e4d
Add support for more field path pattern types, clarify comments1206de6
Clean up commentsDependabot 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