From 62f5bf26d6ebbcbeababf01d7f6f1acf122b6823 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Wed, 12 Jun 2019 08:58:39 -0700 Subject: [PATCH] Prepare for 0.15.2 Changelog, README.md. Signed-off-by: Mark Stemm --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b48801..a9b6c35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org). +## v0.15.2 + +Released 2019-06-12 + +## Major Changes + +* New documentation and process handling around issues and pull requests. [[#644](https://github.com/falcosecurity/falco/pull/644)] [[#659](https://github.com/falcosecurity/falco/pull/659)] [[#664](https://github.com/falcosecurity/falco/pull/664)] [[#665](https://github.com/falcosecurity/falco/pull/665)] + +## Minor Changes + +* None. + +## Bug Fixes + +* Fix compilation of eBPF programs on COS (used by GKE) [[#sysdig/1431](https://github.com/draios/sysdig/pull/1431)] + +## Rule Changes + +* Rework exceptions lists for `Create Privileged Pod`, `Create Sensitive Mount Pod`, `Launch Sensitive Mount Container`, `Launch Privileged Container` rules to use separate specific lists rather than a single "Trusted Containers" list. [[#651](https://github.com/falcosecurity/falco/pull/651)] + ## v0.15.1 Released 2019-06-07 diff --git a/README.md b/README.md index 54ce5167..43af96f0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ #### Latest release -**v0.15.1** +**v0.15.2** Read the [change log](https://github.com/falcosecurity/falco/blob/dev/CHANGELOG.md) Dev Branch: [![Build Status](https://travis-ci.com/falcosecurity/falco.svg?branch=dev)](https://travis-ci.com/falcosecurity/falco)