From 69ebcdd8e94febe5f7fb7ac45801a85b9c2fc1ba Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 30 May 2017 09:21:50 -0700 Subject: [PATCH] Update for 0.7.0. Update README/CHANGELOG for 0.7.0. --- CHANGELOG.md | 25 ++++++++++++++++++++++++- README.md | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2771be..2dc528dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org). +## v0.7.0 + +Released 2016-05-30 + +### Major Changes + +* Update the priorities of falco rules to use a wider range of priorities rather than just ERROR/WARNING. More info on the use of priorities in the ruleset can be found [here](https://github.com/draios/falco/wiki/Falco-Rules#rule-priorities). [[#244](https://github.com/draios/falco/pull/244)] + +### Minor Changes + +None. + +### Bug Fixes + +* Fix typos in various markdown files. Thanks @sublimino! [[#241](https://github.com/draios/falco/pull/241)] + +### Rule Changes + +* Add gitlab-mon as a gitlab binary, which allows it to run shells, etc. Thanks @dkerwin! [[#237](https://github.com/draios/falco/pull/237)] +* A new rule Terminal shell in container" that looks for shells spawned in a container with an attached terminal. [[#242](https://github.com/draios/falco/pull/242)] +* Fix some FPs related to the sysdig monitor agent. [[#243](https://github.com/draios/falco/pull/243)] +* Fix some FPs related to stating containers combined with missed events [[#243](https://github.com/draios/falco/pull/243)] + ## v0.6.1 Released 2016-05-15 @@ -12,7 +35,7 @@ None ### Minor Changes -* Small changes to token bucket used to throttle falco events [[#234](https://github.com/draios/falco/pull/234)]] [[#235](https://github.com/draios/falco/pull/235)]] [[#236](https://github.com/draios/falco/pull/236)]] [[#238](https://github.com/draios/falco/pull/238)]] +* Small changes to token bucket used to throttle falco events [[#234](https://github.com/draios/falco/pull/234)] [[#235](https://github.com/draios/falco/pull/235)] [[#236](https://github.com/draios/falco/pull/236)] [[#238](https://github.com/draios/falco/pull/238)] ### Bug Fixes diff --git a/README.md b/README.md index a849fbff..6679ce96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ #### Latest release -**v0.6.1** +**v0.7.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)