Skip to content

Commit b384128

Browse files
authored
Merge pull request #5593 from svanharmelen/fix/kine
Bump kine to v0.13.10 (to fix a bug introduced in v0.13.4)
2 parents b129903 + ec4609c commit b384128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

embedded-bins/Makefile.variables

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ kubernetes_build_go_flags = "-v"
3232
#kubernetes_build_go_ldflags =
3333
kubernetes_build_go_ldflags_extra = "-extldflags=-static"
3434

35-
kine_version = 0.13.9
35+
kine_version = 0.13.10
3636
kine_buildimage = $(golang_buildimage)
3737
kine_build_go_tags = nats
3838
#kine_build_go_cgo_enabled =
39-
# Flags taken from https://github.com/k3s-io/kine/blob/v0.13.9/scripts/build#L22
39+
# Flags taken from https://github.com/k3s-io/kine/blob/v0.13.10/scripts/build#L24
4040
kine_build_go_cgo_cflags = -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1
4141

4242
#kine_build_go_flags =

pkg/component/controller/kine.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (k *Kine) Start(ctx context.Context) error {
122122
"--endpoint=" + k.Config.DataSource,
123123
// NB: kine doesn't parse URLs properly, so construct potentially
124124
// invalid URLs that are understood by kine.
125-
// https://github.com/k3s-io/kine/blob/v0.13.9/pkg/util/network.go#L5-L13
125+
// https://github.com/k3s-io/kine/blob/v0.13.10/pkg/util/network.go#L5-L13
126126
"--listen-address=unix://" + k.K0sVars.KineSocketPath,
127127
// Enable metrics on port 2380. The default is 8080, which clashes with kube-router.
128128
"--metrics-bind-address=:2380",

0 commit comments

Comments
 (0)