Update changelog for v0.16.0

This commit is contained in:
stefanprodan 2019-06-23 13:52:01 +03:00
parent d076f0859e
commit 191c3868ab
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,9 @@
All notable changes to this project are documented in this file.
## vNext (TBA)
## 0.16.0 (2019-06-23)
Adds support for running blue/green deployments without a service mesh or ingress controller
Adds support for running [Blue/Green deployments](https://docs.flagger.app/usage/blue-green) without a service mesh or ingress controller
#### Features
@ -16,6 +16,7 @@ Adds support for running blue/green deployments without a service mesh or ingres
- Add [FAQ page](https://docs.flagger.app/faq) to docs website
- Switch to go modules in CI [#218](https://github.com/weaveworks/flagger/pull/218)
- Update e2e testing to Kubernetes Kind 0.3.0 and Istio 1.2.0
#### Fixes