Update docs for 0.3.0 release.

Fill in release notes for 0.3.0, with links to relevant PRs/github
issues.

Note that 0.3.0 is the latest release.

I also updated the wiki pages to reflect 0.3.0, but that's a separate
repo.
This commit is contained in:
Mark Stemm
2016-08-05 11:15:46 -07:00
parent c4c5298f68
commit 3d640c8a24
2 changed files with 63 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
####Latest release
**v0.2.0**
**v0.3.0**
Read the [change log](https://github.com/draios/falco/blob/dev/CHANGELOG.md)
Dev Branch: [![Build Status](https://travis-ci.org/draios/falco.svg?branch=dev)](https://travis-ci.org/draios/falco)<br />
@@ -21,12 +21,6 @@ Falco can detect and alert on any behavior that involves making Linux system cal
- A non-device file is written to `/dev`
- A standard system binary (like `ls`) makes an outbound network connection
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.
Documentation
---
[Visit the wiki] (https://github.com/draios/falco/wiki) for full documentation on falco.