Skip to content

Commit 573a2b8

Browse files
renovate-botgithub-actions[bot]
authored andcommitted
Update dependency k3s-io/kine to v0.14.6
Signed-off-by: Renovate Bot <[email protected]> (cherry picked from commit f750c59)
1 parent a888f28 commit 573a2b8

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
@@ -33,11 +33,11 @@ kubernetes_build_go_flags = "-v"
3333
#kubernetes_build_go_ldflags =
3434
kubernetes_build_go_ldflags_extra = "-extldflags=-static"
3535

36-
kine_version = 0.14.5
36+
kine_version = 0.14.6
3737
kine_buildimage = $(golang_buildimage)
3838
kine_build_go_tags = nats
3939
#kine_build_go_cgo_enabled =
40-
# Flags taken from https://github.com/k3s-io/kine/blob/v0.14.5/scripts/build#L25
40+
# Flags taken from https://github.com/k3s-io/kine/blob/v0.14.6/scripts/build#L25
4141
kine_build_go_cgo_cflags = -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1
4242

4343
#kine_build_go_flags =

pkg/component/controller/kine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (k *Kine) Start(ctx context.Context) error {
113113
"--endpoint=" + k.Config.DataSource,
114114
// NB: kine doesn't parse URLs properly, so construct potentially
115115
// invalid URLs that are understood by kine.
116-
// https://github.com/k3s-io/kine/blob/v0.14.5/pkg/util/network.go#L5-L13
116+
// https://github.com/k3s-io/kine/blob/v0.14.6/pkg/util/network.go#L5-L13
117117
"--listen-address=unix://" + k.K0sVars.KineSocketPath,
118118
// Enable metrics on port 2380. The default is 8080, which clashes with kube-router.
119119
"--metrics-bind-address=:2380",

0 commit comments

Comments
 (0)