Skip to content

Commit

Permalink
Merge pull request #3481 from ncopa/kine-0.10.3
Browse files Browse the repository at this point in the history
Bump kine to 0.10.3
  • Loading branch information
twz123 authored Sep 14, 2023
2 parents fc894fb + 8e07430 commit 930cd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedded-bins/Makefile.variables
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ kubernetes_build_go_flags = "-v"
#kubernetes_build_go_ldflags =
kubernetes_build_go_ldflags_extra = "-w -s -extldflags=-static"

kine_version = 0.10.2
kine_version = 0.10.3
kine_buildimage = $(golang_buildimage)
#kine_build_go_tags =
#kine_build_go_cgo_enabled =
kine_build_go_cgo_cflags = "-DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1" # Flags taken from https://github.com/k3s-io/kine/blob/v0.10.1/scripts/build#L22
kine_build_go_cgo_cflags = "-DSQLITE_ENABLE_DBSTAT_VTAB=1 -DSQLITE_USE_ALLOCA=1" # Flags taken from https://github.com/k3s-io/kine/blob/v0.10.3/scripts/build#L22
#kine_build_go_flags =
kine_build_go_ldflags = "-w -s"
kine_build_go_ldflags_extra = "-extldflags=-static"
Expand Down

0 comments on commit 930cd85

Please sign in to comment.