From 274c1469b44780ea75915b8b0990dbd659f08933 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Wed, 27 Mar 2019 09:46:06 +0200 Subject: [PATCH] Update changelog v0.10.0 --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144f18eb..e5328934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,15 @@ All notable changes to this project are documented in this file. -## 0.10.0 (2019-03-26) +## 0.10.0 (2019-03-27) -Adds support for AWS App Mesh +Adds support for App Mesh #### Features -- AWS App Mesh integration [#107](https://github.com/weaveworks/flagger/pull/107) +- AWS App Mesh integration + [#107](https://github.com/weaveworks/flagger/pull/107) + [#123](https://github.com/weaveworks/flagger/pull/123) #### Improvements @@ -16,7 +18,7 @@ Adds support for AWS App Mesh #### Fixes -- Copy pod labels from canary to primary [#105](https://github.com/weaveworks/flagger/pull/105) +- Preserve pod labels on canary promotion [#105](https://github.com/weaveworks/flagger/pull/105) - Fix canary status Prometheus metric [#121](https://github.com/weaveworks/flagger/pull/121) ## 0.9.0 (2019-03-11)