diff --git a/CHANGELOG.md b/CHANGELOG.md index f63b63f7..c09358e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project are documented in this file. +## 0.17.0 (2019-07-08) + +Adds support for Linkerd (SMI Traffic Split API), MS Teams notifications and HA mode with leader election + +#### Features + +- Add Linkerd support [#230](https://github.com/weaveworks/flagger/pull/230) +- Implement MS Teams notifications [#235](https://github.com/weaveworks/flagger/pull/235) +- Implement leader election [#236](https://github.com/weaveworks/flagger/pull/236) + +#### Improvements + +- Add [Kustomize](https://docs.flagger.app/install/flagger-install-on-kubernetes#install-flagger-with-kustomize) installer [#232](https://github.com/weaveworks/flagger/pull/232) +- Add Pod Security Policy to Helm chart [#234](https://github.com/weaveworks/flagger/pull/234) + ## 0.16.0 (2019-06-23) Adds support for running [Blue/Green deployments](https://docs.flagger.app/usage/blue-green) without a service mesh or ingress controller diff --git a/README.md b/README.md index d606098c..3279e711 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ metadata: namespace: test spec: # service mesh provider (optional) - # can be: kubernetes, istio, appmesh, smi, nginx, gloo, supergloo + # can be: kubernetes, istio, linkerd, appmesh, nginx, gloo, supergloo # use the kubernetes provider for Blue/Green style deployments provider: istio # deployment reference @@ -162,7 +162,7 @@ For more details on how the canary analysis and promotion works please [read the | A/B testing (headers and cookies filters) | :heavy_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_check_mark: | :heavy_minus_sign: | | Webhooks (acceptance/load testing) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Request success rate check (L7 metric) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | -| Request duration check (L7 metric) | :heavy_check_mark: | :heavy_minus_sign: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| Request duration check (L7 metric) | :heavy_check_mark: | :heavy_check_mark: | :heavy_minus_sign: | :heavy_check_mark: | :heavy_check_mark: | | Custom promql checks | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Traffic policy, CORS, retries and timeouts | :heavy_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: | :heavy_minus_sign: |