Update changelog and roadmap

This commit is contained in:
stefanprodan
2019-03-21 09:57:49 +02:00
parent 49914f3bd5
commit a0f63f858f
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -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
+1 -1
View File
@@ -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