From f1670dbe6a4993bbb7b25cb673159eee29d48d8c Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 22 Aug 2019 18:38:12 +0300 Subject: [PATCH] Add 0.18.3 changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index babeaec6..d009f83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project are documented in this file. +## 0.18.3 (2019-08-22) + +Adds support for tillerless helm tests and protobuf health checking + +#### Features + +- loadtester: add support for tillerless helm [#280](https://github.com/weaveworks/flagger/pull/280) +- loadtester: add support for protobuf health checking [#280](https://github.com/weaveworks/flagger/pull/280) + +#### Improvements + +- Set HTTP listeners for AppMesh virtual routers [#272](https://github.com/weaveworks/flagger/pull/272) + +#### Fixes + +- Add missing fields to CRD validation spec [#271](https://github.com/weaveworks/flagger/pull/271) +- Fix App Mesh backends validation in CRD [#281](https://github.com/weaveworks/flagger/pull/281) + ## 0.18.2 (2019-08-05) Fixes multi-port support for Istio