Skip to content

Commit fb92ac7

Browse files
Merge pull request #5072 from k0sproject/backport-5069-to-release-1.31
[Backport release-1.31] Bump kine to 0.13.2
2 parents 865ed6c + a23d145 commit fb92ac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

embedded-bins/Makefile.variables

Lines changed: 2 additions & 2 deletions
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.0
35+
kine_version = 0.13.2
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.0/scripts/build#L22
39+
# Flags taken from https://github.com/k3s-io/kine/blob/v0.13.2/scripts/build#L22
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (k *Kine) Start(ctx context.Context) error {
122122
fmt.Sprintf("--endpoint=%s", 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.0/pkg/endpoint/endpoint.go#L271-L279
125+
// https://github.com/k3s-io/kine/blob/v0.13.2/pkg/util/network.go#L5-L13
126126
fmt.Sprintf("--listen-address=unix://%s", 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)