mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +00:00
Update changelog/README for 0.9.0 (#316)
This commit is contained in:
parent
cef147708a
commit
3e2f9f63d3
18
CHANGELOG.md
18
CHANGELOG.md
@ -2,6 +2,24 @@
|
|||||||
|
|
||||||
This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org).
|
This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org).
|
||||||
|
|
||||||
|
## v0.9.0
|
||||||
|
|
||||||
|
Released 2018-01-18
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fix driver incompatibility problems with some linux kernel versions that can disable pagefault tracepoints [[#sysdig/1034](https://github.com/draios/sysdig/pull/1034)]
|
||||||
|
* Fix OSX Build incompatibility with latest version of libcurl [[#291](https://github.com/draios/falco/pull/291)]
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
* Updated the Kubernetes example to provide an additional example: Daemon Set using RBAC and a ConfigMap for configuration. Also expanded the documentation for both the RBAC and non-RBAC examples. [[#309](https://github.com/draios/falco/pull/309)]
|
||||||
|
|
||||||
|
### Rule Changes
|
||||||
|
|
||||||
|
* Refactor the shell-related rules to reduce false positives. These changes significantly decrease the scope of the rules so they trigger only for shells spawned below specific processes instead of anywhere. [[#301](https://github.com/draios/falco/pull/301)] [[#304](https://github.com/draios/falco/pull/304)]
|
||||||
|
* Lots of rule changes based on feedback from Sysdig Secure community [[#293](https://github.com/draios/falco/pull/293)] [[#298](https://github.com/draios/falco/pull/298)] [[#300](https://github.com/draios/falco/pull/300)] [[#307](https://github.com/draios/falco/pull/307)]
|
||||||
|
|
||||||
## v0.8.1
|
## v0.8.1
|
||||||
|
|
||||||
Released 2017-10-10
|
Released 2017-10-10
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#### Latest release
|
#### Latest release
|
||||||
|
|
||||||
**v0.8.1**
|
**v0.9.0**
|
||||||
Read the [change log](https://github.com/draios/falco/blob/dev/CHANGELOG.md)
|
Read the [change log](https://github.com/draios/falco/blob/dev/CHANGELOG.md)
|
||||||
|
|
||||||
Dev Branch: [](https://travis-ci.org/draios/falco)<br />
|
Dev Branch: [](https://travis-ci.org/draios/falco)<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user