-
Notifications
You must be signed in to change notification settings - Fork 18
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 #379
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/go_modules/golang-a5d9ae7449
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 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/container-storage-interface/spec](https://github.com/container-storage-interface/spec) | `1.6.0` | `1.10.0` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` | | [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.8.0` | `1.8.1` | | [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) | `1.3.0` | `1.4.0` | | [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils) | `0.11.0` | `0.19.0` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.33.1` | `1.35.1` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.1` | `1.68.0` | | google.golang.org/protobuf | `1.35.1` | `1.35.2` | | [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` | | [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.8.0` | `0.9.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.26.0` | `0.27.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.25.0` | `0.26.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.19.0` | `0.20.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.7.0` | `0.8.0` | | [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) | `4.4.1` | `4.4.3` | Updates `github.com/container-storage-interface/spec` from 1.6.0 to 1.10.0 - [Release notes](https://github.com/container-storage-interface/spec/releases) - [Commits](container-storage-interface/spec@v1.6.0...v1.10.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 `github.com/gorilla/mux` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](gorilla/mux@v1.8.0...v1.8.1) Updates `github.com/grpc-ecosystem/go-grpc-middleware` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases) - [Commits](grpc-ecosystem/go-grpc-middleware@v1.3.0...v1.4.0) Updates `github.com/kubernetes-csi/csi-lib-utils` from 0.11.0 to 0.19.0 - [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases) - [Commits](kubernetes-csi/csi-lib-utils@v0.11.0...v0.19.0) Updates `github.com/onsi/gomega` from 1.33.1 to 1.35.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.33.1...v1.35.1) Updates `golang.org/x/net` from 0.29.0 to 0.30.0 - [Commits](golang/net@v0.29.0...v0.30.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 `google.golang.org/protobuf` from 1.35.1 to 1.35.2 Updates `go.etcd.io/etcd/api/v3` from 3.5.16 to 3.5.17 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.16...v3.5.17) Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.16 to 3.5.17 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.16...v3.5.17) Updates `go.etcd.io/etcd/client/v3` from 3.5.16 to 3.5.17 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.16...v3.5.17) 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/sync` from 0.8.0 to 0.9.0 - [Commits](golang/sync@v0.8.0...v0.9.0) Updates `golang.org/x/sys` from 0.26.0 to 0.27.0 - [Commits](golang/sys@v0.26.0...v0.27.0) Updates `golang.org/x/term` from 0.25.0 to 0.26.0 - [Commits](golang/term@v0.25.0...v0.26.0) Updates `golang.org/x/text` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.19.0...v0.20.0) Updates `golang.org/x/time` from 0.7.0 to 0.8.0 - [Commits](golang/time@v0.7.0...v0.8.0) 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/container-storage-interface/spec 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: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/grpc-ecosystem/go-grpc-middleware dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/kubernetes-csi/csi-lib-utils dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/net 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: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: go.etcd.io/etcd/api/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: go.etcd.io/etcd/client/pkg/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: indirect update-type: version-update:semver-patch 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/sync 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: 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
requested review from
abhi16394,
adarsh-dell,
AkshaySainiDell,
donatwork and
santhoshatdell
as code owners
November 14, 2024 18:22
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Nov 14, 2024
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 18 updates in the / directory:
1.6.0
1.10.0
1.7.0
1.8.0
1.8.0
1.8.1
1.3.0
1.4.0
0.11.0
0.19.0
1.33.1
1.35.1
1.67.1
1.68.0
1.35.1
1.35.2
3.5.16
3.5.17
3.5.16
3.5.17
3.5.16
3.5.17
0.23.0
0.24.0
0.8.0
0.9.0
0.26.0
0.27.0
0.25.0
0.26.0
0.19.0
0.20.0
0.7.0
0.8.0
4.4.1
4.4.3
Updates
github.com/container-storage-interface/spec
from 1.6.0 to 1.10.0Release notes
Sourced from github.com/container-storage-interface/spec's releases.
... (truncated)
Commits
21be3f8
Merge pull request #566 from saad-ali/protoBufTo1331bc2caf
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0adb2b16
Merge pull request #564 from container-storage-interface/dependabot/go_module...811799a
Bump golang.org/x/net from 0.10.0 to 0.23.09674d35
Merge pull request #559 from container-storage-interface/dependabot/go_module...2696773
Added the SnapshotMetadata service. (#551)1f2bf8a
Bump google.golang.org/grpc from 1.57.0 to 1.57.1abf6346
update protoc and related (#552)886cd48
Merge pull request #555 from saad-ali/release19bump5855142
Bump master version to 1.10 for next releaseUpdates
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
github.com/gorilla/mux
from 1.8.0 to 1.8.1Release notes
Sourced from github.com/gorilla/mux's releases.
Commits
b4617d0
update GitHub workflows (#734)3401478
fix SPA handler in README.md (#733)4a671cb
Add GetVarNames() (#676)85123bf
changed the routeVariables text content. (#708)79f2f45
Clarify documentation examples of Route methods (#672)395ad81
[BUG] Inconsistent HTTP status code on query mismatch (#712)24c3e7f
FixSingle Page Application
example inREADME.md
file (#678)546dd0c
run go fmt with Go 1.20 (#725)651928c
Update issues.yml (#727)cfc696d
Update issues.yml (#726)Updates
github.com/grpc-ecosystem/go-grpc-middleware
from 1.3.0 to 1.4.0Release notes
Sourced from github.com/grpc-ecosystem/go-grpc-middleware's releases.
Commits
d42ae9d
v1: Mentioned v2 in README; fixed CI; removed changelog (we will use release ...da1b13e
Update nicemd.go (#539)99612e8
Fix OSX build error in outdated golang.org/x/sys dependency (#514)7c811bc
fix typo in nicemd (#509)854bd94
use strconv.FormatUint instead of fmt.Sprintf (#503)7fdae0e
Fix memory leakage in kit.PayloadUnaryServerInterceptor (#501)6aeac52
fix some typos (#493)68c8cdc
Add OpenTelemetry interceptors (#491)560829f
Fix: middleware unary chain order (#464)b6d97fa
Improve zap grpc logger documentation on verbosity levels (#456)Updates
github.com/kubernetes-csi/csi-lib-utils
from 0.11.0 to 0.19.0Release notes
Sourced from github.com/kubernetes-csi/csi-lib-utils's releases.
Commits
5827ba9
Merge pull request #180 from dfajmon/changelog0186303
Add changelog for v1.19.0927e34c
Merge pull request #179 from dfajmon/bump-1.310067cde
update kubernetes to 1.314b65dcd
Merge commit 'c7e0f2e01019270bb4337dd201ec835d7e96587e' into bump-1.31c7e0f2e
Squashed 'release-tools/' changes from edd89ad5..988496a11884850
Merge pull request #178 from dfajmon/kubernetes-bump0363106
update kubernetes deps to 1.31.0-beta89214e5
Merge pull request #176 from jsafrane/changelog-0.18.11afd1a3
Add changelog for v0.18.1Updates
github.com/onsi/gomega
from 1.33.1 to 1.35.1Release notes
Sourced from github.com/onsi/gomega's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
9f5a208
v1.35.1ca36da1
Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhen...d6331f9
v1.35.05deaf23
fix tests, but like actually this timeeeca931
Add Successfully() to StopTrying() to signal that Consistently can end early ...3bdbc4e
stop memoizing result of HaveFielde35358d
sheepishly fix broken test. thanks CI1b717d7
grrr. go mod tidya05a416
bump all dependenciese4c4265
Add EnforceDefaultTimeoutsWhenUsingContexts()Updates
golang.org/x/net
from 0.29.0 to 0.30.0Commits
6cc5ac4
go.mod: update golang.org/x dependenciesf88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket7191757
http2: add support for net/http HTTP2 config field4790dc7
http2: add support for server-originated pings541dbe5
http2: add Server.WriteByteTimeout3c333c0
route: fix address parsing of messages on DarwinUpdates
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
google.golang.org/protobuf
from 1.35.1 to 1.35.2Updates
go.etcd.io/etcd/api/v3
from 3.5.16 to 3.5.17Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
... (truncated)
Commits
507c0de
version: bump up to 3.5.17307f9dc
Merge pull request #18863 from ghouscht/backport-18812-3.54f9a1c7
Merge pull request #18876 from ivanvc/release-3.5-backport-18649cb970e5
release: use GitHub's gh to create GitHub release76275d6
release: properly change working dir if tmp location already exists4726460
Merge pull request #18854 from ghouscht/backport-defrag-close-temp-3.5b2ba488
fix(defrag): close temp file in case of errord770310
Merge pull request #18849 from ivanvc/release-3.5-update-go-to-1.22.9bceca16
Bump go toolchain to 1.22.9ab8bfc2
Merge pull request #18842 from ghouscht/defrag-fixes-backport-3.5Updates
go.etcd.io/etcd/client/pkg/v3
from 3.5.16 to 3.5.17Release notes
Sourced from go.etcd.io/etcd/client/pkg/v3's releases.
... (truncated)
Commits
507c0de
version: bump up to 3.5.17307f9dc
Merge pull request #18863 from ghouscht/backport-18812-3.54f9a1c7
Merge pull request #18876 from ivanvc/release-3.5-backport-18649cb970e5
release: use GitHub's gh to create GitHub release76275d6
release: properly change working dir if tmp location already exists4726460
Merge pull request #18854 from ghouscht/backport-defrag-close-temp-3.5b2ba488
fix(defrag): close temp file in case of errord770310
Merge pull request #18849 from ivanvc/release-3.5-update-go-to-1.22.9bceca16
Bump go toolchain to 1.22.9ab8bfc2
Merge pull request #18842 from ghouscht/defrag-fixes-backport-3.5Updates
go.etcd.io/etcd/client/v3
from 3.5.16 to 3.5.17Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.