mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 16:42:14 +00:00
update(changelog): prepare for v0.17.1
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com> Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
parent
79a10ad90e
commit
b08341644a
35
CHANGELOG.md
35
CHANGELOG.md
@ -2,6 +2,27 @@
|
|||||||
|
|
||||||
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.17.1
|
||||||
|
|
||||||
|
Released 2019-09-26
|
||||||
|
|
||||||
|
## Major Changes
|
||||||
|
|
||||||
|
* Same as v0.17.0
|
||||||
|
|
||||||
|
## Minor Changes
|
||||||
|
|
||||||
|
* Same as v0.17.0
|
||||||
|
|
||||||
|
## Bug Fixes
|
||||||
|
|
||||||
|
* All in v0.17.0
|
||||||
|
* Fix a build problem for pre-built kernel probes. [[draios/sysdig#1471](https://github.com/draios/sysdig/pull/1471)]
|
||||||
|
|
||||||
|
## Rule Changes
|
||||||
|
|
||||||
|
* Same as v0.17.0
|
||||||
|
|
||||||
## v0.17.0
|
## v0.17.0
|
||||||
|
|
||||||
Released 2019-07-31
|
Released 2019-07-31
|
||||||
@ -735,13 +756,13 @@ All of these changes result in dramatically reduced CPU usage. Here are some com
|
|||||||
* Sysdig Cloud Kubernetes Demo: Starts a kubernetes environment using docker with apache and wordpress instances + synthetic workloads.
|
* Sysdig Cloud Kubernetes Demo: Starts a kubernetes environment using docker with apache and wordpress instances + synthetic workloads.
|
||||||
* [Juttle-engine examples](https://github.com/juttle/juttle-engine/blob/master/examples/README.md) : Several elasticsearch, node.js, logstash, mysql, postgres, influxdb instances run under docker-compose.
|
* [Juttle-engine examples](https://github.com/juttle/juttle-engine/blob/master/examples/README.md) : Several elasticsearch, node.js, logstash, mysql, postgres, influxdb instances run under docker-compose.
|
||||||
|
|
||||||
| Workload | 0.2.0 CPU Usage | 0.3.0 CPU Usage |
|
| Workload | 0.2.0 CPU Usage | 0.3.0 CPU Usage |
|
||||||
|----------| --------------- | ----------------|
|
| --------------------------------- | --------------- | --------------- |
|
||||||
| pts/apache | 24% | 7% |
|
| pts/apache | 24% | 7% |
|
||||||
| pts/dbench | 70% | 5% |
|
| pts/dbench | 70% | 5% |
|
||||||
| Kubernetes-Demo (Running) | 6% | 2% |
|
| Kubernetes-Demo (Running) | 6% | 2% |
|
||||||
| Kubernetes-Demo (During Teardown) | 15% | 3% |
|
| Kubernetes-Demo (During Teardown) | 15% | 3% |
|
||||||
| Juttle-examples | 3% | 1% |
|
| Juttle-examples | 3% | 1% |
|
||||||
|
|
||||||
As a part of these changes, falco now prefers rule conditions that have at least one `evt.type=` operator, at the beginning of the condition, before any negative operators (i.e. `not` or `!=`). If a condition does not have any `evt.type=` operator, falco will log a warning like:
|
As a part of these changes, falco now prefers rule conditions that have at least one `evt.type=` operator, at the beginning of the condition, before any negative operators (i.e. `not` or `!=`). If a condition does not have any `evt.type=` operator, falco will log a warning like:
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#### Latest release
|
#### Latest release
|
||||||
|
|
||||||
**v0.17.0**
|
**v0.17.1**
|
||||||
Read the [change log](https://github.com/falcosecurity/falco/blob/dev/CHANGELOG.md)
|
Read the [change log](https://github.com/falcosecurity/falco/blob/dev/CHANGELOG.md)
|
||||||
|
|
||||||
Dev Branch: [](https://travis-ci.com/falcosecurity/falco)<br />
|
Dev Branch: [](https://travis-ci.com/falcosecurity/falco)<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user