Skip to content

Commit

Permalink
Upgrade falco-probe to fixed version 0.20.0
Browse files Browse the repository at this point in the history
No changes to the actual driver, though...
  • Loading branch information
afbjorklund committed Feb 24, 2020
1 parent 5ee57d4 commit fc3a565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# falco
sha256 87c60273c35d544256e471b403497be33f24df662673338236ec92ba3fc1f8b7 0.19.0.tar.gz
sha256 b873e3590e56ead740ed905108221f98da6100da3c5b7acf2355ea1cf628d931 0.20.0.tar.gz
# sysdig
sha256 6e477ac5fe9d3110b870bd4495f01541373a008c375a1934a2d1c46798b6bad6 146a431edf95829ac11bfd9c85ba3ef08789bffe.tar.gz
3 changes: 1 addition & 2 deletions deploy/iso/minikube-iso/package/falco-probe/falco-probe.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
########################################################################

FALCO_PROBE_VERSION = 0.19.0
FALCO_PROBE_VERSION = 0.20.0
FALCO_PROBE_SITE = https://github.com/falcosecurity/falco/archive
FALCO_PROBE_SOURCE = $(FALCO_PROBE_VERSION).tar.gz
FALCO_PROBE_DEPENDENCIES += ncurses libyaml
Expand All @@ -22,7 +22,6 @@ endef
FALCO_PROBE_POST_EXTRACT_HOOKS += FALCO_PROBE_SYSDIG_SRC

FALCO_PROBE_CONF_OPTS = -DFALCO_VERSION=$(FALCO_PROBE_VERSION)
FALCO_PROBE_CONF_OPTS += -DSYSDIG_VERSION=$(FALCO_PROBE_SYSDIG_VERSION)
FALCO_PROBE_CONF_OPTS += -DUSE_BUNDLED_DEPS=ON

FALCO_PROBE_MAKE_OPTS = driver KERNELDIR=$(LINUX_DIR)
Expand Down

0 comments on commit fc3a565

Please sign in to comment.