From a0f63f858f2a1c03dbea852bb668182d3e8b039d Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 21 Mar 2019 09:57:49 +0200 Subject: [PATCH] Update changelog and roadmap --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6f9f4d0..c59e57baa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project are documented in this file. +## Unreleased + +Adds support for AWS App Mesh EKS + +#### Features + +- AWS App Mesh integration [#107](https://github.com/weaveworks/flagger/pull/107) + +#### Fixes + +- Copy pod labels from canary to primary [#105](https://github.com/weaveworks/flagger/pull/105) + ## 0.9.0 (2019-03-11) Allows A/B testing scenarios where instead of weighted routing, the traffic is split between the diff --git a/README.md b/README.md index b3774763c..83b23cf8b 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ For more details on how the canary analysis and promotion works please [read the ### Roadmap -* Integrate with other service mesh technologies like AWS AppMesh and Linkerd v2 +* Integrate with other service mesh technologies like Linkerd v2 or Consul Mesh * Add support for comparing the canary metrics to the primary ones and do the validation based on the derivation between the two ### Contributing