From 38caea4388afbb4448ae45a2bbd27ed8140b875e Mon Sep 17 00:00:00 2001 From: Henri DF Date: Tue, 17 May 2016 13:37:52 -0700 Subject: [PATCH] README: add "latest release" section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6cae4189..7398ac41 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Sysdig Falco +####Latest release + +**v0.1.0** +Read the [change log](https://github.com/draios/falco/blob/dev/CHANGELOG.md) + +This is the initial falco release. Note that much of falco's code comes from +[sysdig](https://github.com/draios/sysdig), so overall stability is very good +for an early release. On the other hand performance is still a work in +progress. On busy hosts and/or with large rule sets, you may see the current +version of falco using high CPU. Expect big improvements in coming releases. + ####Table of Contents - [Overview](#overview)