File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ kubernetes_build_go_flags = "-v"
3333#kubernetes_build_go_ldflags =
3434kubernetes_build_go_ldflags_extra = "-extldflags=-static"
3535
36- kine_version = 0.14.4
36+ kine_version = 0.14.5
3737kine_buildimage = $(golang_buildimage)
3838kine_build_go_tags = nats
3939#kine_build_go_cgo_enabled =
40- # Flags taken from https://github.com/k3s-io/kine/blob/v0.14.4 /scripts/build#L25
40+ # Flags taken from https://github.com/k3s-io/kine/blob/v0.14.5 /scripts/build#L25
4141kine_build_go_cgo_cflags = -DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1
4242
4343#kine_build_go_flags =
Original file line number Diff line number Diff 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.4 /pkg/util/network.go#L5-L13
116+ // https://github.com/k3s-io/kine/blob/v0.14.5 /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" ,
You can’t perform that action at this time.
0 commit comments