Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
e64cc18c
Commit
e64cc18c
authored
Jan 21, 2020
by
Erik Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump kine to v0.3.4
parent
56b2f28d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
go.mod
go.mod
+1
-1
go.sum
go.sum
+2
-2
watch.go
vendor/github.com/rancher/kine/pkg/server/watch.go
+3
-3
modules.txt
vendor/modules.txt
+1
-1
No files found.
go.mod
View file @
e64cc18c
...
...
@@ -99,7 +99,7 @@ require (
github.com/rakelkar/gonetsh v0.0.0-20190719023240-501daadcadf8 // indirect
github.com/rancher/dynamiclistener v0.2.0
github.com/rancher/helm-controller v0.4.1
github.com/rancher/kine v0.3.
3
github.com/rancher/kine v0.3.
4
github.com/rancher/remotedialer v0.2.0
github.com/rancher/wrangler v0.4.0
github.com/rancher/wrangler-api v0.4.0
...
...
go.sum
View file @
e64cc18c
...
...
@@ -720,8 +720,8 @@ github.com/rancher/flannel v0.11.0-k3s.1 h1:mIwnfWDafjzQgFkZeJ1AkFrrAT3EdBaA1giE
github.com/rancher/flannel v0.11.0-k3s.1/go.mod h1:Hn4ZV+eq0LhLZP63xZnxdGwXEoRSxs5sxELxu27M3UA=
github.com/rancher/helm-controller v0.4.1 h1:AbI3zXy2Qtw4e4A6IkxKozgnm6T3KKnUo6EzD1Pz0aU=
github.com/rancher/helm-controller v0.4.1/go.mod h1:194LHuZRrxcD82bG1rJtOWsw98U4JbPhDWqvL7l3PAw=
github.com/rancher/kine v0.3.
3 h1:FTOQN1qHQMzMfA8/nd9/rWfdR3Xk4PbXcOqw5P3dJD
w=
github.com/rancher/kine v0.3.
3
/go.mod h1:xEMl0tLCva9/9me7mXJ3m9Vo6yqHgC4OU3NiK4CPrGQ=
github.com/rancher/kine v0.3.
4 h1:06QZ06zXCOoh1Vp/eT3eoOG9isIupoo8XJe0TvfK2T
w=
github.com/rancher/kine v0.3.
4
/go.mod h1:xEMl0tLCva9/9me7mXJ3m9Vo6yqHgC4OU3NiK4CPrGQ=
github.com/rancher/kubernetes v1.17.2-k3s1 h1:2Gp1NFkq6wyx5NqWFI+bjkAqbDT84jB8DUYVpGnAuW8=
github.com/rancher/kubernetes v1.17.2-k3s1/go.mod h1:NbNV+69yL3eKiKDJ+ZEjqOplN3BFXKBeunzkoOy8WLo=
github.com/rancher/kubernetes/staging/src/k8s.io/api v1.17.2-k3s1 h1:AuvaLsLh6T25e8wkpIjZLxj00rVsDqLKzLokMujXQ90=
...
...
vendor/github.com/rancher/kine/pkg/server/watch.go
View file @
e64cc18c
...
...
@@ -131,14 +131,14 @@ func (w *watcher) Cancel(watchID int64, err error) {
reason
=
err
.
Error
()
}
logrus
.
Debugf
(
"WATCH CANCEL id=%d reason=%s"
,
watchID
,
reason
)
err
=
w
.
server
.
Send
(
&
etcdserverpb
.
WatchResponse
{
serr
:
=
w
.
server
.
Send
(
&
etcdserverpb
.
WatchResponse
{
Header
:
&
etcdserverpb
.
ResponseHeader
{},
Canceled
:
true
,
CancelReason
:
"watch closed"
,
WatchId
:
watchID
,
})
if
err
!=
nil
{
logrus
.
Errorf
(
"WATCH Failed to send cancel response for watchID %d: %v"
,
watchID
,
err
)
if
serr
!=
nil
&&
err
!=
nil
{
logrus
.
Errorf
(
"WATCH Failed to send cancel response for watchID %d: %v"
,
watchID
,
s
err
)
}
}
...
...
vendor/modules.txt
View file @
e64cc18c
...
...
@@ -726,7 +726,7 @@ github.com/rancher/helm-controller/pkg/generated/informers/externalversions/helm
github.com/rancher/helm-controller/pkg/generated/informers/externalversions/internalinterfaces
github.com/rancher/helm-controller/pkg/generated/listers/helm.cattle.io/v1
github.com/rancher/helm-controller/pkg/helm
# github.com/rancher/kine v0.3.
3
# github.com/rancher/kine v0.3.
4
github.com/rancher/kine/pkg/broadcaster
github.com/rancher/kine/pkg/client
github.com/rancher/kine/pkg/drivers/dqlite
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment