From 3c6a2b15083d6d979a28f584bfc48c5a0c94fe60 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 26 Mar 2019 17:02:21 +0200 Subject: [PATCH] Update changelog for v0.10.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9b8651d..144f18ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,18 @@ All notable changes to this project are documented in this file. -## Unreleased +## 0.10.0 (2019-03-26) -Adds support for AWS App Mesh EKS +Adds support for AWS App Mesh #### Features - AWS App Mesh integration [#107](https://github.com/weaveworks/flagger/pull/107) +#### Improvements + +- Reconcile Kubernetes ClusterIP services [#122](https://github.com/weaveworks/flagger/pull/122) + #### Fixes - Copy pod labels from canary to primary [#105](https://github.com/weaveworks/flagger/pull/105)